{
var str = document.location.protocol;
str = str.toLowerCase();
if (str == 'http:') {
document.write('<img src="http://cgi.morrie.biz/gref-report.cgi?'+document.referrer+'" width="1" height="1" />');
document.write('<img src="http://cgi.morrie.biz/gloc-report.cgi?'+document.location+'" width="1" height="1" alt="" />');
}
}