<html>
<head>
<title>א"ב בבנית אתרים</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-8">
<link rel="stylesheet" href="../liora.css">
</head>
<body >
<table width="80%" border="1" cellspacing="2"
cellpadding="2" align="center" bgcolor="#ece8cf"
bordercolor="#666666" class="bord2">
<tr>
<td align="left" width="54%">today is:
<SCRIPT language=JavaScript>
<!-- Hide this script from old browsers --
/*
This script came from the 24 hour JavaScripts Site
located at http://www.javascripts.com. It is brought to
you by Eric Jarvies, Lewis Sellers, Giuseppe Lombardo,
Kurt Anderson, and David Medinets.
*/
Stamp = new Date();
document.write('<font size="2" face="Arial,Geneva,Sans
Serif"><B>' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+
"/"+Stamp.getYear() + '</B></font><BR>');
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " P.M.";
}
else {
Time = " A.M.";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < 10) {
Mins = "0" + Mins;
}
document.write('<font size="2" face="Arial,Geneva,Sans
Serif"><B>' + Hours + ":" + Mins + Time + '</B></font>');
// -- End Hiding Here -->
</SCRIPT> </td>
<td align="left" width="46%">
<div align="center"><b> .אלמ ןועש </b></div>
</td>
<tr>
<td align="left" colspan="2"> </td>
</table>
</body>
</html>
|