
var quotes=new Array()

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

quotes[0]='<a href="http://www.mccombsplan.com/new/the_plan/index.php"><img src="http://www.mccombsplan.com/new/images/replenish2.jpg" width="245" height="113" border="0"></a>'
quotes[1]='<a href="http://www.mccombsplan.com/new/the_plan/index.php"><img src="http://www.mccombsplan.com/new/images/replenish.jpg" width="245" height="113" border="0"></a>'

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