/*********************************************
* News Scroller created by: Si-j Si-J@xxx.lt *
**********************************************/

if (document.all){
document.writeln('<marquee id="ieslider" height=130 width=130 scrollAmount=1 direction=up>')
document.writeln(wholemessage)
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=1")
document.write('</marquee>')
}
if (document.getElementById&&!document.all){
document.write('<div style="position:relative;overflow:hidden;clip:rect(0 100 100 0);" onMouseover="sspeed=0;" onMouseout="sspeed=1">')
document.write('<div id="slider" style="position:relative;height:130;width:&{swidth};">')
document.write('</div></div>')
}

function scrollSpeed(sp) {
if (document.all){
if (sp>=0) {
	ieslider.direction="up";
	ieslider.scrollAmount=sp; }
else {
	ieslider.direction="down";
	ieslider.scrollAmount=0-sp;
	}
}
if (document.getElementById&&!document.all){
sspeed=sp;
 }
}
