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