var adblockAd=new Array()
adblockAd[0]='<a target="_blank" href="clicks.asp?url=http://www.kathychadd.co.uk?=hereford.uk.com"><img src="../images/BoxAds/KathyChaddBoxAd.gif" width="120" height="120" class="imgBorder" alt="Kathy Chadd Recruitment Ltd Hereford"></a>'
adblockAd[1]='<a target="_blank" href="clicks.asp?url=http://www.recruitmentdirect.co.uk?=hereford.uk.com"><img src="../images/BoxAds/RecruitmentBoxAd.gif" width="120" height="120" class="imgBorder" alt="Recruitment Direct Hereford"></a>'
adblockAd[2]='<a target="_blank" href="clicks.asp?url=http://www.sfcpersonnel.com?=hereford.uk.com"><img src="../images/BoxAds/SFCBoxAd.gif" width="120" height="120" class="imgBorder" alt="SFC Personnel Hereford"></a>'
adblockAd[3]='<a target="_blank" href="clicks.asp?url=http://www.westaff.co.uk?=hereford.uk.com"><img src="../images/BoxAds/WestaffLogo.gif" width="120" height="120" class="imgBorder" alt="Westaff (UK) Ltd Hereford"></a>'
adblockAd[4]='<a target="_blank" href="clicks.asp?url=http://www.workingsolutions.co.uk?=hereford.uk.com"><img src="../images/BoxAds/WorkingSolutionsBoxAd.gif" width="120" height="120" class="imgBorder" alt="Working Solutions (Mercia) Ltd Hereford"></a>'
adblockAd[5]='<a target="_blank" href="clicks.asp?url=http://clkuk.tradedoubler.com/click?p=16961&a=1588218&g=17041784"><img src="../images/BoxAds/VikingOffice120x60b.gif" width="120" height="60" class="imgBorder" alt="Viking Office Supplies"></a>'

function randomorderAd(targetarray, spacing) {
  var randomorderAd=new Array()
  var the_one
  var z=1
  for (i=5;i<targetarray.length;i++)
  randomorderAd[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++
    }
  }
}
