// JavaScript Document

var newDate = new Date(); 
var newTime = newDate.getSeconds(); 
if (newTime < 21) { 	
       var so = '<object id="FlashID"  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="468" height="60"> <param name="movie" value="http://www.fuerteventura.com/excursions/excursions.swf" /> <param name="quality" value="high" /> <param name="wmode" value="opaque" /> <param name="swfversion" value="6.0.65.0" /> <param name="expressinstall" value="http://www.fuerteventura.com/2007flashes/expressInstall.swf" /> <object type="application/x-shockwave-flash" data="http://www.fuerteventura.com/excursions/excursions.swf" width="468" height="60">  <param name="quality" value="high" />   <param name="wmode" value="opaque" />   <param name="swfversion" value="6.0.65.0" />   <param name="expressinstall" value="http://www.fuerteventura.com/2007flashes/expressInstall.swf" />   <div>     <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>     <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>   </div>   </object> </object>';
	  
	   document.getElementById("headercontent").innerHTML = so.toString();

		
} else if (newTime > 40) {        var so = '<a href="http://www.autoeurope.com/booking/car.cfm?pucode=ES&amp;pucity=Fuerteventura&amp;outform=y&amp;action=2&amp;aff=FUERTEVENTURAIE" target="_blank"><img src="http://www.fuerteventura.com/CarHire/auto_es.jpg" alt="hotels from £28" width="468" height="60" border="0" class="noborder"/></a>';
	  
	   document.getElementById("headercontent").innerHTML = so.toString();
} else { 
        var so = '<a href="http://ad.zanox.com/ppc/?14804340C539164364T" target="_blank"><img border="0" src="http://ad.zanox.com/ppv/?14804340C539164364" width="468" height="60" alt="TUI.it portiamo il tuo sorriso in vacanza!"></a>';
	  
	   document.getElementById("headercontent").innerHTML = so.toString();

} 

<!--

//-->

