
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/paint_sm5.jpg"" alt="Need a Painting Contractor For Your Painting Job? Get a FREE ESTIMATE Today" align="left" border="0" style="margin-right:20px">'

quotes[1]=' <img src="images/paint_sm7.jpg"" alt="STOP! Before You Start Your Paint Job - Get a Free ESTIMATE Here" align="left" border="0" style="margin-right:20px">'
 
quotes[2]=' <img src="images/paint_sm8.jpg" alt="From Interior Walls to Exterior Whole House Painting - Get a FREE QUOTE Today" align="left" border="0" style="margin-right:20px">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
