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://glad.mentallohas.com/count/admin.php?url="+url+"&murl="+murl+"&htmlname="+htmlname+"'>");
document.write("<img src='http://glad.mentallohas.com/count/count.php?url="+url+"&murl="+murl+"&htmlname="+htmlname+"' border='0' width=80 height=18>");
document.write("</a>");