	;(function($) {
		$(function() {
			$('a[rel="nofollow"]').click(function(e) {
				var href = $(this).attr('href');
				if ((href.indexOf('http') >= 0) && (href.indexOf('nutritionandhealing.com') < 0)) {
					window.open($(this).attr('href'));
					return false;
				}
			});
		});
	})(jQuery);
	