document.writeln("<BR>Сегодня у нас: ");
<!--
today=new Date();
// Build an array initializer
function isnArray() {
argnr=isnArray.arguments.length
for (var i=0;i<argnr;i++) {
this[i+1] = isnArray.arguments[i];
}
}
// And months and day arrays
var isnMonths=new isnArray("Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря");
var isnDays= new isnArray("Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Воскресение");
isnDays[0]="Воскресение";
function MM_displayStatusMsg(msgStr) { //v1.0
status=msgStr;
document.MM_returnValue = true;
}
//  -->

<!--Hide JavaScript
var thisyear = today.getYear(); // varies in JavaScript and JScript
document.write(isnDays[today.getDay()]+" "+today.getDate()+"  "+isnMonths[today.getMonth()+1]+" ")
if (thisyear >= 2000) { // covers JScript post 2000
document.write(thisyear);
}
else { // covers JScript from 1900 thru 1999 and JavaScript until 3899
document.write(1900 + thisyear);
} // not handled: JScript pre 1900
// End hiding of script -->