<!--
function randimg() { } ; r = new randimg() ; n = 0

//-------------Database----------
r[n++]= '<IMG SRC="images/illust_bagelMan.gif" WIDTH="203" HEIGHT="209" ALT="1">'
r[n++]= '<IMG SRC="images/illust_cinnbuns.gif" WIDTH="203" HEIGHT="209" ALT="2">'
r[n++]= '<IMG SRC="images/illust_oldLady.gif" WIDTH="203" HEIGHT="209" ALT="3">'
r[n++]= '<IMG SRC="images/illust_platter.gif" WIDTH="203" HEIGHT="209" ALT="4">'
r[n++]= '<IMG SRC="images/illust_runningBagels.gif" WIDTH="203" HEIGHT="209" ALT="5">'
//----------------------

i=Math.floor(Math.random() * n) ; 
document.write( r[i] )
//--></SCRIPT>
