var thePics = new Array()

thePics[1] = "/images/reviews/1.gif"
thePics[2] = "/images/reviews/2.gif"
thePics[3] = "/images/reviews/3.gif"
thePics[4] = "/images/reviews/4.gif"
thePics[5] = "/images/reviews/5.gif"
thePics[6] = "/images/reviews/6.gif"
thePics[7] = "/images/reviews/7.gif"
thePics[8] = "/images/reviews/8.gif"
thePics[9] = "/images/reviews/9.gif"
thePics[10] = "/images/reviews/10.gif"
thePics[11] = "/images/reviews/11.gif"
thePics[12] = "/images/reviews/12.gif"
thePics[13] = "/images/reviews/13.gif"
thePics[14] = "/images/reviews/14.gif"

var rn = Math.floor(Math.random() * thePics.length)
if (rn == 0) {
  rn = 1
}
document.write("<a href='/monkeylove-reviews1.html'><img src='"+thePics[rn]+"' border=0 alt='Read some reviews'></a>")
//-->            
