var adblock=new Array()
adblock[0]='<a href="http://www.thailandholidayclub.com"><img src="http://www.hongkongfanclub.com/lbanner/l-thailand.gif" class="imgBorder" alt="Thailand Holiday Club"></a>'
adblock[1]='<a href="http://www.singaporefanclub.com"><img src="http://www.hongkongfanclub.com/lbanner/l-singapore.gif" class="imgBorder" alt="Singapore FanClub"></a>'
adblock[2]='<a href="http://www.thailandholidayclub.com"><img src="http://www.hongkongfanclub.com/lbanner/l-thailand.gif" class="imgBorder" alt="Thailand Holiday Club"></a>'
adblock[3]='<a href="http://www.singaporefanclub.com"><img src="http://www.hongkongfanclub.com/lbanner/l-singapore.gif" class="imgBorder" alt="Singapore FanClub"></a>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=4
  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++
    }
  }
}
