	
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<div align="center"><a href="http://info.argusmedia.com/mailers/fts?ref=WebUSJet" a title="http://info.argusmedia.com/mailers/fts?ref=WebUSJet" target="blank"><img src="/ArgusStaticContent/snips/images/banners/jet.jpg" alt="Argus Jet Fuel width="500" height="60" border="0" align="center"></a></div>'

quotes[1]='<div align="center"><a href="http://info.argusmedia.com/mailers/fts?ref=WebFreight" a title="http://info.argusmedia.com/mailers/fts?ref=WebFreight" target="blank"><img src="/ArgusStaticContent/snips/images/banners/freight_trial_web.jpg" alt="Argus Freight" width="500" height="60" border="0" align="center"></a></div>'

quotes[2]='<div align="center"><a href="mailto:moreinfo@argusmedia.com" a title="mailto:moreinfo@argusmedia.com?subject=CTR" target="blank"><img src="/ArgusStaticContent/snips/images/banners/argus-coal-transportation.jpg" alt="Argus Coal Transportation" width="500" height="60" border="0" align="center"></a></div>'

quotes[3]='<div align="center"><a href="mailto:moreinfo@argusmedia.com" a title="mailto:moreinfo@argusmedia.com?subject=RailBusiness" target="blank"><img src="/ArgusStaticContent/snips/images/banners/Argus-rail-business.jpg" alt="Argus Coal Transportation" width="500" height="60" border="0" align="center"></a></div>'

quotes[4]='<div align="center"><a href="http://info.argusmedia.com/mailers/fts?ref=WebbnBaseoils" a title="http://info.argusmedia.com/mailers/fts?ref=WebbnBaseoils" target="blank"><img src="/ArgusStaticContent/snips/images/banners/baseoiljul10.jpg" alt="Argus Base Oils" width="500" height="60" border="0" align="center"></a></div>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);



