
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/window_lg1.jpg" alt="Need to Find a Window Company? Get a FREE QUOTE for Window Replacement Services You Need">'
 
quotes[1]=' <img src="images/window_lg2.jpg" alt="Get a Free Estimate For Household Window Repairs You Need Done">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
