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


<STYLE type=text/css>#dsh {
FONT-FAMILY: kelt; FONT-SIZE: 1pt; HEIGHT: 150px; WIDTH: 500px
}
</STYLE>

<SCRIPT language=JavaScript>
<!--
function fontsizeChanger(newSize) {
if (document.all && newSize < 201) {
newSize += 1
document.all.dsh.style.fontSize = newSize + "pt"
setTimeout("fontsizeChanger(" + newSize + ")", 100)
}
}
// -->
</SCRIPT>

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

<body onload=fontsizeChanger(1)>
<CENTER>
<DIV id=dsh>Welcome</DIV></CENTER>
<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">&nbsp;</td>
</table>

</body>
</html>