<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<SCRIPT language=JavaScript1.1>
<!-- Beginning of JavaScript -
function showaddservice() {
if (document.all) {
document.all.addservice.style.posTop=randomposition(300)-40
document.all.addservice.style.posLeft=randomposition(580)-80
document.all.addservice.style.visibility="visible"
}
if (document.layers) {
document.addservice.top=randomposition(300)-40
document.addservice.left=randomposition(580)-80
document.addservice.visibility="visible"
}
var timer =setTimeout("hideaddservice()",2500)
}
function hideaddservice() {
if (document.all) {document.all.addservice.style.visibility="hidden"}
if (document.layers) {document.addservice.visibility="hidden"}
var timer =setTimeout("showaddservice()",4000)
}
function randomposition(range) {
return Math.floor(range*Math.random())
}
// - End of JavaScript - -->
</SCRIPT>
<link rel="stylesheet" href="../../liora3.css">
</head>
<body onload=showaddservice() >
<DIV id=addservice style="POSITION: absolute; VISIBILITY: hidden"><A
href="http://www.24fun.ch/" target=_blank><IMG border=0
src="addstempel.gif"></A></DIV>
</body>
</html>
|