//HEAD内に挿入する
document.write("<META name=\"robots\" content=\"\">");
document.write("<META name=\"keywords\" content=\"\">");
document.write("<META name=\"description\" content=\"\">");
document.write("<META name=\"rating\" content=\"\">");
document.write("<META name=\"author\" content=\"\">");
document.write("<META name=\"copyright\" content=\"\">");
document.write("<link href=\"icon.ico\" rel=\"SHORTCUT ICON\">");

//ログ解析する
document.write('<img src="http:fez.jp/analyze/analyze.cgi?'+ screen.width + 'x' + screen.height + '&amp;' + screen.colorDepth + '&amp;' + document.referrer + '" alt="" width="1" height="1">');

//暫定ログ解析
document.write("<img src='/cgi-bin/analyze.cgi?");
document.write(document.referrer+"' width=1 height=1>");
