
if(browser=="Netscape"){ marqueespeed_t=marqueespeed_t;}
if(browser=="Microsoft Internet Explorer"){ marqueespeed_t=marqueespeed_t;}

marqueespeed_t=(document.all)? marqueespeed_t : Math.max(1, marqueespeed_t-1) 
var copyspeed_t=marqueespeed_t
var pausespeed_t=(pauseit_t==0)? copyspeed_t: 0
var iedom_t=document.all||document.getElementById
var actualheight_t=''
var cross_marquee_t, ns_marquee_t

function populate_t(){
if (iedom_t){
cross_marquee_t=document.getElementById? document.getElementById("iemarquee_t") : document.all.iemarquee_t
cross_marquee_t.style.top=parseInt(marqueeheight_t)+8+"px"
cross_marquee_t.innerHTML=marqueecontent_t
actualheight_t=cross_marquee_t.offsetHeight
}
else if (document.layers){
ns_marquee_t=document.ns_marquee_t.document.ns_marquee_t2
ns_marquee_t.top=parseInt(marqueeheight_t)+8
ns_marquee_t.document.write(marqueecontent_t)
ns_marquee_t.document.close()
actualheight_t=ns_marquee_t.document.height
}
lefttime_t=setInterval("scrollmarquee_t()",20)
}



function scrollmarquee_t(){

if (iedom_t){
if (parseInt(cross_marquee_t.style.top)>(actualheight_t*(-1)+8))
cross_marquee_t.style.top=parseInt(cross_marquee_t.style.top)-copyspeed_t+"px"
else
cross_marquee_t.style.top=parseInt(marqueeheight_t)+8+"px"
}
else if (document.layers){
if (ns_marquee_t.top>(actualheight_t*(-1)+8))
ns_marquee_t.top-=copyspeed_t
else
ns_marquee_t.top=parseInt(marqueeheight_t)+8
}
}

if (iedom_t||document.layers){
with (document){
if (iedom_t){
write('<div style="position:relative;width:'+marqueewidth_t+';height:'+marqueeheight_t+';overflow:hidden; " onMouseover="copyspeed_t=pausespeed_t" onMouseout="copyspeed_t=marqueespeed_t">')
write('<div id="iemarquee_t" style="position:absolute;left:0px;top:0px;width:100%;z-index:0">')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+marqueewidth_t+' height='+marqueeheight_t+' name="ns_marquee_t">')
write('<layer name="ns_marquee_t2" width='+marqueewidth_t+' height='+marqueeheight_t+' left=0 top=0 onMouseover="copyspeed_t=pausespeed_t" onMouseout="copyspeed_t=marqueespeed_t"></layer>')
write('</ilayer>')
}
}
}