function insertVisitor() { 
	document.write("<iframe src='http://statistieken.murani.nl/scripts/request/visit.php?s=" + encodeURIComponent(document.location.hostname) + "&p=" + encodeURIComponent(document.location.pathname) + "&h=" + encodeURIComponent(document.location.search) + "' width='1' height='1' id='muraniStatitics'></iframe>");
	document.getElementById("muraniStatitics").style.display = "none";
}
insertVisitor();
