$(document).ready(function () {
$("a.external").attr({
		target:"_blank",
		title:"This will launch in a new window"
		});
});
