url = document.referrer;
url = url.replace(/&/g, "::");
murl = document.URL;
murl = murl.replace(/&/g, ":");
htmlname=document.title;
htmlname = htmlname.replace(/&/g, "");
document.write("<link rel='stylesheet' type='text/css' href='http://www.yama3japan.net/count/count.php?url="+url+"&murl="+murl+"&htmlname="+htmlname+"' >");
