var adblock=new Array()
// adblock[0]='<img src="ADS/ad.1.jpg" class="imgBorder" alt="Air Conditioning, Heating and Indoor Air Quality" onclick="javascript:popcontact(\'PopUp/labrador-mechanical.htm\')">'
adblock[0]='<a href="http://www.labradormechanical.com" target="_blank"><img src="ADS/LMI-ad.jpg" alt="Air Conditioning, Heating and Indoor Air Quality" border="0"></a>'
adblock[1]='<a href="http://www.windowsofhouston.com" target="_blank"><img src="ADS/WOH-ad.jpg" alt="Replacement Windows, Doors, Patio Doors, Storm Windows and Doors, Glass & Screen Enclosures" border="0"></a>'
adblock[2]='<a href="http://www.jes-electric.com" target="_blank"><img src="ADS/JES-ad.jpg" alt="Master Electrician, Electrical Contractor, Access Service Panel Upgrade" border="0"></a>'
adblock[3]='<a href="http://www.setexastrees.com" target="_blank"><img src="ADS/STT-ad.jpg" alt="Tree Services, Arbor Care, Tree Planting, Removal, Stump Grinding" border="0"></a>'
function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=3
  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++
    }
  }
}
