var adblock=new Array()
adblock[0]='<a href="http://www.cvr-it.com/worldmap.html"><b>Who uses CVR/IT Templates?</b></a>'
adblock[1]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner2.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'
adblock[2]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner3.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'
adblock[3]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner4.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'
adblock[4]='<a href="http://www.cvr-it.com/consulting.html"><img src="http://www.cvr-it.com/banners/banner5.gif" width="120" height="64" class="imgBorder" alt="Project Management Consulting Services"></a>'
adblock[5]='<a href="http://www.cvr-it.com/training.html"><img src="http://www.cvr-it.com/banners/banner6.gif" width="120" height="64" class="imgBorder" alt="Project Management Training Services"></a>'
adblock[6]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner7.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'
adblock[7]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner8.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'
adblock[8]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner14.gif" width="120" height="64" class="imgBorder" alt="PM Humor"></a>'
adblock[9]='<a href="http://www.cvr-it.com/PM_Jokes.htm"><img src="http://www.cvr-it.com/banners/banner15.gif" width="120" height="64" class="imgBorder" alt="PM Humor"></a>'
adblock[10]='<a href="http://www.cvr-it.com/PM_Jokes.htm"><img src="http://www.cvr-it.com/banners/banner16.gif" width="120" height="64" class="imgBorder" alt="PM Humor"></a>'
adblock[11]='<a href="http://www.cvr-it.com/PM_Jokes.htm"><img src="http://www.cvr-it.com/banners/banner17.gif" width="120" height="64" class="imgBorder" alt="PM Humor"></a>'
adblock[12]='<a href="http://www.cvr-it.com/PM_Jokes.htm"><img src="http://www.cvr-it.com/banners/banner18.gif" width="120" height="64" class="imgBorder" alt="PM Humor"></a>'
adblock[13]='<a href="http://cvr-it.com/Training/3020_CreateOpportunity.html"><b>Create Opportunity in Your Project NOW!</b></a>'
adblock[14]='<b>By popular demand, both Commercial and Non-profit licenses are now available for the <a href="http://www.cvr-it.com/PM_Templates/">PM Template Library</b></a>'
adblock[15]='<a href="http://www.cvr-it.com/PM_Jokes.htm"><b>Got Humor?</b></a>'
adblock[16]='<a href="http://www.cafepress.com/cvrit"><img src="http://www.cvr-it.com/banners/banner1.gif" width="120" height="64" class="imgBorder" alt="PM Stuff - Get it here!"></a>'

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