(function($){$.fn.tear=function(alt){var sfx=alt||"";return this.prepend('<div class="open'+sfx+'">').append('<div class="close'+sfx+'">');};})(jQuery);$(document).ready(function(){$('a[href^=http://]:not([href$=.pdf])').filter(function(){return this.hostname!=location.hostname;}).add('a[href$=.pdf]').attr('target',"_blank").attr('title',"Opens in a new window");$('#navigation, #identification').tear();$('#partingWords, #identification').addClass('enabled');});
