....עושעש דוע




<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<script>
<!-- Beginning of JavaScript -

// CREDITS:
// TextTopper 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.ch. הפמ חוקל טפירקסה
// info@24fun.ch
// 2/21/2000

// IMPORTANT:
// If you add this script to a script-library or script-archive
// you have to add a hyperlink to http://www.24fun.ch on the webpage
// where this script will be running.

// CONFIGURATION:
// TextTopper is made for Internet Explorer 5x and higher. Configure the script as follows:
// Copy the script-block into the head-section of your HTML-file.
// Copy the span-container with the id "rotationstyle" into the body-section of your HTML-file.
// Insert 'onLoad="initiate()"' inside the body-tag itself.
// Configure the variables of the script-block.
// What about font-color? Go inside the function changemessage().
// And change the 3 values inside // SetFillColor(0,0,255).
// If you know RGB you will know what you have to do.
// If not you have to change the 3 values by trial and errors.
// Do the same procedere with SetLineColor(255,255,255).
// Then edit the values below this line:

// Edit your messages. You can add as many messages as you like. Try to be short.
// Long messages will slow down the script as you have to enlarge
// the width of your TextRotor (see variable 'scrollerwidth' below messages)
var message = new Array()
message[0]="HI MASTER OF CYBERSPACE!"
message[1]="SUNNY DAY TODAY?"
message[2]="THEN TURN OFF YOUR PC."
message[3]="AND TAKE A STROLL."
message[4]="OR HIM."

// Width an height of your TextRotor (pixels).
var scrollerheight=200
var scrollerwidth=800

// Edit font
var font_family="Verdana"

// Edit font-size
var font_size=50

// The horizontal and vertical position of your TextRotor (pixel)
var x_textposition=120
var y_textposition=30

// Do not edit the variables below
var i_message=0
var i_loop=0
var max_loop=45
var timer
scrollerwidth=2*scrollerwidth
y_textposition=y_textposition-scrollerheight+font_size
x_textposition=x_textposition-Math.floor(scrollerwidth/2)


function initiate() {
if (document.all) {
document.all.rotationstyle.style.posLeft=x_textposition
document.all.rotationstyle.style.posTop=y_textposition
changemessage()
}
}

function changemessage() {
do_rotate="yes"
rotationstyle.innerHTML=
'<OBJECT ID="rotationobj" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+
'<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+
'<PARAM NAME="Line0002" VALUE="SetLineColor(51,0,51)">'+
'<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0)">'+
'<PARAM NAME="Line0004" VALUE="SetFont(\''+font_family+'\', '+font_size+', 400, 0, 0, 0)">'+
'<PARAM NAME="Line0005" VALUE="Text(\''+message[i_message]+'\',0, 2, 0)">'+
'</OBJECT>'
rotationobj.Rotate(-90,0,0)
startscroll()

}

function startscroll() {
if (i_loop < max_loop) {
rotationobj.Rotate(2,0,0)

i_loop++
timer=setTimeout("startscroll()",20)
}
else {
i_loop=0
timer=setTimeout("endscroll()",2000)
}
}

function endscroll() {
if (i_loop < max_loop) {
rotationobj.Rotate(-2,0,0)

i_loop++
timer=setTimeout("endscroll()",50)
}
else {
i_message++
i_loop=0
if (i_message>=message.length) {i_message=0}
timer=setTimeout("changemessage()",1000)
}
}

// - End of JavaScript - -->
</script>

<link rel="stylesheet" href="../liora3.css">
</head>

<body onLoad="initiate()">


<table width="80%" border="1" cellspacing="2" cellpadding="2" align="center" bgcolor="#ece8cf" bordercolor="#666666" class="bord2">
<tr>
<td align="left"> xxx </td>
<tr>
<td align="left"><SPAN ID="rotationstyle" STYLE="position:absolute">
<OBJECT ID="rotationobj" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">
</OBJECT>
</SPAN></td>
</table>

</body>
</html>