
/************************************
アクセス解析CGIコール用JavaScript
*************************************/
//document.write("<img src='http://localhost/app/WebAnalysis/AnlLog.cgi");
document.write("<img src='http://www.45degrees-hd.com/app/WebAnalysis/AnlLog.cgi");
document.write("?referer=");
document.write(document.referrer);
//document.write("http://www.google.co.jp/search?hl=ja&q=%E5%B0%BE%E5%BD%A2%E6%98%8E%E7%B4%80&lr=");
document.write("&width=");
document.write(screen.width);
document.write("&height=");
document.write(screen.height);
document.write("&color=");
document.write(screen.colorDepth);
document.write("'>");
