function showlink(dt,dm) { dc=dt; dt=dt+","; var strpostdd="2008-11-14,2008-10-29,2008-10-17,2008-10-15,2008-10-11,2008-10-6,2008-10-4,2008-10-3,2008-10-2,2008-9-30,"; d = new Date(); if(strpostdd.indexOf(dt)!=-1) { if(dm!=d.getDate()) return ""+dm+""; else{if (dm>d.getDate()){return dm;}else{return ""+dm+"";} }}else{ if(dm==d.getDate()) return ""+dm+""; else return dm;}} function showcc(yy,mm,dd){mm--; var arrdd=new Array(31,28,31,30,31,30,31,31,30,31,30,31); if(dd==1) dd=arrdd[mm]; switch(mm) { case 0:strmm="1"; break; case 1:strmm="2"; break; case 2:strmm="3"; break; case 3:strmm="4"; break; case 4:strmm="5"; break; case 5:strmm="6"; break; case 6:strmm="7"; break; case 7:strmm="8"; break; case 8:strmm="9"; break; case 9:strmm="10"; break; case 10:strmm="11"; break; case 11:strmm="12"; break; } var thisyear=yy; var thismonth=mm; var lastday=dd; if(thismonth==1){ if (thisyear%4==0 || (thisyear%100==0 && thisyear%400==0)){ lastday=29;arrdd[1]=29;}else{lastday=28;arrdd[1]=28;}}tempyy=yy-1; if(mm!=1) {tempmm=mm;} else {tempmm=1;} if(tempmm<1) {tempmm=1;tempdd=arrdd[0];} else{tempdd=arrdd[mm-1];} if(mm!=12){tempmm1=mm+2;}else{tempmm1=12;} if(tempmm1>12){tempmm1=12;tempdd1=arrdd[11];}else{tempdd1=arrdd[mm+1];} tempyy1=yy+1; tempstr=""; tempstr+=""; thisdd = new Date(); thisdd.setFullYear(thisyear,thismonth,1); firstday=thisdd.getDay(); cmi=42; if (lastday<31 || firstday==0) cmi=36; for(i=0;i
"; tempstr+="<< "; tempstr+=""+yy+"Year >> << "+strmm+""; tempstr+="Month>>
SunMonTueWedThuFriSat