if (document.all){
document.writeln('<marquee id="ieslider" scrollAmount="2" width="158" height="179" direction=up style="margin-left: 1px; background-color: #529aef;">');
document.writeln(wholemessage);
ieslider.onmouseover=new Function("ieslider.scrollAmount=0");
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=2");
document.write('</marquee>');
}
if (document.getElementById&&!document.all){
document.write('<div style="position: relative; overflow: hidden; width: 158px; height: 179px; clip:rect(1 145 145 1); background-color: #529aef; margin-left: 1px;" onMouseover="sspeed=0;" onMouseout="sspeed=2">');
document.write('<div id="slider" style="position: relative; width:&{swidth};">');
document.write('</div></div>');
}
