href0  = location.href;
refer0 = document.referrer;
cook0  = document.cookie;
host0  = "atompro.net";//本家
host1  = "http://seo.atompro.net";//カウンタ用
//host1 = "http://seo.local";//カウンタ用
href0  = escape(href0);
refer0 = escape(refer0);
//cook0  = escape(cook0);
str0   = host1+"/php/reg/php/acccnt.php?action=noimg";
//str0  = host1+"/reg_acccnt_noimg.html?";
str0 += "&hpadrs="+href0;
str0 += "&refer="+refer0;
str0 += "&cook="+cook0;
document.write("<img src='"+str0+"' width='1' height='1'>");
//document.write(str0);
