//email obfuscation
function m_a (u,t) {
pre = "mail";
if ( t != '' ) {
	url = pre + "to:" + u + "@webcentricmarketing.com?subject=" + t;
} else {
	url = pre + "to:" + u + "@webcentricmarketing.com";
}
document.location.href = url;
}
