
var quotes=new Array()


quotes[0]='<img src="alphabets/EARTHmoves.gif" width=320 height=240 border=0>'

quotes[1]='<img src="alphabets/smhierarchyanim.gif" width=180 height=180 border=0>'

quotes[2]='<img src="alphabets/aquarium1-chucks.gif" width=160 height=100 border=0>'

quotes[3]='<img src="alphabets/aquarium2-chucks.gif" width=160 height=100 border=0>'

quotes[4]='<img src="alphabets/badcrash.gif" width=70 height=70 border=0>'

quotes[5]='<img src="alphabets/universe.gif" width=230 height=216 border=0>'

quotes[6]='<img src="alphabets/aquarium1-chucks.gif" width=160 height=100 border=0>'

quotes[7]='<img src="alphabets/aquarium2-chucks.gif" width=160 height=100 border=0>'

quotes[8]='<img src="alphabets/lights.gif" width=100 height=190 border=0>'

quotes[9]='<img src="alphabets/cyc.gif" width=188 height=140 border=0>'

quotes[10]='<img src="alphabets/javamugsb.gif" width=60 height=80 border=0>'

quotes[11]='<img src="alphabets/movspheres.gif" width=64 height=64 border=0>'

quotes[12]='<img src="alphabets/movspheres.gif" width=64 height=64 border=0>'

quotes[13]='<img src="alphabets/q3.gif" width=74 height=59 border=0>'

quotes[14]='<img src="alphabets/EARTHmoves.gif" width=320 height=240 border=0>'

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

