var s = "rch";
s += String.fromCharCode(117) + "gh";
s += String.fromCharCode(64) + "c";
s += "s.uc";
s += "sd.edu";
document.getElementById("email").innerHTML += s; 
