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