/**
 * @author Johnm
 */

$(function(){
	$('.content_wrap a').attr('target','_blank');
});
