var adblock=new Array()
adblock[0]='<a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a><br><a href="Jobs09.html"><img src="img/09Jobs-button200.gif" width="200" height="89" alt="For Jobseekers"></a><br><a href="Health.html"><img src="img/09Health-button200.gif" width="200" height="89" alt="Connecticut Health Care Programs"></a>'
adblock[1]='<a href="Jobs09.html"><img src="img/09Jobs-button200.gif" width="200" height="89" alt="For Jobseekers"></a><br><a href="Mortgage09.html"><img src="img/09mortgage-button200.gif" alt="Protecting Homeowners, Preventing Foreclosures" width="200" height="89"></a><br><a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a>'
adblock[2]='<a href="Mortgage09.html"><img src="img/09mortgage-button200.gif" alt="Protecting Homeowners, Preventing Foreclosures" width="200" height="89"></a><br><a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a><br><a href="Vets08.html"><img src="img/08Vets-button200.gif" width="200" height="89" alt="Resource Guide for Veterans and Military Personnel"></a>'
adblock[3]='<a href="http://healthfirstct.org/"><img src="img/08HF-button.gif" width="200" height="90" alt="HealthFirst Connecticut: Seeking to achive health care for all"></a><br><a href="Vets08.html"><img src="img/08Vets-button200.gif" width="200" height="89" alt="Resource Guide for Veterans and Military Personnel"></a><br><a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a>'
adblock[4]='<a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a><br><a href="Vets08.html"><img src="img/08Vets-button200.gif" width="200" height="89" alt="Resource Guide for Veterans and Military Personnel"></a><br><a href="Jobs09.html"><img src="img/09Jobs-button200.gif" width="200" height="89" alt="For Jobseekers"></a>'
adblock[5]='<a href="Budget09.html"><img src="img/09budget-button200.gif" width="200" height="89" alt="Guide to the State Budget"></a><br><a href="Health.html"><img src="img/09Health-button200.gif" width="200" height="89" alt="Connecticut Health Care Programs"></a><br><a href="http://healthfirstct.org/"><img src="img/08HF-button.gif" width="200" height="90" alt="HealthFirst Connecticut: Seeking to achive health care for all"></a>'

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