function wech() {
	$('#meldung').hide();
} //eof

$(document).ready(function(){
	$('#meldung').show();
});
