// JavaScript Documentfunction veryverysecret(who, where, domain) {	location.href = "mailto:" + who + "@" + where + "." + domain;}// 