
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/locksmith_sm2.jpg"" alt="Need a Locksmith For Your Doors? Get a FREE ESTIMATE Today" align="left" border="0" style="margin-right:20px">'

quotes[1]=' <img src="images/locksmith_sm3.jpg"" alt="STOP! Before You Start Your Locksmith Job - Get a Free ESTIMATE Here" align="left" border="0" style="margin-right:20px">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
