
$(function(){$("a.external").each(function(){$(this).attr("rel","nofollow");$(this).append('<img class="new-window" src="/images/template/new_window.png" alt="Opens in New Window" />');});$("a.external").click(function(e){var event=(!e)?window.event:e;if(event.shiftKey||event.altKey||event.ctrlKey||event.metaKey)return true;else{var oWin=window.open(this.getAttribute('href'),'_blank');if(oWin){if(oWin.focus)oWin.focus();return false;}
oWin=null;return true;}});});
