dat=new Date(); yea=dat.getYear(); if (yea < 2000) yea = yea + 1900;Nyea=yea;mon=dat.getMonth(); if(mon==0){yea=yea-1;} document.write('<a href="http://www.passet.jp/doctor/'); document.write(yea);
if(mon == "0") { document.write('/12');}else if(mon < "10") { document.write('/0'); document.write(mon);} else{ document.write('/'); document.write(mon);}
document.write('/index.php">&laquo;<\/a> ');
document.write(Nyea);document.write('年');
if(mon < "10") {document.write('0'); }document.write(mon+1);document.write('月');
