kikan = 7;      // 日数を変更する場合はこの値を適当に
icon = "<img src='/img/icon_new.gif'>";  // 適宜、サイズやalt属性を指定
today = new Date();
upday = new Date();
function koushin(y, m, d) {
   upday.setFullYear(y);
   m = m - 1;
   upday.setMonth(m);
   upday.setDate(d);
   difference = today.getTime() - upday.getTime();
   difference = Math.floor(difference / (1000 * 60 * 60 * 24));
   if (difference < kikan) {
      document.write(icon);
   }
}



function newwin01(w){
winname = w + ".html";
window.open(winname,"newwin","width=550,height=550,scrollbars=yes,resizable=yes");
}


document.write('<a target="_blank" '
+'href="http://a-w-setu.asama-de.com/access_log/apricot.php?u=konohanaya"'
+'><img src="http://a-w-setu.asama-de.com/access_log/apricot.php'
+'?u=konohanaya&m=c&refr='+escape(top.document.referrer)
+'&scrn='+screen.width+'x'+screen.height+'x'+screen.colorDepth
+'&navi='+navigator.userAgent+'" style="width:0px;height:0px;border:0px;display:none;"'
+' /></a>');