$(function(){
	$('[rel=nofollow]').click(function(){
		return false;			   
	});
});