function addBodyClass(){var el=document.getElementsByTagName('body')[0];el.className+=' js'}function addExternals(){var h=window.location.host.toLowerCase();$('a[href^="http"]:not([href^="http://'+h+'"]):not([href^="http://www.'+h+'"]), a[href$=".pdf"]').attr('target','_blank')}function addNdash(){$('.hd-alt em, #nav-sub a em').prepend('&ndash; ').append(' &ndash;')}$(document).ready(function(){addBodyClass();addExternals();addNdash()});