function noticias()
{
	var fecha = new Date(); 
	dias = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday","Friday","Saturday"); 
 	mes = new Array("January","February","March","April","May","June","July","August","September", "October","November","December");
	document.write("<font face='Trebuchet MS' color='#EF6900' >");
	document.write("<img src='img/boletos por internet.jpg' width='200' height='31'/>");
	document.write("<marquee onmouseover=this.stop() onmouseout=this.start() direction='up' scrollAmount='5' height='163' width='200' scrolldelay='125'>");
	document.write("<br><br><img src='img/logo_tufesa.jpg'>");
	document.write(dias[fecha.getDay()] + " " + fecha.getDate() + " " + mes[fecha.getMonth()] + " of " + fecha.getFullYear());
	document.write("<br>TUFESA ON LINE");
	document.write("<br><br><P ALIGN='justify'>Now we are inside Hermosillo airport");
	document.write("<br><br><a href='http://ventas.tufesa.com.mx/tfstoweb_en' class='style3'>Buy your tickets on line</a>");
	document.write("<br><br><a href='http://ventas.tufesa.com.mx/apw/tufesa_en/rastreos.aspx' class='style3'> Tracking package</a>");
	document.write("<br><br><P ALIGN='justify'>TUFESA offers the service of delivery arund the country</p>");
	document.write("<P ALIGN='justify'>Comming soon TUFESA offers to you the next destination: <br><font color='RED'> - Sal Lake City <br>- Utha, Bekerfield CA <br> - Merced CA <br> - Fresno CA <br> - Sacramento CA.<br></font> Wait for news...</p>");
	document.write("<img src='img/logolider.jpg'>");
	document.write("</marquee><img src='img/borde_noticias.jpg' width='200' height='1'/>");
}
function Abrir_ventana (pagina) {
var opciones="toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=651, height=660, top=45, left=140";
window.open(pagina,"",opciones);
}