$(document).ready(function(){			$(".show-hide").click(function() {				$(this).next().toggle("slow");			}).next().hide();});
