var adblock=new Array()
adblock[0]='<a href="http://www.mediatravelinsurance.co.uk/" target="_blank"><img src="insurance_banner.gif" class="imgBorder" style="width: 468px; height: 60px; border: 0px;" alt="Jupitermedia"></a>'
adblock[1]='<a href="http://www.liverpool.theatre.travel" target="_blank"><img src="img/theatreanimated.gif" class="imgBorder" alt="Theatre Trips" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[2]='<a href="http://www.mct-online.co.uk/cgi-bin/rs000001.pl?SOURCE=TMT-BOOKING&DESTINATION=index.html&PATH=../acatalog/&BASEURL=http://www.mct-online.co.uk/acatalog/" target="_blank"><img src="http://www.mct-online.co.uk/images/mct-banner-468-60.jpg" class="imgBorder" alt="Millenium Concert Travel" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[3]='<a href="http://www.newmarket.travel/lpe11350" target="_blank"><img src="img/USA_Canada.gif" class="imgBorder" alt="USA and Canada" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[4]='<a href="http://www.simply-cruising.co.uk" target="_blank"><img src="img/sc_banner.gif" class="imgBorder" alt="Cruises holidays on reader travel holidays " style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[5]='<a href="http://www.reader.travel/TheatreNew/booking1.php?eid=435&Agent=LIV1&Promo=" target="_blank"><img src="img/wizard.gif" class="imgBorder" alt="Wizard Theatre Tickets" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[6]='<a href="http://www.newmarket.travel/xxx15932" target="_blank"><img src="img/newmarket.gif" class="imgBorder" alt="Cruises from Newmarket" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[7]='<a href="http://liverpool.reader.travel/tour.php?d=0&c=24&s=107&t=523" title="lapland holidays" target="_blank"><img src="img/lapland.gif" class="imgBorder" alt="Lapland Holidays" style="width: 468px; height: 60px; border: 0px;"></a>'
adblock[8]='<a href="http://www.citiesdirect.co.uk/liverpool" title="Cities Direct Hotels and Apartments" target="_blank"><img src="img/citybreakspecialist-468x60p.jpg" class="imgBorder" alt="Cities Direct Hotels and Apartments" style="width: 468px; height: 60px; border: 0px;"></a>'

function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=8
  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++
    }
  }
}
