$(document).ready(function() {
						  //MY CODE HERE!
						  $("#show").click(function(){
														 $("#show_post").toggle('slow');
														 return false;
														 });
						   });
						  











