function searchclick(text)
{
	if (text.value == "поиск ...")
	{
		text.value = "";
	}
}

function searchblur(text)
{
	if (text.value == "")
	{
		text.value = "поиск ...";
	}
}

function mail(name, domain)
{
	document.location.href = "mailto:" + name + "@" + domain;
}

function li()
{
	document.write("<!--LiveInternet counter--><script type=\"text/javascript\">document.write(\"<a href='http://www.liveinternet.ru/click' target=_blank><img src='//counter.yadro.ru/hit?t18.5;r\" + escape(document.referrer) + ((typeof(screen)==\"undefined\")?\"\":\";s\"+screen.width+\"*\"+screen.height+\"*\"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + \";u\" + escape(document.URL) +\";i\" + escape(\"Жж\"+document.title.substring(0,80)) + \";\" + Math.random() + \"' border=0 width=88 height=31 alt='' title='LiveInternet: показано число просмотров за 24 часа, посетителей за 24 часа и за сегодня'><\/a>\")</script><!--/LiveInternet-->");	
}
