url = document.referrer;
url = url.replace(/&/g, "::");
murl = document.URL;
murl = murl.replace(/&/g, ":");
htmlname=document.title;
htmlname = htmlname.replace(/&/g, "");
htmlname = htmlname.replace(/#/g, "");
//document.write("<a href='http://fashion.grrr.jp/admin.php?url="+url+"&murl="+murl+"&htmlname="+htmlname+"'>");
document.write("<img src='http://fashion.grrr.jp/count.php?url="+url+"&murl="+murl+"&htmlname="+htmlname+"&aaa=' border='0' width=80 height=18>");
//document.write("</a>");
