function eMail(user,domain) {
locationstring = "mailto:" + user + "@gubuksoftware.com";
window.location = locationstring;
}
