function activate_showstopper() {
		
		jQuery('#showstopper').animate( { top:"0px" }, 4000);
		//css("top", '0px');
	};