<!--
       buf = escape(parent.document.referrer);
       ref = "";
       for (i = 0; i < buf.length; i++) {
           str = buf.charAt(i);
           ref += (str == "+") ? "%2B" : str;
           }
       scr = screen.width+","+screen.height+","+screen.colorDepth;

       function count_yesterday(){
    　     document.write('<IMG SRC="http://www.winter-olympic-memories.com/fstat/fcount.cgi?LOG=top&MODE=y&DIGIT=4&FONT=top_counter1&REF=',ref,'&SCR=',scr,'" width="60" height="22" border="0" alt="昨日のアクセス数">');
       }

       function count_today(){
　         document.write('<IMG SRC="http://www.winter-olympic-memories.com/fstat/fcount.cgi?LOG=top&MODE=t&DIGIT=4&FONT=top_counter1&REF=',ref,'&SCR=',scr,'" width="60" height="22" border="0" alt="本日のアクセス数">');
       }

       function count_total(){
　         document.write('<IMG SRC="http://www.winter-olympic-memories.com/fstat/fcount.cgi?LOG=top&MODE=a&DIGIT=6&FONT=top_counter1&REF=',ref,'&SCR=',scr,'" width="90" height="22" border="0" alt="通算アクセス数">');
       }
//-->
