jQuery(document).ready(function() {
	jQuery(function() {
		var tabs=jQuery("#userCenterContent").tabs({
			"show": function(event, ui) {
				resizeDocument();
			}
		});
	});
	
	if(document.location.toString().match(/#newsletter/)) {
		jQuery("#userCenterContent").tabs('select', 'profil');
		if(gotoStep) {
			gotoStep(3);
		}
	}
	
});
