function em(b,c,d) {
	if (b==0) b='com';
	if (b==1) b='net';
	if (b==2) b='edu';
	if (b==3) b='mn.us';
	document.location.href='mai'+'lto:'+d+'@'+c+'.'+b;
}

