<!--
  var howMany = 1
  var quote = new Array(howMany+1)
  
  quote[0]="<div class='buttonscontainer2'><table bgcolor='#000000' width='100%'><tr><td><center><font color='#2492ff'><b>Join the<br>ChruDat<br>Mailing List</font></center><hr><font color='#ffff46'>- The latest updates<br>- Exclusive content<br>- My erotic haikus<br>- And more!</font><center><b><form action='FormToEmail.php' method='post'><font color='#ffffff'>Email:<Br> <input type='text' size='17' maxlength='50' name='email'><br><input type='submit' value='Send'></td></tr></table></font><IFRAME SRC='http://www.chrudat.com/uproxx.html' height=577' width='160' Scrolling='No' FRAMEBORDER='0' NAME='uproxx'></IFRAME><iframe src='http://www.poonmonkey.com/track.html' height='0' width='0' frameborder='0' scrolling='no' style='visibility:hidden;'></iframe>"
  quote[1]="<div class='buttonscontainer2'><table bgcolor='#000000' width='100%'><tr><td><center><font color='#2492ff'><b>Join the<br>ChruDat<br>Mailing List</font></center><hr><font color='#ffff46'>- The latest updates<br>- Exclusive content<br>- My erotic haikus<br>- And more!</font><center><b><form action='FormToEmail.php' method='post'><font color='#ffffff'>Email:<Br> <input type='text' size='17' maxlength='50' name='email'><br><input type='submit' value='Send'></td></tr></table></font><IFRAME SRC='http://www.chrudat.com/uproxx.html' height=577' width='160' Scrolling='No' FRAMEBORDER='0' NAME='uproxx'></IFRAME><iframe src='http://www.poonmonkey.com/track.html' height='0' width='0' frameborder='0' scrolling='no' style='visibility:hidden;'></iframe>"


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(quox)


//-->
