! הלודג העדוה
 
<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<style type="text/css">

.textstyle {
position:absolute;
left:-2000px;
font-size:50pt;
font-weight:bold;
line-height:0.8;
font-family:Times;
color:black;
background-color:transparent;
filter:chroma(color=black;);
}

A,A:visited {
color:#ece8cf;
text-decoration:none;
}
A:Hover {
font-style:italic;
}
.bgdivstyle {
position:absolute;
left:-2000px;
filter:wave(strength=2,freq=5,phase=5,lightstrength=40);
}
</STYLE>

<SCRIPT LANGUAGE="JavaScript">
<!-- Beginning of JavaScript -
// Edit the variables below:

// your messages, add as many as you like
var message=new Array()
message[0]="םיאבה םיכורב"
message[1]="ןוכנה םוקמב םתא"
message[2]="דומלל המ שי הפ"
message[3]="הדרוהל תואמגוד הברהו"
message[4]="..ונהתו ושמתשה"


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

// 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"
messagetarget[3]="_blank"
messagetarget[4]="_blank"

// height of messageboard (pixels)
var messageheight=60

// width of the messageboard (pixels)
var messagewidth=580

// distance of the messageboard-images to the top margin of the document (pixels)
var messagetop=10

// distance of the messageboard-images to the left margin of the document (pixels)
var messageleft=150

// colors of stripe 1 and stripe 2
var stripecolor1="transparent"
var stripecolor2="transparent"

// number of waveing stripes
var stripenumbers=3

// the pause between the messages
var pause=3000

// do not edit the variables below
var i_message=0
var timer
var bgcontent=""

function init() {
if (document.all) {
bgcontent="<table cellpadding=90 cellspacing=0 width="+messagewidth+" height="+messageheight+">"
for (i=0;i<=stripenumbers;i++) {
bgcontent+="<tr><td bgcolor="+stripecolor1+"></td></tr>"
bgcontent+="<tr><td bgcolor="+stripecolor2+"></td></tr>"
}
bgcontent+="</table>"
bgdiv.innerHTML=bgcontent
text.style.width=messagewidth
text.style.height=messageheight
document.all.text.style.posTop=messagetop
document.all.text.style.posLeft=messageleft
document.all.bgdiv.style.posTop=messagetop
document.all.bgdiv.style.posLeft=messageleft
setInterval("bgdiv.filters.wave.phase+=5",100);
changemessage()
}
}

function changemessage() {
i_message++
if (i_message>message.length-1) {i_message=0}
text.innerHTML="<a href="+messageurl[i_message]+" target="+messagetarget[i_message]+">"+message[i_message]+"</a>"
var timer=setTimeout("changemessage()", pause)
}

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

</head>

<body onLoad="init()" bgcolor="#585a51">
<DIV ID="bgdiv" class="bgdivstyle"></DIV>
<DIV ID="text" class="textstyle" style="" ></DIV>