...עקרב עיגמ טסקטה םעפה
<script language=javaScript>
<!-- Beginning of JavaScript -

// CREDITS:
// Fullpage background-ticker by Urs Dudli and Peter Gehrig
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com. -- הפמ חוקל טפירקסה
// info@24fun.ch
// 8/15/2000

// IMPORTANT:
// If you add this script to a script-library or a script-archive
// you have to insert a link to http://www.24fun.com right into the webpage where the script
// will be displayed.

// CONFIGURATION:
// Go to http://www.24fun.com, open category 'text' and download the ZIP-file of this script
// containing the the script-file with step-by-step instructions for easy configuration.


// Configure your messages. You may add as many messages as you like.
var message=new Array()
message[0]="ZAKAI.COM COME TO SHOW YOU HOW."
message[1]="You can try all the scripts for FREE"
message[2]="םייונישה תא רוקמה תוארל הסנ ..תירבעב הרוקש המ הנהו."

// distance to the border of the window (pixels)
var tickerpadding=10

// font-family of the text
var fnt="Arial"

// font-size of the text
var fntsize=70

// font-color of the text
var fntcolor="CCDDCC"

// font-size of the last letter of the ticker
var fntsizelastletter=70

// font-color of the last letter of the ticker
var fntcolorlastletter="88FF88"

// font-weight. Set a value between 1 to 9 to adjust the boldness
var fntweight=7

// standstill between the messages (microseconds)
var standstill=2000

// speed (a higher value will slow down the ticker)
var speed=40

// Do not edit the variables below
var leftposition=0
var topposition=0
var tickerwidth
var tickerheight
var i_substring=0
var i_presubstring=0
var i_message=0
var messagecontent=""
var messagebackground=""
var messagepresubstring=""
var messageaftersubstring=""
fntweight=fntweight*100

function initiateticker() {
if (document.all) {
tickerheight = document.body.clientHeight-5
tickerwidth = document.body.clientWidth-5
document.all.ticker.style.posLeft=leftposition
document.all.ticker.style.posTop=topposition
showticker()
}
if (document.layers) {
tickerheight = window.innerHeight-10
tickerwidth = window.innerWidth-10
document.ticker.left=leftposition
document.ticker.top=topposition
showticker()
}
}

function getmessagecontent() {
messagepresubstring=message[i_message].substring(0,i_presubstring)
messageaftersubstring=message[i_message].substring(i_presubstring,i_substring)
messagecontent="<table border=0 cellpadding="+tickerpadding+" width="+tickerwidth+" height="+tickerheight+"><tr><td valign=top>"
messagecontent+="<span style='position:relative; font-family:"+fnt+";color:"+fntcolor+";font-size:"+fntsize+"pt;font-weight:"+fntweight+"'>"
messagecontent+="<font color='"+fntcolor+"'>"
messagecontent+=messagepresubstring
messagecontent+="</font>"
messagecontent+="</span>"
messagecontent+="<span style='position:relative; font-family:"+fnt+";color:"+fntcolor+";font-size:"+fntsizelastletter+"pt;font-weight:900'>"
messagecontent+="<font color='"+fntcolorlastletter+"'>"
messagecontent+=messageaftersubstring
messagecontent+="</font>"
messagecontent+="</span>"
messagecontent+="</td></tr></table>"
}

function showticker() {
if (i_substring<=message[i_message].length-1) {
i_substring++
i_presubstring=i_substring-1
if (i_presubstring<0) {i_presubstring00}
getmessagecontent()
if (document.all) {
ticker.innerHTML=messagecontent
var timer=setTimeout("showticker()", speed)
}
if (document.layers) {
document.ticker.document.write(messagecontent)
document.ticker.document.close()
var timer=setTimeout("showticker()", speed)
}
}
else {
clearTimeout(timer)
var timer=setTimeout("changemessage()", standstill)
}
}

function changemessage() {
i_substring=0
i_presubstring=0
i_message++
if (i_message>message.length-1) {
i_message=0
}
showticker()
}

// - End of JavaScript - -->
</script>
<link rel="stylesheet" href="../liora3.css">
</head>

<body onLoad="initiateticker()">
<DIV ID="ticker" style="position:absolute"></DIV>

<DIV id="deletethisblock" style="position:absolute;top:10px;left:180px;">