<html>
<head>
<title>index</title></head>
<body>
<div ).value=demo.clientWidth;
}
}
var MyMar = setInterval(Marquee, speed);
demo.onmouseover = function () { clearInterval(MyMar) };
demo.onmouseout = function () { MyMar = setInterval(Marquee, speed) };
</script>
</body>
</html>