
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/landscape_sm2.jpg" style="margin: 0 5 5 0" alt="Make Contact With a Professional Landscaper"><br>Planning to Remodel?<br>Get a free quote!'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
