
/* jquery runs onload */
$( function() {  // open <A> with class 'ext' in new window
    $('a.ext').attr('target', '_new');


});


