<!-- 
if (document.all){

document.writeln('<marquee id="ieslider" scrollAmount=4 width=98% height=380 direction=up style="border:0;background-color:#ffffff">')
document.writeln(wholemessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=4")
document.write('</marquee>')
}
if (document.getElementById&&!document.all){

document.write('<div  style="position:relative;overflow:hidden;width:300;height:100;clip:rect(100 302 102 0); background-color:WHITE;border:1px solid red;" onMouseover="sspeed=0;" onMouseout="sspeed=4">')
document.write('<div id="slider" align=right style="position:relative;width:&{swidth};">')
document.write('</div></div')
}
// -->

