
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/window_sm2.jpg"" alt="STOP! Before You Start Your Window Job - Get a Free ESTIMATE Here" align="left" border="0" style="margin-right:20px">'
 
quotes[1]=' <img src="images/window_sm4.jpg" alt="From Broken Glass Replacement to New Window Installs - Get a FREE QUOTE Today" align="left" border="0" style="margin-right:20px">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
