// Java Document
function email()
{
	location.href = "mailto:bceru@azenio.ru";
}

