<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">



<html>

<head>

	<title>-  ::  </title>

	<meta name="keywords" content=", ,  ,  ,  , hosting, domain, ,  ">

	<meta name="description" content="- : PHP, SSI, MySQL, SSH/SSH2.     ru, com, net, org, biz, info, ws, tv, bz, su.   . VIP-.">		

	<script language=javascript src="/js/style.js" type="text/javascript"></script>

	<script language=javascript src="/js/popup.js" type="text/javascript"></script>

</head>



<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" text="#525252" link="#1A3F97" alink="#525252" vlink="#1A3F97" bgcolor="#ffffff">



<table width="770" border="0" cellspacing="0" cellpadding="0" background="">
<tr bgcolor="#1A3F97">
<td><img src="/img/professional.gif" width="243" height="15" border="0" alt="    " hspace="7"></td>
<td align="right"><img src="/img/blue.gif" width="10" height="15" border="0" alt=""></td>
</tr>
<tr>
<td background="/img/bg_2col.gif">
	<table border="0" width="760" cellspacing="0" cellpadding="0" background="">
	<tr>
	<td valign="top"><a href="/"><img src="/img/logo1.gif" width="151" height="73" border="0" alt="  "></a><br>
	<a href="/news/"><img src="/img/menu/news.gif" width="148" height="18" border="0" alt=""></a><br>
	<a href="/order/"><img src="/img/menu/order_a.gif" width="148" height="18" border="0" alt=" "></a><br>
	<a href="/services/"><img src="/img/menu/price.gif" width="148" height="18" border="0" alt="  "></a><br>


	<a href="/payment/index.shtml"><img src="/img/menu/payment1.gif" width="148" height="18" border="0" alt=" "></a><br>



	<a href="http://hosting.rbc.ru/hi-tech/Login.jsp"><img src="/img/menu/personal.gif" width="148" height="18" border="0" alt=" "></a><br>
	<a href="/partners/"><img src="/img/menu/partners.gif" width="148" height="18" border="0" alt="  "></a><br>
	<a href="/help/"><img src="/img/menu/help.gif" width="148" height="18" border="0" alt=""></a><br>
	<a href="/about/"><img src="/img/menu/about.gif" width="148" height="18" border="0" alt=" "></a><br>
	<img src="/img/white.gif" width="148" height="5" border="0" alt=""><br>

		<table border="0" cellspacing="0" cellpadding="0" background="">
		<tr>
		<td><img src="/img/contacts1.gif" width="148" height="17" border="0" alt=""></td>
		</tr>
		<tr>
		<td align="center"><br>
<img src="/img/cont1.gif" width="148" height="36" alt=" 
+7(095) 363-03-09" border="0"><br>
<a href="mailto:hosting@rbc.ru"><img src="/img/cont2.gif" width="148" height="13" alt="hosting@rbc.ru" border="0"></a><br>
<br>

