
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="images/1.jpg" width="48" height="23" align="top"><input name="nb" type="hidden" id="nb" value="1930">'

quotes[1]='<img src="images/2.jpg" width="48" height="23" align="top"><input name="nb" type="hidden" id="nb" value="9372">'

quotes[2]='<img src="images/3.jpg" width="48" height="23" align="top"><input name="nb" type="hidden" id="nb" value="4720">'

quotes[3]='<img src="images/4.jpg" width="48" height="23" align="top"><input name="nb" type="hidden" id="nb" value="0472">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
