function deleintrag(url){
	Check = confirm("Wollen Sie diesen Eintrag wirklich löschen?");
	if(Check == true){
		document.location.href = url;
	}
}
