// JavaScript Document

function mailer(prefix)
{
	var domain = "primpogoda.ru";
	location.href = "mailto:" + prefix + "@" + domain;
}