
function webmastermail(name) {
	window.location = "mailto:" + name + "@ket.org?subject=Problem on this page: " + location.href;
}
