// JavaScript Document

var newDate = new Date(); 
var newTime = newDate.getSeconds(); 
var logolinkstuff = '<div class="logolink"> <a href="http://www.fuerteventura.com"><img src="http://www.fuerteventura.com/spacer.gif" width="465" height="60" alt="logolink" border="0" /></a></div>';

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 =  logolinkstuff + 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.jpg" alt="hotels from £28" width="468" height="60" border="0" class="noborder"/></a>';
	  
	   document.getElementById("headercontent").innerHTML = logolinkstuff +so.toString();
} else { 
        var so = '<a href="http://tracking.alpharooms.com/idevaffiliate.php?id=105&keyword=header&custom=4099" target="_blank"><img src="http://tracking.alpharooms.com/banners/discounts_Dec06.gif" alt="Cheap Fuerteventura Hotels - Book Now!" border="0" class="noborder"/></a>';
	  
	   document.getElementById("headercontent").innerHTML = logolinkstuff +so.toString();

} 

<!--

//-->

