" target="_blank">
');
document.write('');
document.write('
');
document.write(' | ');
document.write('
');
/*document.write('');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write('
');
document.write('');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write(' | ');
document.write('
');
document.write('');*/
marqueesHeight=120;
stopscroll=false;
with(document.getElementById("icefable1")){
style.width=0;
style.height=marqueesHeight;
style.overflowX="visible";
style.overflowY="hidden";
noWrap=true;
onmouseover=new Function("stopscroll=true");
onmouseout=new Function("stopscroll=false");
}
preTop=0; currentTop=marqueesHeight; stoptime=0;
document.getElementById("icefable1").innerHTML+=document.getElementById("icefable1").innerHTML;
function init_srolltext(){
document.getElementById("icefable1").scrollTop=0;
setInterval("scrollUp()",20);
}init_srolltext();
function scrollUp(){
if(stopscroll==true) return;
currentTop+=1;
if(currentTop==marqueesHeight+1)
{
stoptime+=1;
currentTop-=1;
if(stoptime==300)
{
currentTop=0;
stoptime=0;
}
}
else {
preTop=document.getElementById("icefable1").scrollTop;
document.getElementById("icefable1").scrollTop+=1;
if(preTop==document.getElementById("icefable1").scrollTop){
document.getElementById("icefable1").scrollTop=marqueesHeight;
document.getElementById("icefable1").scrollTop+=1;
}
}
}
init_srolltext();