 $(document).ready(function() {
 	$(".toggle").click(function(){
		$("div#tag-cloud-top").slideToggle("slow");	
	});	 
});