var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src=Graphics/Stage/collage-1.jpg width=354 height=258 border=0 alt="Picture Gallery - Click Here">'

quotes[1]='<img src=Graphics/Stage/collage-2.jpg width=354 height=258 border=0 alt="Picture Gallery - Click Here">'

quotes[2]='<img src=Graphics/Stage/collage-3.jpg width=354 height=258 border=0 alt="Picture Gallery - Click Here">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])