
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="images/subhead_switch_seas1.jpg">'

quotes[1]='<img src="images/subhead_switch_seas2.jpg">'

quotes[2]='<img src="images/subhead_switch_seas3.jpg">'

quotes[3]='<img src="images/subhead_switch_seas4.jpg">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
