<!--
  var howMany = 1
  var quote = new Array(howMany+1)
  
  quote[0]="<table bgcolor='#000000' width='100%'><tr><td><center><font color='#2492ff' size='-2'><b><big>Join the<br>ChruDat<br>Mailing List</font></center><hr><font color='#ffff46' size='-2'>- 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' size='-2'>Email:<Br> <input type='text' size='17' maxlength='50' name='email'><br><input type='submit' value='Send'></td></tr></table></font><div class='menuitem'>Caption Contest</div><center><a href='http://www.chruforums.com/2009/07/22/skinny-model/#comments' target='_blank'><img src='http://www.chrudat.com/captions/cap11.jpg' width='150'></a></center>"
  quote[1]="<table bgcolor='#000000' width='100%'><tr><td><center><font color='#2492ff' size='-2'><b><big>Join the<br>ChruDat<br>Mailing List</font></center><hr><font color='#ffff46' size='-2'>- 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' size='-2'>Email:<Br> <input type='text' size='17' maxlength='50' name='email'><br><input type='submit' value='Send'></td></tr></table></font><div class='menuitem'>Caption Contest</div><center><a href='http://www.chruforums.com/2009/07/22/skinny-model/#comments' target='_blank'><img src='http://www.chrudat.com/captions/cap11.jpg' width='150'></a></center>"


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>')


//-->
