
img1on=new Image();
img1on.src="img/top_button1_lighter.gif";
img1off=new Image();
img1off.src="img/top_button1_normal.gif";

img2on=new Image();
img2on.src="img/top_button2_lighter.gif";
img2off=new Image();
img2off.src="img/top_button2_normal.gif";

img3on=new Image();
img3on.src="img/top_button3_lighter.gif";
img3off=new Image();
img3off.src="img/top_button3_normal.gif";

function imgOn(imgName){
if (document.images){
document[imgName].src=eval(imgName+"on.src");
}
}

function imgOff(imgName){
if (document.images){
document[imgName].src=eval(imgName+"off.src");
}
}

function vremja() {
var h=(new Date()).getHours();
if (h > 23 || h < 6) document.write('<? show_4eloveg("och"); ?>Доброй ночи,');
if (h > 5 && h < 12) document.write('<? show_4eloveg("tro"); ?>С добрым утром,');
if (h > 11 && h < 18) document.write('<? show_4eloveg("en"); ?>Добрый день,');
if (h > 17 && h < 24) document. write('<? show_4eloveg("ech"); ?>Добрый вечер,');
}


new Image().src = "http://counter.yadro.ru/hit?r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";"+Math.random();