var name=document.URL.substr(document.URL.search("part/")+5);
var docu=window.location.href;
var Ergebnis = docu.search("cont.php");
if(Ergebnis==-1) window.location.href="cont.php?d="+name;
