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