function mailProtect(username,the_domain, msg)
{
	document.write("<a href ='mailto:" +username  +"@" +the_domain +"'>" +msg +"</a>" + "\n");
}

