$(function() {
	$(".jsNoFollow").attr("href", function() {
		return this.rel;
	});
});

