function todaylink(){
var nowDate=new Date();
var theMonth=nowDate.getMonth();
var theDay=nowDate.getDate();

if (theMonth==0) {theNow=nowDate.getDate()};
if (theMonth==1) {theNow=nowDate.getDate()+31};
if (theMonth==2) {theNow=nowDate.getDate()+60};
if (theMonth==3) {theNow=nowDate.getDate()+91};
if (theMonth==4) {theNow=nowDate.getDate()+121};
if (theMonth==5) {theNow=nowDate.getDate()+152};
if (theMonth==6) {theNow=nowDate.getDate()+182};
if (theMonth==7) {theNow=nowDate.getDate()+213};
if (theMonth==8) {theNow=nowDate.getDate()+244};
if (theMonth==9) {theNow=nowDate.getDate()+274};
if (theMonth==10) {theNow=nowDate.getDate()+305};
if (theMonth==11) {theNow=nowDate.getDate()+335};

var text=new Array(366);
//Березень
/*01*/ text[61]="";
/*02*/ text[62]="";
/*03*/ text[63]="";
/*04*/ text[64]="";
/*05*/ text[65]="";
/*06*/ text[66]="";
/*07*/ text[67]="";
/*08*/ text[68]="";
/*09*/ text[69]="";
/*10*/ text[70]="";
/*11*/ text[71]="";
/*12*/ text[72]="";
/*13*/ text[73]="";
/*14*/ text[74]="";
/*15*/ text[75]="";
/*16*/ text[76]="";
/*17*/ text[77]="";
/*18*/ text[78]="";
/*19*/ text[79]="";
/*20*/ text[80]="";
/*21*/ text[81]="";
/*22*/ text[82]="";
/*23*/ text[83]="";
/*24*/ text[84]="";
/*25*/ text[85]="";
/*26*/ text[86]="";
/*27*/ text[87]="";
/*28*/ text[88]="";
/*29*/ text[89]="";
/*30*/ text[90]="";
/*31*/ text[91]="";


if (text[theNow]=="") {}
else {document.write("<a href=\""+text[theNow]+"\"><img src=\"http://charnetskyj.org.ua/pages/img/book17x11.gif\"  align=\"right\" border=\"0\"></a>");}
}
