
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="images/jingles/skyblue01.gif">'

quotes[1]='<img src="images/jingles/skyblue02.gif">'

quotes[2]='<img src="images/jingles/skyblue03.gif">'

quotes[3]='<img src="images/jingles/skyblue04.gif">'

quotes[4]='<img src="images/jingles/skyblue05.gif">'

quotes[5]='<img src="images/jingles/skyblue06.gif">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
