/* random image script */ var quotes=new Array() quotes[0]='

' quotes[1]='

' quotes[2]='

' quotes[3]='

' quotes[4]='

' quotes[5]='

' quotes[6]='

' quotes[7]='

' quotes[8]='

' quotes[9]='

' /* Your additional images here*/ var whichquote=Math.floor(Math.random()*(quotes.length)) document.write(quotes[whichquote])