םירושיק םע ףדה שארב העדוה
 
<SCRIPT LANGUAGE="JavaScript">
<!--

// Edit the variables below:

// Your messages. Add as many as you like
var message=new Array()
message[0]="Zakai.com - let you use all the scripts for free-.ףצרב הארי רסמה רתוי הכורא העדוההש לככ ףדה שארב וצורי דימתש תובושח תועדוה תריסמל םוקמה הז"
message[1]=".ףדה שארב םכתריחב יפל תילגנא וא תירבע ..הפש לכב תוצר תועדוה"
message[2]=".ףצרב הארי רסמה רתוי הכורא העדוההש לככ ףדה שארב וצורי דימתש תובושח תועדוה תריסמל םוקמה הז"


// the URLs of your messages
var messageurl=new Array()
messageurl[0]="http://www.zakai.com/zakai2000/index.html"
messageurl[1]="http://www.zakai.com/zakai2000/index.html"
messageurl[2]="http://www.zakai.com/zakai2000/index.html"

// the targets of the links
// accepted values are '_blank' or '_top' or '_parent' or '_self'
// or the name of your target-window (for instance 'main')
var messagetarget=new Array()
messagetarget[0]="_blank"
messagetarget[1]="_blank"
messagetarget[2]="_blank"

// distance of the ticker to the top margin of the browser-window (pixels)
var postop=0

// speed 1: lower means faster
var pause=50

// speed 2: higher means faster
var step=3

// font-size
var fntsize=35

// font-color
var fntcolor="#ece8cf"

// font-family
var fntfamily="Arial"

// font-weight: 1 means bold, 0 means normal
var fntweight=1

// do not edit the variables below
var i_message=0
var timer
var textwidth
var textcontent=""
if (fntweight==1) {fntweight="700"}
else {fntweight="100"}

function init() {
gettextcontent()
if (document.all) {
screenwidth=document.body.clientWidth
text.innerHTML=textcontent
document.all.text.style.posTop=postop
document.all.text.style.posLeft=screenwidth
textwidth=text.offsetWidth
scrolltext()
}
if (document.layers) {
screenwidth=window.innerWidth
document.text.document.write(textcontent)
document.text.document.close()
document.text.top=postop
document.text.left=screenwidth
textwidth=document.text.document.width
scrolltext()
}
}

function scrolltext() {
if (document.all) {
if (document.all.text.style.posLeft>=textwidth*(-1)) {
document.all.text.style.posLeft-=step
var timer=setTimeout("scrolltext()",pause)
}
else {
changetext()
}
}
if (document.layers) {
if (document.text.left>=textwidth*(-1)) {
document.text.left-=step
var timer=setTimeout("scrolltext()",pause)
}
else {
changetext()
}
}
}

function changetext() {
i_message++
if (i_message>message.length-1) {i_message=0}
gettextcontent()
if (document.all) {
text.innerHTML=textcontent
document.all.text.style.posLeft=screenwidth
textwidth=text.offsetWidth
scrolltext()
}

if (document.layers) {
document.text.document.write(textcontent)
document.text.document.close()
document.text.left=screenwidth
textwidth=document.text.document.width
scrolltext()
}
}

function gettextcontent() {
textcontent="<span style='position:relative;font-size:"+fntsize+"pt;font-family:"+fntfamily+";font-weight:"+fntweight+"'>"
textcontent+="<a href="+messageurl[i_message]+" target="+messagetarget[i_message]+">"
textcontent+="<nobr><font color="+fntcolor+">"+message[i_message]+"</font></nobr></a></span>"
}

window.onresize=init;

// - End of JavaScript - -->
</SCRIPT>

<STYLE>
A {
text-decoration:none;
}
A:Hover {
text-decoration:underline;
color:FF0000;
}
body{
overflow-x:hidden;
overflow-y:scroll;
}
</STYLE>
</head>

<body onLoad="init()">
<DIV ID="text" style="position:absolute;left:-2000px"></DIV>