(function($){$(document).ready(function(){$("a[rel='event-link']").click(function(){var the_id=$(this).attr('href').split('#')[1];var the_a=$(this);var closing=the_a.hasClass('hidelink');$('.ajax-expandable-content').slideUp('slow',function(){$(this).remove()});$("a[rel='event-link']").html('More Information').removeClass('hidelink');if(!closing){the_a.html('Loading...');$.get(location.protocol+'//'+location.host+'/',{event_manager_ajax_call:"true",get_data:the_id},function(data){the_a.parent().append(data).children('.ajax-expandable-content').hide().slideDown('slow',function(){Cufon.refresh();});the_a.html('Hide').addClass('hidelink');});}return false;});if(document.location.hash){var initial_section_to_show=location.hash;if($("a[rel='event-link'][href='"+initial_section_to_show+"']").length==1){$("a[rel='event-link'][href='"+initial_section_to_show+"']").click();}}});})(jQuery);