/* Author by Magistr - http://fanis.wen.ru */ now=new Date(); if(now.getTimezoneOffset()==0){a=now.getTime()+ (4*60*60*1000)} else{a=now.getTime()}; now.setTime(a); document.write("Сегодня: "+((now.getDate ()<10)?"0":"")+now.getDate()+"\/"+((now.getMonth ()<9)?"0":"")+(now.getMonth()+1)+"\/"+now.getFullYear ()) 
