var JSTarget={init:function(_1,_2,_3){if(document.getElementById&&document.createElement&&document.appendChild){var _4=((typeof _1=="undefined")||(_1==null))?"class":_1;var _5=((typeof _2=="undefined")||(_2==null))?"non-html":_2;var _6=((typeof _3=="undefined")||(_3==null))?" (opens in a new window)":_3;var _7;var _8=document.getElementsByTagName("a");var _9;var _a=new RegExp("(^|\\s)"+_5+"(\\s|$)");for(var i=0;i<_8.length;i++){_9=_8[i];if((_4=="class")&&(_a.test(_9.className))||(_a.test(_9.getAttribute(_4)))){_7=document.createElement("em");_7.appendChild(document.createTextNode(_6));_9.appendChild(_7);_9.onclick=JSTarget.openWin;}}_7=null;}},openWin:function(e){var _d=(!e)?window.event:e;if(_d.shiftKey||_d.altKey||_d.ctrlKey||_d.metaKey){return true;}else{var _e=window.open(this.getAttribute("href"),"_blank");if(_e){if(_e.focus){_e.focus();}return false;}_e=null;return true;}},addEvent:function(_f,_10,fn){if(_f.addEventListener){_f.addEventListener(_10,fn,false);}else{if(_f.attachEvent){_f["e"+_10+fn]=fn;_f[_10+fn]=function(){_f["e"+_10+fn](window.event);};_f.attachEvent("on"+_10,_f[_10+fn]);}}}};JSTarget.addEvent(window,"load",function(){JSTarget.init("rel","external"," (external website, opens in a new window)");});