document.write("\
        <td background='../../img/gradient_menu.gif'>\
		<table width=1000><tr><td width=140 align=right valign=top></td>\
		<td valign=top><center style='margin-left:-140px;'>\
		<a href=../../index.htm class='main_menu'>Главная</a>&nbsp;&nbsp; <span style='color:DDE4FE'>|</span> &nbsp;&nbsp;\
 		<a href=../../dictations/mart_iun_2005/index.htm class='main_menu'>Диктовки</a>&nbsp;&nbsp; <span style='color:DDE4FE'>|</span> &nbsp;&nbsp;\
 		<a href=../../ashram/index.htm class='main_menu'>Ашрам</a>&nbsp;&nbsp; <span style='color:DDE4FE'>|</span> &nbsp;&nbsp;\
 		<a href=../../articles/prosba.htm class='main_menu'>Розарии</a>&nbsp;&nbsp; <span style='color:DDE4FE'>|</span> &nbsp;&nbsp;\
 		<a href=../../media/films/index.htm class='main_menu'>Медиа</a>\
 		<form action='http://sirius-ru.net/search.htm' id='cse-search-box'>\
		  <div id='search'>\
              <input type='hidden' name='cx' value='018171580691662078533:aqdoazn3ita' />\
              <input type='hidden' name='cof' value='FORID:10' />\
              <input type='hidden' name='ie' value='windows-1251' />\
              <input type='text' name='q'  class='form-input'/>\
              <input type='submit' name='sa' value='Поиск' style='width:50' class='button'/ >\
		</div>\
		</form>\
		</center></td></tr></table>\
    </td>\
");

function getParam(name)
{
var pname = name;
var ps = window.location.hostname;
if (ps.length > 0) {
var start= ps.indexOf(pname);
	if (start != -1) {
	start+=pname.length;
	var end = ps.indexOf('&', start);
	if (end == -1) end = ps.length;
	return unescape(ps.substring(start,end));
	}
}
return '';
}

var site = "UA-7461039-1";
flag = getParam('sirius-net');
if(flag != '')  site = "UA-7461039-5";