// Event-Handling des Buttons Registrieren
// Der Button wird in definition_all für Logoin erstellt
$(document).ready(function(){
	$('#register').click(function() {
		window.location.href ='/red4net/pub_content.asp?content=1&id=726&menu=01000000'; 
	});
});
