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