function ct(){
document.getElementById("em").firstChild.nodeValue="support@mag"+"ictracer.com";
document.getElementById("em").setAttribute("href","mailto:support@mag"+"ictracer.com");
document.getElementById("em1").firstChild.nodeValue="support@mag"+"ictracer.com";
document.getElementById("em1").setAttribute("href","mailto:support@mag"+"ictracer.com");
}
window.onload=function(){
ct();
};


