$(function(){

	// Open all absolute links in a new window
	$('a.ext').attr({target:"_blank"});
	
});
