function live()
{
	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?t25.5;r\" + escape(document.referrer) + ((typeof(screen)==\"undefined\")?\"\":\";s\"+screen.width+\"*\"+screen.height+\"*\"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + \";u\" + escape(document.URL) +\";h\"+escape(document.title.substring(0,80)) +  \";\" + Math.random() + \"' border=0 width=88 height=15 alt='' title='LiveInternet: показано число посетителей за сегодня'><\/a>\")</script><!--/LiveInternet-->");
}

function ssearch()
{
	var sea = prompt('Что вы хотите найти?');
	if (sea != "" && sea != null)
	{
		window.open("/index.php?command=search&searchbox=" + sea);
	}
}
