$(document).ready(function() {
	var at = / mra i/;
	var dot = / mrd c/;
	$('span.mr').each(function () {
		var addr = $(this).text().replace(at,"@imcva").replace(dot,".com");
		$(this).after('<a href="mailto:'+ addr +'" title="Send an email">'+ addr +'</a>');
		$(this).remove();
	});
	$('span.wr').each(function () {
		$(this).after('<a href=' + '"https://' + 'mail' + '.imcva' + '.com' + '/Exchange"' + 'target="_blank"' + '>' + 'employee login' + '</a>');
	});
});