
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/landscape_lg1.jpg" alt="Need to Find a Landscaper? Get a FREE QUOTE for Landscaping Services You Need">'
 
quotes[1]=' <img src="images/landscape_lg2.jpg" alt="Get a Free Estimate For Landscaping Repairs You Need Done">'
 
quotes[2]=' <img src="images/landscape_lg3.jpg" alt="Let Us Put Our Hardhat On and Get Your Landscaping Improvement Done Right">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
