var adblock=new Array()
adblock[0]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote1.gif" border="0px" alt="customer comments"></a>'
adblock[1]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote2.gif" border="0px" alt="customer comments"></a>'
adblock[2]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote3.gif" border="0px" alt="customer comments"></a>'
adblock[3]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote4.gif" border="0px" alt="customer comments"></a>'
adblock[4]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote5.gif" border="0px" alt="customer comments"></a>'
adblock[5]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote6.gif" border="0px" alt="customer comments"></a>'
adblock[6]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote7.gif" border="0px" alt="customer comments"></a>'
adblock[7]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote8.gif" border="0px" alt="customer comments"></a>'
adblock[8]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote9.gif" border="0px" alt="customer comments"></a>'
adblock[9]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote10.gif" border="0px" alt="customer comments"></a>'
adblock[10]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote11.gif" border="0px" alt="customer comments"></a>'
adblock[11]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote12.gif" border="0px" alt="customer comments"></a>'
adblock[12]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote13.gif" border="0px" alt="customer comments"></a>'
adblock[13]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote14.gif" border="0px" alt="customer comments"></a>'
adblock[14]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote15.gif" border="0px" alt="customer comments"></a>'
adblock[15]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote16.gif" border="0px" alt="customer comments"></a>'
adblock[16]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote17.gif" border="0px" alt="customer comments"></a>'
adblock[17]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote18.gif" border="0px" alt="customer comments"></a>'
adblock[18]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote19.gif" border="0px" alt="customer comments"></a>'
adblock[19]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote20.gif" border="0px" alt="customer comments"></a>'
adblock[20]='<a href="http://www.creehanphotography.com/pcomments.shtml"><img src="http://www.creehanphotography.com/images/quote21.gif" border="0px" alt="customer comments"></a>'


function randomorder(targetarray, spacing) {
  var randomorder=new Array()
  var the_one
  var z=20
  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++
    }
  }
}
