
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<center><IMG src="/resources/images/_toppers/EE_IMG_5935.jpg"></center>'

quotes[1]='<center><IMG src="/resources/images/_toppers/EE_IMG_8368.jpg"></center>'

quotes[2]='<center><IMG src="/resources/images/_toppers/EE_IMG_0999.jpg"></center>'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

