
		function showhidestuff() {
			$("#tester").fadeIn('slow');
			alert("hello");
		}
