
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="../images/services2.jpg" width="115" height="115" align="right"><img src="../images/services4.jpg" width="115" height="115" align="right">'

quotes[1]='<img src="../images/services1.jpg" width="115" height="115" align="right"><img src="../images/services3.jpg" width="115" height="115" align="right">'



var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

