function sendMsg(name,domain) {
	var address = name + "@" + domain;
	
	window.location.href='mailto:' + address;
}	
