if (document.all)
{
document.writeln('<MARQUEE ID="ieslider" scrollAmount='+sspeed+' width='+swidth+' height='+sheight+' DIRECTION="UP">');
document.writeln(wholemessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=0");
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=sspeed");
document.write('</MARQUEE>');
}

if (document.getElementById&&!document.all)
{
document.write('<DIV STYLE="position:relative;overflow:hidden;width:'+swidth+';height:'+sheight+';clip:rect(0 '+(swidth+2)+' '+(sheight+2)+' 0);" onMouseover="sspeed=0;" onMouseout="sspeed=2">');
document.write('<DIV ID="slider" STYLE="position:relative;width:&{swidth};">');
document.write('</DIV></DIV>')
}
start();

