a='Info'
b='dermogriffe.com'
function email() {
alpha='mailto:'+a+'@'+b;
this.location=alpha;
}