// Global Plone variables that need to be accessible to the Javascripts
var portal_url = 'http://factoryfarmmap.org';
var form_modified_message = 'Your form has not been saved. All changes you have made will be lost.';
var form_resubmit_message = 'You already clicked the submit button. Do you really want to submit this form again?';

// the following are flags for mark_special_links.js
// links get the target="_blank" attribute
var external_links_open_new_window = false;
// apply only to links in content area (id="content" or id="region-content")
var external_links_in_content_only = true;
