$(document).ready(function(){


$('#news a:not([href^="' + $('base').attr('href') + '"])[href^="http://"]')
		.attr({ target: "_blank" });
});
