$("a.email").each(function(){$(this).find(".hide").remove();$(this).attr("href","mailto:"+$(this).html())});
