<!--
  var howMany = 2
  var quote = new Array(howMany+1)

  quote[0]="<a href='http://www.fleshlight.com/better-sex-more-sex/?link=207199' target='_blank' rel='nofollow'><img src='http://static.fleshlight.com/images/banners/FL_120x600_01.gif' height='600' width='120'></a>"
  quote[1]="<a href='http://www.fleshlight.com/better-sex-more-sex/?link=207199' target='_blank' rel='nofollow'><img src='http://static.fleshlight.com/images/banners/FL_80x468_06.gif' height='468' width='80'></a>"
  quote[2]="<A HREF='http://www.adultrental.com?rentrevid=231928&sp=9&tp=S&track=' rel='nofollow' target='_blank'><img src='http://d1r5mzi00mt67a.cloudfront.net/ar_vert.gif'></A>"



function rndnumber(){
        var randscript = -1
        while (randscript < 0 || randscript > howMany || isNaN(randscript)){
                randscript = parseInt(Math.random()*(howMany+1))
        }
        return randscript
}
     quo = rndnumber()
     quox = quote[quo]

document.writeln('<font face="copperplate gothic bold" color="#00366c">' +quox+ '</font>')


//-->