function suchanfrageLoeschen(id) {
	if(confirm('Sind Sie sicher?')==true) {
		document.location.href = '/src/suchanfragen.php?cmd=loeschen&id='+id;
		//alert('geloescht');
	}
}
