
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

//quotes[0]='<img src="images/f1l_students-01.jpg" width="339" height="214">'

quotes[0]='<img src="images/f1l_students-02.jpg" width="339" height="214">'

quotes[1]='<img src="images/f1l_students-03.jpg" width="339" height="214">'

// quotes[2]='<img src="images/f1l_students-05.jpg" width="339" height="214">'

// quotes[3]='<img src="images/f1l_students-06.jpg" width="339" height="214">'

quotes[2]='<img src="images/f1l_students-07.jpg" width="339" height="214">'

quotes[3]='<img src="images/f1l_students-08.jpg" width="339" height="214">'

// quotes[4]='<img src="images/f1l_students-09.jpg" width="339" height="214">'

quotes[4]='<img src="images/f1l_students-11.jpg" width="339" height="214">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

