
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/landscape_sm3.jpg" style="margin: 0 0 5 5" alt="Reach a Local Landscaper"><br>Landscaper Services<br>Get a free quote!'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
