function mailto(text)
{
	var v = "ftCuxaonb`)]\\";
	var w = "";
	for (var i=0; i<v.length; i++)
		w += String.fromCharCode(v.charCodeAt(i)-5+i);

	if (typeof(text) == 'undefined')
		text = 'Alex Pankratov';
	else
	if (text == '')
		text = w;

	document.write("<a href=\"mail\u0074o\u003a" + w + "\">" + text + "</a>");
}

