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