rightbanner=[   

"CMTCTXtecAsia2010.gif", "CTXtec Asia 2010", "http://www.cmtevents.com/?ev=100319&pu=200475",
"ABFAsiaFinancialControllers.gif", "Asia Financial Controllers", "http://www.abf-asia.com/project/2014MC_CH.pdf",
"CMT3rdCBMWorldCoalBedMethaneHongKong.jpg", "3rd CBM World CoalBed Methane", "http://www.cmtevents.com/?ev=100316&pu=199505",
"BeaconMinesandMoneyAsia2010.gif", "Mines and Money Asia 2010", "http://www.minesandmoney.com/asia/",
"standardboardWorldPrivateEquityCongress.JPG", "World Private Equity Congress", "http://standardboard.com/wpec2010/",
"bipartnersChinaCleanCoalSummit.gif", "China Clean Coal Summit", "http://www.cleancoalchina.com/",
"ShorexWealthManagementForumSingapore2010.gif", "Shorex Wealth Management Forum Singapore 2010", "http://www.shorexsingapore.com/",
"ABFRenewableEnergyFinance.jpg", "Renewable Energy Finance", "http://www.ibc-asia.com/renewableenergyfinance/",
"resourcefuleventsexcellenceinoilandgas2010.gif", "Excellence in Oil and Gas", "http://www.resourcefulevents.com/page/excellence-in-oil-and-gas-10",
"DAISSIndexingandETFInvestmentsChina2010.gif", "Indexing and ETF Investments China 2010", "http://www.indexingetf.com/",
"CMT2ndAlgaeWorldEuropeBrussels.gif", "2nd Algae World Europe", "http://www.cmtevents.com/?ev=100411&pu=199506",
"ABFAsiaFraudandFinancialCrimes.gif", "The 8 Annual Fraud and Financial Crimes", "http://www.abf-asia.com/project/2016MC_CH.pdf",
"SZWDeepwaterAsiaCongress.gif", "Deepwater Asia Congress", "http://www.deepwatercongress.com/",
"IIRWealthForumAsia.gif", "Wealth Forum Asia", "http://www.iir-events.com/IIR-Conf/page.aspx?id=25590",
"SZWMiningandAsiaInvestment2010.gif", "Mining and Asia Investment 2010", "http://www.miningasiaonline.com/",
"ABFPerformanceMeasurementandKIPsforGovernmentandStatutoryBoards.jpg", "Performance Measurement and KIPs for Government and Statutory Boards", "http://www.abf-asia.com/project/2017SCMC_CH.pdf",
"DealFlowInternationalPIPEsConference2010.jpg", "International PIPEs Conference 2010", "http://www.dealflowmedia.com/conferences/pipes_conference_int_10.cfm"

	    ];




var scrollerwidth="153px"
var scrollerheight="400px"
var scrollerspeed=1
var scrollercontent='';

for (i=0; i<rightbanner.length/3; i++){
	scrollercontent=scrollercontent + '<table width="153" border="0" cellspacing="0" cellpadding="0"><tr><td><a href="'+rightbanner[i*3+2]+'" target="_blank"><img src="../rightbanner/'+rightbanner[i*3]+'" border="0" alt="'+rightbanner[i*3+1]+'" width="153" height="64"></a></td></tr><tr height="10"><img src="images/blank.gif" height="10"></tr></table>'
}

var pauseit=1


// Change nothing below!

scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) //slow speed down by 1 for NS
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight=''
var cross_scroller, ns_scroller
var pausespeed=(pauseit==0)? copyspeed: 0

function populate(){
if (iedom){
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
cross_scroller.innerHTML=scrollercontent
actualheight=cross_scroller.offsetHeight
}
else if (document.layers){
ns_scroller=document.ns_scroller.document.ns_scroller2
ns_scroller.top=parseInt(scrollerheight)+8
ns_scroller.document.write(scrollercontent)
ns_scroller.document.close()
actualheight=ns_scroller.document.height
}
lefttime=setInterval("scrollscroller()",20)
}
window.onload=populate

function scrollscroller(){

if (iedom){
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px"
else
cross_scroller.style.top=parseInt(scrollerheight)+8+"px"
}
else if (document.layers){
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed
else
ns_scroller.top=parseInt(scrollerheight)+8
}
}

if (iedom||document.layers){
with (document){
if (iedom){
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">')
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">')
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>')
write('</ilayer>')
}
}
}
