
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<IMG SRC="splash/1.jpg" BORDER="0">'

quotes[1]='<IMG SRC="splash/2.jpg" BORDER="0">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
