//jQuery Funktion: Warten bis DOM bereit ist
$(document).ready(function(){
	
    window.location.href = target;
    
});
