		jQuery(function($){			$("A[rel*=email]").each(function(){				var email = $(this).attr("href") + "@" + "nickbevan.co.uk?subject=Contact from website";				$(this).attr({ href: "mail" + "to:" + email });			});		});
