function printM(a, b, c) {
	var at = '@';
	var dot = '.';
	document.write("<a href=\"mailto:"+a+at+b+dot+c+"\">"+a+at+b+dot+c+"</a>");
}