
var quotes=new Array()

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


quotes[0]='<a href="omega.htm"><img src="pics/1crate.gif" width=100 height=100></a>'

quotes[1]='<a href="doors.htm"><img src="doors/1door.gif" width=100 height=100></a>'

quotes[2]='<a href="temple.htm"><img src="pics/fast.gif" width=100 height=100></a>'

quotes[3]='<a href="sacred.htm"><img src="pics/bead.gif" width=100 height=100></a>'

quotes[4]='<a href="http://www.futr2000.com/futrtool/orders.htm"><img src="pics/6lights.gif" width=100 height=100></a>'

quotes[5]='<a href="whatisit.htm"><img src="pics/timestar.gif" width=120 height=100></a>'

quotes[6]='<a href="doors.htm"><img src="doors/1door.gif" width=100 height=100></a>'

quotes[7]='<a href="random1.htm"><img src="2001/monolith.jpg" width=100 height=100></a>'

quotes[8]='<a href="StarGate.htm"><img src="2001/monolith.jpg" width=120 height=120></a>'

quotes[9]='<a href="StarGate.htm"><img src="2001/stargate.jpg" width=120 height=120></a>'

quotes[10]='<a href="random3.htm"><img src="2001/starchild.jpg" width=120 height=120></a>'

quotes[11]='<a href="sacred.htm"><img src="pics/fast.gif" width=120 height=120></a><br>Master of the Game'

quotes[12]='<a href="StarGate.htm"><img src="2001/earthstargate.jpg" width=120 height=120></a>'

quotes[13]='<a href="random1.htm"><img src="2001/2001movie.jpg" width=120 height=120></a>'

quotes[14]='<a href="random7.htm"><img src="2001/eclipse2.jpg" width=120 height=120></a>'

quotes[15]='<a href="random6.htm"><img src="2001/marsmap.jpg" width=120 height=120></a>'

quotes[16]='<a href="random5.htm"><img src="2001/mars2.jpg" width=120 height=120></a>'

quotes[17]='<a href="random3.htm"><img src="2001/hal2.gif" width=120 height=120></a>'


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

