// JavaScript Document
cadena = '<table width="807px" height="200px"  border="0" align="center" cellpadding="0" cellspacing="0">';
cadena += '<tr>';
cadena += '<td valign="top" width="22" height="200px"><img src="http://www.tuvuelobarato.com/img/sombra_izq.jpg" width="22" height="200px"></td>';
cadena += '<td valign="top" width="763px" height="200px"  align="center">';
cadena += '<table height="200px" align="center" cellpadding="0" cellspacing="0" border="0">';
cadena += '<tr>';
cadena += '<td width="763px" height="200px" align="center" valign="top">';
cadena += '<div align="center">';
cadena += '<img src="http://www.tuvuelobarato.com/img/cabecera_hoteles.jpg" width="763px" height="200px" border="0" usemap="#Map">';
cadena += '</div>';
cadena += '</td>';
cadena += '</tr>';	
cadena += '</table>';
cadena += '</td>';
cadena += '<td valign="top" width="22" height="200px">';
cadena += '<img src="http://www.tuvuelobarato.com/img/sombra_der.jpg" width="22" height="200px">';
cadena += '</td>';
cadena += '</tr>';
cadena += '</table>';

cadena += '<map name="Map">';
cadena += '<area shape="rect" coords="157,178,227,197" href="http://www.tuvuelobarato.com/php/busqueda_hoteles.php">';
cadena += '<area shape="rect" coords="50,179,114,198" href="http://www.tuvuelobarato.com/index.php">';
cadena += '<area shape="rect" coords="371,180,450,199" href="http://www.tuvuelobarato.com/php/cruceros.php">';
cadena += '<area shape="rect" coords="592,180,623,198" href="http://www.canaski.es/" target="_blank">';
cadena += '<area shape="rect" coords="486,177,555,198" href="http://www.tuvuelobarato.com/php/coches.php">';
cadena += '<area shape="rect" coords="266,177,328,199" href="http://www.tuvuelobarato.com/php/ofertas.php">';
cadena += '</map>';



document.write(cadena);

if(window.document.location.href=="http://www.tuvuelobarato.com/" || window.document.location.href=="http://www.tuvuelobarato.com/index.php"){
precarga = '<img style="display:none;" src="./img/baner1.jpg" width="1px" height="1px">';
precarga += '<img style="display:none;" src="./img/baner2.jpg" width="1px" height="1px">';
precarga += '<img src="./img/linea_300.gif" width="1px" height="1px" style="display:none;">';
precarga += '<img src="./img/combo_vuelos.jpg" width="1px" height="1px" style="display:none;">';

document.write(precarga);
}
