
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/heating_lg1.jpg" alt="Need to Find a Heating Contractor? Get a FREE QUOTE for Heating Services You Need">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
