
/* - groundwire_template.js - */
// http://wildfishconservancy.org/portal_javascripts/groundwire_template.js?original=1
jQuery.fn.firstAndLast=function(){this.children('li:first').addClass('first');this.children('li:last').addClass('last');return this}
jQuery(function($){$('#portal-siteactions').firstAndLast();$('.documentActions ul').firstAndLast();$('#portal-globalnav').firstAndLast();var homeDisplayWarning='You are about to change the display of the home page. ';homeDisplayWarning+='This change has the potential to break the site. Do you want to continue?';var homeDisplayLinks=$('.section-front-page #plone-contentmenu-display .actionMenuContent a');homeDisplayLinks.unbind('click');homeDisplayLinks.click(function(event){if(!confirm(homeDisplayWarning)){event.preventDefault()}});$('#portal-breadcrumbs .breadcrumbSeparator').html('&raquo;');var contact_popup_id=$('#siteaction-contact a').attr('rel');$(contact_popup_id).removeData('formtarget').data('selector','.documentFirstHeading, #fg-base-edit')});

