var str = document.location.protocol;
str = str.toLowerCase();
if (str == 'http:') {
document.write('<img class="kaiseki" src="http://cgi.morrie.biz/gref-report.cgi?'+document.referrer+'" width="1" height="1" alt="" />');
document.write('<img class="kaiseki" src="http://cgi.morrie.biz/gloc-report.cgi?'+document.location+'" width="1" height="1" alt="" />');
document.write('<script type="text/javascript" src="http://ad.pitta.ne.jp/ads/4f507641e2079f3902a5f87ee00841170d365150"></script>');
}