  var d0=document,
	ie=navigator.appName!="Netscape",
	ver4=(navigator.appVersion.charAt(0)>'3'),
	scr=(ver4?screen.width:0),
	sw=(scr>0?scr/3:267),
	ampl=window.innerWidth?"window.innerWidth/2-95":(document.body.clientWidth?"document.body.clientWidth/2-84":"sw");

document.write("<STYLE TITLE='ruch' TYPE='text/css'>#LogoYUKO { position: relative; left:0; top:0; }</STYLE>");
	
if(!ie)
{
	refDoc = "document.";
	refStyle = "";
	refLeft = ".left";
	refTop = ".top";
}
else
{
	refDoc = "document.all.";
	refStyle = ".style";
	refLeft = ".posLeft";
	refTop = ".posTop";
}
function harm(entity,delay,off,xx,dx)
{
	eval(refDoc+entity+refStyle+refLeft+"="+eval(ampl)*(Math.sin(xx+Math.PI*off/180)-1));
	xx+=dx;
	setTimeout('harm("'+entity+'",'+delay+','+off+','+xx+','+dx+')', delay);
}
function ruchYUKO()
{
	setTimeout('harm("LogoYUKO",8,90,0,0.002)',4000);
}

document.write("<div ID='LogoYUKO' align=right><img SRC='yukomz.gif' onLoad=ruchYUKO() ALT='YUKO' BORDER=0 height=44 width=140></div>");
