var sspeed=2

function scorri(wholemessage,swidth,sheight,dir){
document.writeln('<marquee id="ieslider" scrollAmount='+sspeed+' width='+swidth+' height='+sheight+' direction='+dir+' style="border:0; z-index:0;">')
document.writeln(wholemessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=2")
document.write('</marquee>')
}