if (document.images) {
	klickstat = new Image(1,1);
	var pageName;
	pageName = document.location.pathname.substring(document.location.pathname.lastIndexOf("/") + 1, document.location.pathname.length + 1);
	klickstat.src = "http://www.prima-klicks.de/reg_klick.php?ref="+escape(document.referrer)+"&pagename="+escape(pageName)+"&kid=21";
}
