jQuery(document).ready(function(){

		// this script actives a class that has nofollow to execute it to no follow
		jQuery('#nav_470865 li.nofollow').each(function(){
			jQuery(this).find('a').attr('rel','nofollow');
		});

});
