$(document).ready(function () {
	$("a.mailto").html("tom@oeame.com").attr("href","mailto:tom@oeame.com");
});