var adblock=new Array()
adblock[0]='<a href="http://clkuk.tradedoubler.com/click?p=21874&a=1574099&g=17475910/" target="_blank"><img src="images/expedia.gif" class="imgBorder" style="width: 120px; height: 600px; border: 0px;" alt="Expedia"></a>'
adblock[1]='<a href="http://clkuk.tradedoubler.com/click?p=40263&a=1574099&g=16289432/" target="_blank"><img src="images/raileurope.gif" class="imgBorder" alt="Rail Europe" style="width: 120px; height: 600px; border: 0px;"></a>'



function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=1
  for (i=0;i<targetarray.length;i++)
  randomorder[i]=i

  while (z<targetarray.length) {
    the_one=Math.floor(Math.random()*targetarray.length)
    if (targetarray[the_one]!="_selected!"){
      document.write(targetarray[the_one]+spacing)
      targetarray[the_one]="_selected!"
      z++
    }
  }
}

