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