//<!--
cstatus = "active";
visible = "0";
path_to_counterfile = "http://poll.princess-diana.com/counter/counter.php";
urlhp = "http://poll.princess-diana.com";
////////////////
url = unescape(location.href);
url = url.replace("http://www.", "http://");
urlhp = urlhp.replace("http://www.", "http://");
file = url.substring(url.lastIndexOf(urlhp) + urlhp.length, url.length);
file = (file.charAt(0) != "/") ? "/" + file : file;
referer = (document.referrer) ? document.referrer : "";
document.write("<script type=\"text/javascript\" ");
document.write("src=\"" + path_to_counterfile + "?chCounter_mode=js&status=" + cstatus + "&visible=" + visible);
document.write("&seite=" + file + "&referer=" + referer + "&res_width=" + screen.width + "&res_height=" + screen.height + "\"></" + "script>");
//-->
