	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div><a href="http://pingu.argusmediagroup.com/mailers/update.html" target="_top"><img src="/ArgusStaticContent/snips/images/banners/update1.jpg" alt="Sign up for Argus Update" title="Sign up for Argus Update" width="720" height="60" border="0"></a></div>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);




