var site_root = 'http://www.findmeaserver.com'; jQuery(document).ready ( function() { // Restrict the normal click & follow behavior of the selected hyperlinks jQuery('.disabled').click ( function() { return false; } ); jQuery('a.logout_links').click ( function() { return confirm('Sign out?'); } ); jQuery('a.delete_link').click ( function() { return confirm('This entry will be deleted! Are you sure?'); } ); } );