$(function() {
	$("a[class*='open_new']").each(function() {
		$(this).attr('target', '_blank');
	});
});
