/*jQuery(document).ready(function(){
	
	jQuery("a.gofollow").each(function () {
		alert(jQuery(this).attr('rev'));
	});
	
});*/		
