
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/handyman_sm12.jpg"" alt="Need a Contractor For Your Flooring Job? Get a FREE ESTIMATE Today" align="left" border="0" style="margin-right:20px">'

quotes[1]=' <img src="images/handyman_sm1.jpg"" alt="STOP! Before You Start Your Remodeling Job - Get a Free ESTIMATE Here" align="left" border="0" style="margin-right:20px">'
 
quotes[2]=' <img src="images/handyman_sm14.jpg" alt="From Plumbing to Roofing to Cabinet Making to Flooring - Get a FREE QUOTE Today" align="left" border="0" style="margin-right:20px">'
 
quotes[3]=' <img src="images/handyman_sm9.jpg" alt="Get a Professional Handyman For Your Project - Begin With a FREE ESTIMATE" align="left" border="0" style="margin-right:20px">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
