if (document.all){
document.writeln('<marquee id="ieslider" scrollAmount=2.5 width=250 height=80 direction=up style="border:2 solid blue ;background-color:white">')
document.writeln(wholemessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=1")
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=3")
document.write('</marquee>')
}
if (document.getElementById&&!document.all){
document.write('<div style="position:relative; overflow:hidden; width:225; height:74; clip:rect(0 302 82 0); background-color:white ; border:2px solid blue;" onMouseover="sspeed=1;" onMouseout="sspeed=3">')
document.write('<div id="slider" style="position:relative; width:&{swidth};">')
document.write('</div></div>')
}