$(document).ready(function(){
	$("a.out[href^='http']").attr('target','_blank');
});