<!--// hide script from older browsers
function openultimahora(url) 
{ 
	var ventana;
	
ventana=window.open(url,'noticias','height=600,width=700,resizable=yes,menubar=no,toolbar=no,scrollbars,left=100,top=100'); 
	ventana.focus();

}
function openventana(url, name){ 
	window.open(url, 'newwin', 'height=450,width=800,resizable=yes,location=yes,status=yes,menubar=yes,toolbar=yes,scrollbars,left=100,top=100'); 
	
}

	
//-->
