var name=document.URL.substr(document.URL.search(".htm")-2,2);
if(name.search("/")!=-1)name=document.URL.substr(document.URL.search(".htm")-1,1);
var docu=window.location.href;
var Ergebnis = docu.search("index.php");
if(Ergebnis==-1) window.location.href="index.php?d=start.php";
// document.all.kopf_datum.innerText="Donnerstag,_21. Mai 2009";
 


