<!--

function alert_sorry(){
	alert("Извините, в настоящий момент не доступно.");
	return true;
}

function contact_email(strEmail, strHost){
	location.href = "mailto:" + strEmail + "@" + strHost;
	return true;
}

//-->