function sendmail() {
	m1 = "rh_tonshan";
	m2 = "snake";
	m3 = ".livedoor.com";
	location.href = "mailto:" + m1 + "@" + m2 + m3;
}