	
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="https://argusmediaevent.webex.com/argusmediaevent/onstage/g.php?t=a&d=664683962" target="blank"><img src="/ArgusStaticContent/snips/images/banners/regulation-webinar.jpg" alt="Argus and Sutherland Webinar: Regulating the oil markets" width="500" height="60" border="0" align="center"></a></div>'

quotes[5]='<div align="center"><a href="https://argusmediaevent.webex.com/argusmediaevent/onstage/g.php?t=a&d=662266037" target="blank"><img src="/ArgusStaticContent/snips/images/banners/so2.jpg" alt="Argus webinar: SO2 and NOx markets a shifting regulatory landscape" width="500" height="60" border="0" align="center"></a></div>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote]);



