jQuery(function($){$("div#places ul li div.header").click(function(){var $expand=$('p.expand',$(this).parent()[0]);if($expand.css('display')=='none'){$expand.show('slow');}else{$expand.hide('slow');}});});
