<!-- // This version is for Internet Explorer
tt = -2; t2 = 0; cat = 0; lay = 'free';
function anim() {
tt += 0.01;
if (tt > t2) {
document.all(lay).style.visibility = 'hidden';
lay = 'free';
t2 = tt + 2; cat = 0;}
document.all(lay).style.posLeft = document.body.clientWidth*(0.34 + 0.25*Math.sin(tt));
document.all(lay).style.posTop = document.body.clientHeight*(0.4 + 0.4*Math.sin(tt*2));
document.all(lay).style.visibility = 'visible';}
setInterval('anim()',40); //-->
