!!!םלועל הלאמשו הנימי ענש תמוסרפ ןולח ליעפמ


<body >

<SCRIPT LANGUAGE="JavaScript">
<!--

function makeAd() {
window.open("Floating Ad.htm", "ad", "width=468,innerWidth=468,height=80,innerHeight=80,left=0,top=0");
}

// -->
</SCRIPT><br>
<br>
<FORM><INPUT TYPE="button" VALUE="Floating Ad" onClick="makeAd()"></FORM>

</body>

דהה קלחה אבה טפירקסה תא ופיסוה העדוהה ןולחלו

<SCRIPT language=JavaScript>
<!--

function startAd() {
if (window.screen) {
pos = 0;
aw = screen.availWidth;
window.moveTo(pos, 0);
timerID = setInterval("moveAd()", 50);
}
}

function moveAd() {
if (pos <= 0) inc = 5;
// 5 - so it doesn't pass the right edge
// 10 - accounts for the window chrome
if (pos + 468 + 10 + 5 > aw) inc = -5;
pos += inc;
window.moveTo(pos, 0);
}

window.onload = startAd;

// -->
</SCRIPT>