$(document).ready(function(){
	$('a.external').click(function(){ $(this).attr('target', '_blank'); });
});