
function findExternals(){$('a[rel=ext]').attr({target:"_blank",title:"Opens in a new window"});}
$(document).ready(function(){findExternals();});