<img src="/img/cont3.gif" width="148" height="36" alt=" 
+7(095) 363-03-82" border="0"><br>
<a href="mailto:support@hosting.rbc.ru"><img src="/img/cont4.gif" width="148" height="13" alt="support@hosting.rbc.ru" border="0"></a><img src="http://hosting.rbc.ru/img/0.gif" width="1" height="1" border="0"><br>
<br>
<a href="/about/contacts.shtml"><img src="/img/cont5.gif" width="148" height="11" alt="  " border="0"></a><br>
<br>
<a href="/about/vacancy.shtml"><img src="/img/vacancy.gif" width="148" height="11" alt="" border="0"></a><br>
<br>
<br>
		<!--begin of Top100-->
		<a href="http://top100.rambler.ru/top100/"><img src="http://counter.rambler.ru/top100.cnt?337747" alt="Rambler's Top100" width=1 height=1 border=0></a>
		<!--end of Top100 code-->
		
		<!--Rating@Mail.ru COUNTER-->
		<img height=1 width=1 src="http://top.list.ru/counter?id=339967"><!--/COUNTER-->
		<!--/COUNTER-->
		
		<!-- rbc.counter -->
		<script language="javascript">
		<!--
		ru = '(none)';
		u="count.rbc.ru/p84.gif";d=document;nv=navigator;na=nv.appName;p=0;j="N";
		n=(na.substring(0,2)=="Mi")?0:1;y="";
		y+="<img src='http://"+u+"?r="+d.referrer+"&rf="+parent.document.referrer+"&rn="+Math.random()+"&ru="+ru;
		y+="' border=0  width=1 height=1 alt='count'>";
		d.write(y);if(!n) { d.write("<"+"!--"); }
		<!-- rbc.counter end -->
		
		<!-- hosting.counter counter -->
		var __default_expires = 3600;
		function set_cookie( name, data, path, expires, domain, secure ) 
		{ 
		//   if ( expires == null)
		   if (true)    
		   { 
		      expires = new Date();
		      expires.setTime( expires.getTime() + __default_expires*180*24*1000 ); 
		   } 
		   document.cookie = name + "=" + escape(data) + ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + ((path == null) ? "" : "; path=" + path) + ((domain == null) ? "" : "; domain=" + domain) + ((secure == null) ? "" : "; secure"); 
		   var asd=name + "=" + escape(data) + ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + ((path == null) ? "" : "; path=" + path) + ((domain == null) ? "" : "; domain=" + domain) + ((secure == null) ? "" : "; secure");
		}
		function get_cookie( name ) 
		{ 
		   cookie = ' ' + document.cookie; 
		   var cname = ' ' + name + '='; 
		   var from=cookie.indexOf(cname); 
		   if ( from != -1 ) 
		   { 
		      from += cname.length; 
		      to=cookie.indexOf( ';', from ); if ( to == -1 ) to = cookie.length; 
		      return unescape( cookie.substring(from, to) ); 
		   } 
		   return null; 
		}
		
		function delete_cookie (name, path, domain) 
		{
		   var exp = new Date();
		   exp.setTime (exp.getTime() - 100); // This cookie is history
		   var cval = get_cookie (name);
		   if (cval != null)
		   document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
		}
		   
		var a=document.referrer;
		var b=location.href;
		if((a.indexOf("hosting.rbc.ru")<0 && a.indexOf("www.hosting.rbc.ru")<0 && a.indexOf("lgg.ru")<0 && a.indexOf("box.rbc.ru")<0 && a.indexOf("www.box.rbc.ru")<0 && a.indexOf("www.lgg.ru")<0) || b.indexOf("BANNER")>0 || b.indexOf("banner")>0)
		{
		   var dt=new Date;
		//   delete_cookie("cookie_ref_moro");
		   set_cookie("cookie_ref_moro",dt+";"+document.referrer+";"+location.href);
		//   alert(get_cookie("cookie_ref_moro"));
		}
		
		//--></script><noscript>
		<img src="http://count.rbc.ru/p84.gif" alt='count' border='0'  width=1 height=1 >
		</noscript><script language="javascript1.2"><!--skip ();
		if(!n) { d.write("--"+">"); }//--></script>
		
		<script language="javascript">
		<!--
		u="hosting.rbc.ru/morda4/stat_gathering";
		d=document;
		nv=navigator;
		na=nv.appName;
		p=0;
		j="N";
		n=(na.substring(0,2)=="Mi")?0:1;
		y="";
		var lc=String(d.location.href);
		lc=lc.replace(/\?/g,"%3F");
		lc=lc.replace(/\//g,"%2F");
		lc=lc.replace(/\:/g,"%3A");
		lc=lc.replace(/\&/g,"%26");
		lc=lc.replace(/\=/g,"%3D");
		var lcf=String(parent.document.location.href);
		lcf=lcf.replace(/\?/g,"%3F");
		lcf=lcf.replace(/\//g,"%2F");
		lcf=lcf.replace(/\:/g,"%3A");
		lcf=lcf.replace(/\&/g,"%26");
		lcf=lcf.replace(/\=/g,"%3D");
		y+="<img src='http://"+u+"?r="+d.referrer+"&rf="+parent.document.referrer+"&lc="+lc+"&lcf="+lcf;
		y+="' border=0  width=1 height=1 alt='count'>";
		d.write(y);
		-->
		</script>
		<!-- hosting.counter end -->
	
		</td>
		</tr>
		</table></td>
	<td valign="top" rowspan="2" colspan="2">
		<table border="0" cellspacing="0" cellpadding="0" background="">
		<tr>
		<td><img src="/img/0.gif" width="1" height="1" border="0" alt="" vspace="22"></td>
		<td background="/img/bg_logo.gif" align="right"><img src="/img/0.gif" width="1" height="1" border="0" alt="" hspace="304"><br>
		<img src="/img/titles/locked.gif" width="123" height="21" border="0" alt=" "><img src="/img/0.gif" width="10" height="21" border="0" alt=""></td>
		</tr>
		<tr>
		<td colspan="2" align="right" valign="top"><a href="javascript:open_Win1()"><img src="/img/faq.gif" width="170" height="28" border="0" alt="  " hspace="3"></a></td>
	
	
		</tr>
		</table>


<p>

<table width="546" border="0" cellspacing="0" cellpadding="0" align="center">

<tr>

<td valign="top"><p><b>  </b>

<p>       .

<p> ,      , ,   <a href="http://hosting.rbc.ru/about/contacts.shtml"> </a> -.</td>

</tr>

</table>

	<br></td>
	</tr>
	<tr>
	<td valign="bottom"><img src="/img/sert.gif" width="148" height="93" border="0" alt="  ISO 9001:2000"></td>
	</tr>
	</table></td>
</tr>
<tr bgcolor="#1A3F97">
<td align="center" class="copy">   &copy; 2002 &ndash; 2004 <a href="http://www.rbcsoft.ru/" class="copy"> </a></td>
<td align="right"><img src="/img/blue.gif" width="10" height="15" border="0" alt=""></td>
</tr>
</table><br>





<table width="770" border="0" cellspacing="0" cellpadding="2">
<tr valign="top">
<td align="right" width="100%">

<!-- HotLog -->
<table border=0 cellspacing=0 cellpadding=0><tr>
<td><a href=http://click.hotlog.ru/?220836 target=_top><img src="http://img.hotlog.ru/cgi-bin/hotlog/count?im=2033" border=0></a></td>
<td><a href="http://www.syl.com/" target=_top><img 
src="http://img.hotlog.ru/cgi-bin/hotlog/count?im=3033" border=0 alt="online dating"></a></td></tr>
<script language="javascript">
hotlog_js="1.0";
hotlog_r=""+Math.random()+"&s=220836&im=533&r="+escape(document.referrer)+"&pg="+
escape(window.location.href);
document.cookie="hotlog=1; path=/"; hotlog_r+="&c="+(document.cookie?"Y":"N");
</script><script language="javascript1.1">
hotlog_js="1.1";hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N")</script>
<script language="javascript1.2">
hotlog_js="1.2";
hotlog_r+="&wh="+screen.width+'x'+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?
screen.colorDepth:screen.pixelDepth)</script>
<script language="javascript1.3">hotlog_js="1.3"</script>
<script language="javascript">hotlog_r+="&js="+hotlog_js;
document.write("<tr><td colspan=2><a href='http://click.hotlog.ru/?220836' target='_top'><img "+
" src='http://hit10.hotlog.ru/cgi-bin/hotlog/count?"+
hotlog_r+"&' border=0 alt=HotLog></a></td></tr>")</script>
<noscript><tr><td colspan=2><a href=http://click.hotlog.ru/?220836 target=_top><img
src="http://hit10.hotlog.ru/cgi-bin/hotlog/count?s=220836&im=533" border=0 alt="HotLog"></a></td></tr></noscript>
</table>
<!-- /HotLog -->



</td>
<td>


<!--begin of TopShop-->
<a href="http://topshop.rambler.ru/go.html?ID=22983" target=_blank>
<img src="http://topshop-counter.rambler.ru/top100.cnt?22983" width=88
height=31 alt="Rambler's TopShop" border=0></a>
<!--end of TopShop-->
</td>
<td>

<!--begin of Top100 logo-->
<a href="http://top100.rambler.ru/top100/"><img src="http://top100-images.rambler.ru/top100/banner-88x31-rambler-gray2.gif" alt="Rambler's Top100" width=88 height=31 border=0></a><br>
<!--end of Top100 logo -->

<!--Rating@Mail.ru LOGO-->
<a target=_top href="http://top.mail.ru/jump?from=339967"><img src="http://top.list.ru/counter?id=339967;t=84;l=1" border=0 height=18 width=88 alt="@Mail.ru"></a>
<!--/LOGO-->



</td>
</tr>
</table>



</body>

</html>
