<!--

function writeTopImage()
{
   var highNum=11;  //1 + highest number of images (if 5 returns 0-4)
   aRandomNum = Math.round(Math.random() * highNum-1);
   if (aRandomNum < 0) aRandomNum = 0;
      document.write('<img src="quotes/quote'+aRandomNum+'.gif" vspace="20" hspace="10" alt="" border="0">');
}
// -->
