<!--
var timeout=5000;
function redirect(){ window.location.replace (strurl);}
function goredirect(url){strurl = url;window.setTimeout('redirect();',timeout)}
function writeText(){
 var txt;
 txt =  '<style>BODY{BACKGROUND-COLOR: #ffffff;FONT-FAMILY: Verdana, Arial;FONT-SIZE: 8pt; MARGIN-TOP: 5px;MARGIN-LEFT: 0px}</style>';
 txt += '<style>TD.Data8{COLOR: #000000;FONT-SIZE: 9pt}</style>'
 txt += '<style>.subtitlered {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #FECF4C; background-color: #5E00C8}</style>'
 txt += '<div align="center"><br><img src="/images/LogoGOCplus.jpg" width="197" height="36"></div><br>';
 txt += '<table align="center" border="0" cellpadding="5" cellspacing="0" width="100%">';
 txt += '<tr> <td align="center" valign="top" class="Data8"><table width="50%" border="0" cellspacing="0" cellpadding="2">';
 //txt += '<tr><td class="subtitlered">';
 //txt += '<div align="center">N O T A &#160;&#160;&#160;&#160;I M P O R T A N T E !!!</div>';
 //txt += '</td></tr>';
 txt += '<tr> <td class="Data8"><font size="3" color="#663399"><p align="center"><b>Bienvenidos a la agencia de viajes #1 en Cuba<br>Más de 120 Hoteles en toda Cuba, Aquiler de autos, Excursiones, Celulares, Vuelos<br>Reserve y pague en linea<br>Agentes de viajes en Cuba<br>Estamos Redireccionando la página hacia el nuevo sitio...</b></p></font>' ;
 //txt += '<p align="center">Gracias por ser nuestro cliente.</p>';
 txt += '</td></tr><tr><td><!--div align="center"><b><font size="6" color="#663399">SECCION DE REDIRECCIONAMIENTO</font></b></div--></td></tr></table><p>&nbsp;</p></td></tr></table>';
 document.write(txt);
}
writeText();
goredirect(strurl);
// -->


