function getFullYear(d) { // d is a date object
 yr = d.getYear();
 if (yr < 1000)
  yr+=1900;
 return yr;
}
document.write("<table  ALIGN=RIGHT>"); // don't delete this line

document.write("<TR><TD VALIGN=TOP><font face=Arial size=1>"
+isnDays[today.getDay()]+", "+isnMonths[today.getMonth()]+" "
+today.getDate()+", "+getFullYear(today)+" "+clckh+":"+clckm+":"
+clcks+" "+clck+"</font></TD></TR>");


document.write("</table>"); // don't delete this line