...הפי ...הספדהב ומכ דלקומה טסקט
<STYLE type="text/css">
a:link, a:visited { color:#000080; text-decoration : none };
a:active {color:#333333; text-decoration : underline; };
a:hover {color:#333333; text-decoration : underline; background-color : #ffff33};
</STYLE>
<!-- Created with AOLpress/2.0 --><SCRIPT LANGUAGE="JavaScript">
<!-- Original: Tarjei Davidsen (the@rescueteam.com) -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com )-- הפמ חוקל טפירקסה--->

<!-- Begin
var max=0;
function textlist() {
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl = new textlist(
"הנה טקסט בעברית , נשבר כמו שצריך, הכל נכתב בשורה אחת ללא שבירות,עוד טקסט ועוד ועוד, כמה שרוצים בזכות פקודת הדיר הכל בא מימין ונשבר כראוי.."
);

var x = 0; pos = 0;
var l = tl[0].length;
function textticker() {
document.tickform.tickfield.value = tl[x].substring(0, pos) + "_";
if(pos++ == l) {
pos = 0;
setTimeout("textticker()", 2000);
if(++x == max) x = 0;
l = tl[x].length;
} else
setTimeout("textticker()", 50);
}
// End -->
</script>

</head>

<body OnLoad="textticker()">

<form name=tickform dir=rtl>
<textarea name=tickfield rows=4 cols=38 style="background-color: rgb(0,0,0); color: rgb(255,255,255); cursor: default; font-family: Arial; font-size: 12px" wrap=virtual>This is pretty neat, let's see how it works.</textarea>
</form>