$(document).ready(function(){
	$('a[rel=_blank]').click(function(){
		this.target = "_blank";
	});
});
