(function($){
	$(function(){
		$('#what').click(function(e){
			e.preventDefault();
			$('#tumblelog-desc').slideToggle();
		});;
	});
})(jQuery);