	
	$(document).ready(function() {
	$("a[href!=''][rel*='external']").attr('target','_blank');
});


