var quotes=new Array();

//change the quotes if desired. Add/ delete additional quotes as desired.
quotes[0]='<IMG SRC="images/top_picture1.jpg" WIDTH=141 HEIGHT=120 ALT="">';
quotes[1]='<IMG SRC="images/top_picture2.jpg" WIDTH=141 HEIGHT=120 ALT="">';
quotes[2]='<IMG SRC="images/top_picture3.jpg" WIDTH=141 HEIGHT=120 ALT="">';
quotes[3]='<IMG SRC="images/top_picture4.jpg" WIDTH=141 HEIGHT=120 ALT="">';



// New Quotes Appended Here - 11/5/2004 - End


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
//document.write("<br>")
//document.write("<br>")
// if(whichquote == (quotes.length)-1)
// document.write(quotes[0])
// else
// document.write(quotes[whichquote+1])
