
var quotes=new Array()


quotes[0]='<img src="alphabets/alpha7.gif" width=792 height=50 border=0>'

quotes[1]='<img src="alphabets/alpha6.gif" width=800 height=64 border=0>'

quotes[2]='<img src="alphabets/alpha1.gif" width=482 height=45 border=0>'

quotes[3]='<img src="alphabets/alpha8.gif" width=717 height=61 border=0>'

quotes[4]='<img src="alphabets/alpha3.gif" width=717 height=61 border=0>'

quotes[5]='<img src="alphabets/alpha7.gif" width=792 height=50 border=0>'

quotes[6]='<img src="alphabets/alpha4.gif" width=591 height=43 border=0>'

quotes[7]='<img src="alphabets/alpha9.gif" width=704 height=46 border=0>'

quotes[8]='<img src="alphabets/alpha5.gif" width=988 height=200 border=0>'




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

