var adblock=new Array()
adblock[0]='<p><a href="http://www.cisco.com/offer/ciscolive09/173483_1" target="_blank" title="Register for Cisco Live 2009"><b>Visit XO at Booth 1449</b><img src="/PublishingImages/Ads/CL09_banner_static.gif" alt="Cisco Live 2009" width="165" height="106" style="margin:1.5em 0;" /></a></p>'
adblock[1]='<p><a title="Register for Our Latest APM Webcast 2:00 p.m. ET, June 25" target="_blank" href="http://event.on24.com/r.htm?e=146714&s=1&k=EFAB4C1FE848674A50ADDAB147B5E65B&partnerref=xohome"><b style="line-height: 1.2em;">Register for Our <br/>Latest APM Webcast</b><img alt="What&#39;s Running on Your Network? Visibility is the Key to Improved Application Performance" src="/PublishingImages/Ads/APM_Webcast.jpg" style="margin: 1em 0pt;"/><small style="color: rgb(135, 140, 146); font-weight: bold;">What&#39;s Running on <br/>Your Network?</small><small style="color: rgb(135, 140, 146);">Visibility is the Key to Improved Application Performance</small><small>June 25, 2:00 p.m. ET</small></a></p>'

function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=0
  for (i=0;i<targetarray.length;i++)
  randomorder2[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++
    }
  }
}