$(function(){
	$("article a[href^='http://']").attr("target","_blank");
});
