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