// JavaScript Document

var   contents = new   Array();
  
    

<!--Probably easier to keep the non-flashes together here to make it easier to copy the format -->
<!--Note the ='document.write(\' at the start and  \');'; at the end is different to the old way-->
			
			contents[1]='document.write(\'<a href="http://tracking.alpharooms.com/idevaffiliate.php?id=105_2_1_11&keyword=border&custom=10" target="_blank"><img border="1" src="http://tracking.alpharooms.com/banners/alpharooms_120x60.gif" width="120" height="60"></a>\');';
contents[0]='document.write(\'<a href="http://www.autoeurope.com/booking/car.cfm?pucode=ES&pucity=Lanzarote&outform=y&action=2&aff=FUERTEVENTURAIE" target="_blank"><img src="../supporters/AE.gif" width="120" height="60" border="0" title="Cheap Fuerteventura Car Hire"></a>\');';
contents[1]='document.write(\'<a href="http://www.s2d6.com/x/?x=c&z=s&v=938825&r=[RANDOM]&k=[NETWORKID]" target="_blank"class="boggle2"><img src="http://www.s2d6.com/x/?x=i&z=s&v=938825&r=[RANDOM]&k=[NETWORKID]" border="0" title="Book your cheap flight to Lanzarote"></a>\');';


  
var i=0 
var random
while (i<contents.length){
random=Math.floor(Math.random()*contents.length)
if (contents[random]!="selected"){
document.write('<div id="minimapcontent'+[random]+'"></div>');
eval(contents[random]); 
contents[random]="selected"
document.write('<div class="pixspa"></div>');
i++
}
} 