
var adblock=new Array()
adblock[0]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 0"></a>'
adblock[1]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 1"></a>'
adblock[2]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 2"></a>'
adblock[3]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 3"></a>'
adblock[4]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 4"></a>'
adblock[5]='<a href="http://www.theislips.com/advertising.php"><img src="include/banners/generic_120_plain.gif" class="imgBorder" alt="Advertise on TheIslips.com 5"></a>'
adblock[6]='<a href="http://www.cozynoses.com/" target="_blank"><img src="include/banners/cozynoses_120.jpg" class="imgBorder" alt="Cozy Noses"></a>'
function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=0
  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++
    }
  }
}

