var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<img src="http://www.bpdesigngroup.com/solutions/images/random/newWorld.jpg">'
quotes[1]='<a href="http://www.bpdesigngroup.com/solutions/content_management/"><img src="http://www.bpdesigngroup.com/solutions/images/random/siteCare_main2.jpg"></a>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])