//Specify the marquee's width (in pixels) var marqueewidth="640px"; //Specify the marquee's height var marqueeheight="18px" //Specify the marquee's marquee speed (larger is faster 1-10) var marqueespeed=2 //configure background color: var marqueebgcolor="#DEFDD9" //Pause marquee onMousever (0=no. 1=yes)? var pauseit=0 //Specify the marquee's content (don't delete tag) //Keep all content on ONE line, and backslash any single quotations (ie: that\'s great): var marqueecontent=' Wednesday, 31 December 2008 : NSE : Open - 13.85   Low - 13.70   High - 14.45   Last traded - 13.90   Volumes : 48300' ////NO NEED TO EDIT BELOW THIS LINE//////////// marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS var copyspeed=marqueespeed var pausespeed=(pauseit==0)? copyspeed: 0 var iedom=document.all||document.getElementById var Fmarqueewidth="640px"; var Fmarqueeheight="18px" var Fmarqueespeed=2 var Fmarqueebgcolor="#DEFDD9" var Fpauseit=0 var Fmarqueecontent=' Visit us at Stand - N25 CPHI JAPAN-April 9-11, 2008.....................................TOKYO BIG SIGHT Exhibition Center.....................................Visit us at Stand - N25 CPHI JAPAN-April 9-11, 2008' Fmarqueespeed=(document.all)? Fmarqueespeed : Math.max(1, Fmarqueespeed-1) //slow speed down by 1 for NS var Fcopyspeed=Fmarqueespeed var Fpausespeed=(Fpauseit==0)? Fcopyspeed: 0 var Fiedom=document.all||document.getElementById if (Fiedom) { document.write('') document.write('') } var actualwidth='' var cross_marquee, ns_marquee var Factualwidth='' var Fcross_marquee, Fns_marquee function Fpopulate() { if (Fiedom) { marqueewidth=document.getElementById('mcontainer').offsetWidth - 50; cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee cross_marquee.style.left=parseInt(marqueewidth)+8+"px" cross_marquee.innerHTML=marqueecontent actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth Fmarqueewidth=document.getElementById('mcontainer1').offsetWidth - 50; Fcross_marquee=document.getElementById? document.getElementById("iemarquee1") : document.all.iemarquee1 Fcross_marquee.style.left=parseInt(Fmarqueewidth)+8+"px" Fcross_marquee.innerHTML=Fmarqueecontent Factualwidth=document.all? temp1.offsetWidth : document.getElementById("temp1").offsetWidth } else if (document.layers) { ns_marquee=document.ns_marquee.document.ns_marquee2 ns_marquee.left=parseInt(marqueewidth)+8 ns_marquee.document.write(marqueecontent) ns_marquee.document.close() actualwidth=ns_marquee.document.width Fns_marquee=document.Fns_marquee.document.Fns_marquee2 Fns_marquee.left=parseInt(Fmarqueewidth)+8 Fns_marquee.document.write(Fmarqueecontent) Fns_marquee.document.close() Factualwidth=Fns_marquee.document.width } Flefttime=setInterval("Fscrollmarquee()",20) } window.onload=Fpopulate function Fscrollmarquee() { if (Fiedom) { if (parseInt(cross_marquee.style.left)>(actualwidth*(-1)+8)) cross_marquee.style.left=parseInt(cross_marquee.style.left)-copyspeed+"px" else cross_marquee.style.left=parseInt(marqueewidth)+8+"px" if (parseInt(Fcross_marquee.style.left)>(Factualwidth*(-1)+8)) Fcross_marquee.style.left=parseInt(Fcross_marquee.style.left)-Fcopyspeed+"px" else Fcross_marquee.style.left=parseInt(Fmarqueewidth)+8+"px" } else if (document.layers) { if (ns_marquee.left>(actualwidth*(-1)+8)) ns_marquee.left-=copyspeed else ns_marquee.left=parseInt(marqueewidth)+8 if (Fns_marquee.left>(Factualwidth*(-1)+8)) Fns_marquee.left-=Fcopyspeed else Fns_marquee.left=parseInt(Fmarqueewidth)+8 } }