<html>
<head>
<style> 
/* hint menu by eQviN GameMania.Net.Ru*/ 
.hint
{
background-color:#gray;
line-height:10px;
color:#ffffff;
font-family:verdana;
font-size:11px;
width:auto;
border-top:1px dashed #ffffff;
border-right:1px dashed #ffffff;
border-bottom:1px dashed #ffffff;
border-left:1px dashed #ffffff;
margin:0px;
padding:8px;
position:absolute;
visibility:hidden;
} 
/* ---------------- */ 
</style> 

<script> 
//Hint Start 
// CLASS : MW_System_Load 
// Init 
function MW_System_Load(){ 
this.wib = screen.width; 
this.heb = screen.height; 
this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; 
this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; 
this.types = 'load'; 
} 
MW_System_Load.prototype.addsevent = function(func){ 
if(this.objects.addEventListener){ 
this.objects.addEventListener(this.types,func,false); 
return true; 
} else if (this.objects.attachEvent){ 
this.objects.attachEvent("on" + this.types,func); 
} else { 
return false; 
} 
} 
MW_System_Load.prototype.browser = function(){ 
this.ver = navigator.appVersion; 
this.agent = navigator.userAgent.toLowerCase(); 
this.dom = document.getElementById ? 1:0; 
this.all = document.all ? 1:0; 
this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; 
this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; 
this.ie4 = (document.all && !this.dom) ? 1:0; 
this.ie = this.ie4 || this.ie5 || this.ie6; 
this.opera = this.agent.indexOf("opera")>-1; 
this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; 
this.bw = (this.ie || this.opera || this.gecko); 
return this; 
} 
MW_System_Load.prototype.findobj = function(obj){ 
this.parent = window.document; 
if(this.parent[obj]){ return this.parent[obj]; } 
if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } 
if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } 
if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } 
return null; 
} 
var MW = new MW_System_Load(); 
function MW_System_Hint(){} 
MW_System_Hint.prototype.show = function(obj,str){ 
var hint = MW.findobj('hint'); 
if(!obj){ return; } 
if(!MW.documes){ return; } 
if(!hint){ return; } 
hint.className = 'hint'; 
hint.style.left = 15; 
hint.style.top = 50; 

obj.onmouseout = function(advance){ 
hint.style.width = ''; 
hint.style.visibility = 'hidden'; 
if(hint.firstChild) hint.removeChild(hint.firstChild); 
hint.appendChild(document.createTextNode(str)); 
}; 
obj.onmousemove = function(advance){ 
//str = str.replace(/</g,"<"); 
//str = str.replace(/>/g,">"); 
hint.style.width = ''; 
hint.innerHTML = str; 
vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; 
x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; 
y = window.event ? event.clientY + vc.scrollTop : advance.pageY; 
vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; 
vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; 
 if(hint.offsetWidth>500){ hint.style.width = '200'; } 
 if((x + hint.offsetWidth + 15) > vcwidth){ 
 hint.style.left = x - hint.offsetWidth - 4; 
 } else { 
 hint.style.left = x + 15; 
 } 
 if((y + hint.offsetHeight + 19) > vcheight){ 
 hint.style.top = y - hint.offsetHeight; 
 } else { 
 hint.style.top = y + 25; 
 } 
 //if(typeof(hint.style.MozOpacity)!="undefined"){ 
 hint.style.opacity = '.91'; 
 hint.style.filter = "alpha(opacity:91)"; 
 //} 
 hint.style.visibility = 'visible'; 
}; 
} 
MW_System_Hint.prototype.initialize = function(){ 
var hint = document.createElement("DIV"); 
hint.setAttribute('id','hint'); 
document.getElementsByTagName('body')[0].appendChild(hint); 
hint.style.visibility = 'hidden'; 
var hintmarker = ['a','img','img','input','span','div','textarea']; 
var textmarker = ['title','alt','title','title','title','title','title']; 
var lenmarker = hintmarker.length; 
for(var i=0; i<lenmarker; i++) { 
atr = document.getElementsByTagName(hintmarker[i]); 
for(var j=0; j<atr.length; j++) 
if(viewhint=atr[j].getAttribute(textmarker[i])){ 
 atr[j].removeAttribute(textmarker[i]); 
 HINT.show(atr[j],viewhint); 
} 
} 
} 
var HINT = new MW_System_Hint(); 
if(MW.objects){ MW.addsevent(HINT.initialize); } 
//Hint End 
</script>


<title>$SITE_NAME$ - $MODULE_NAME$</title>
<link type="text/css" rel="StyleSheet" href="http://cs-valve.ucoz.ru/_st/my.css" />
</head>
<BODY style="background:url('http://cs-valve.ucoz.ru/desing/smallfon4.png.jpeg') #000000; margin:0px; padding:0px;">
<body style="padding:5px;margin:0;">

<TABLE cellpadding="0" cellspacing="0" border="0" width="1000" align="center"><TBODY><TR><TD align="right" width="5%" style="background:url('http://src.ucoz.net/t/984/2.gif') right repeat-y;"><IMG src="http://src.ucoz.net/t/984/2.gif" border="0"></TD><TD width="90%" valign="top" style="border-bottom:1px solid #000000;">

$GLOBAL_AHEADER$

<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" style="border-top:1px solid #494949;border-bottom:1px solid #494949;"><TBODY><TR><TD valign="top" style="border:1px solid #1A1A1A;background:#000000;">

<!-- Body -->
<TABLE border="0" cellpadding="0" cellspacing="2" width="100%"><TBODY><TR><TD valign="top" style="width:180px;">

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B> </B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><ul class="uz">
<style> 
.blockmenu { 
height:10px; 
width: 100%; 
font: 
text-align: left; 
} 
.blockmenu a:link, 
.blockmenu a:visited { 
color:#ffffff; 
text-decoration:none; 
padding-left:10px; 
line-height:18px; 
display:block; 
font-weight:normal; 
background-size:16px
background: #252525; 
border-top: 0px solid #666666; 
border-right: 0px solid #666666; 
border-bottom: 0px solid #666666; 
border-left: 0px solid #666666; 
text-align: left; 
} 
.blockmenu a:hover { 
color:#ffffff; 
text-decoration:none; 
padding-left:16px; 
line-height:18px; 
display:block; 
font-weight:normal; 
border: 1px solid #aeff00; 
background: #333333 url("http://xtens1on.net.ru/design/8.gif") no-repeat left center; 
text-align: left; 
} 

form { 
padding:0px; 
margin:0px; 
} 

input{ 
vertical-align:middle; 
font-size:7pt; 
font-family:verdana,arial,helvetica; 
color:#ffffff; 
background:#252525; 
} 

</style> 
<SPAN class="blockmenu"> 

<li><a href="/forum/14" title="FAQ  Counter-strike Server's">FAQ</a>
<li><a href="/forum/" title=""></a>
<li><a href="/forum/4" title="  "></a> 
<li><a href="/forum/1" title=" "></a> 
<li><a href="/forum/17" title="">  </a>
<li><a href="/forum/10" title="For-FOr">For Counter-strike</a>

</li>
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B>Counter-strike 1.6</B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">GLOBAL_BLOCK
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B>Counter-strike INFO</B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">GLOBAL_BLOCK
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B> </B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">$CHAT_BOX$
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B> </B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">$POLL$
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
</TD><TD valign="top">
<DIV>
<TABLE style="BORDER-RIGHT: #656565 1px solid; BORDER-TOP: #656565 1px solid; MARGIN-BOTTOM: 2px; BORDER-LEFT: #656565 1px solid; BORDER-BOTTOM: #656565 1px solid" cellspacing="0" cellpadding="0" width="100%" border="0"><TBODY><TR><TD style="PADDING-LEFT: 28px; FONT-SIZE: 10px; width=" 100%"="" height="25" background="/dizain/peklama.gif" #000000;="" COLOR:="" #656565"="" height="20"></CENTER></TD></TR><TR><TD style="PADDING-RIGHT: 5px; PADDING-LEFT: 5px; " background:#121212;="" PADDING-BOTTOM:="" 5px;="" PADDING-TOP:="" 5px"=""><CENTER><!--uCoz-club--><a href="http://www.ucoz-club.ru" target=_blank><img src="http://ucoz-club.ru/6aner/486-60.gif" width="468" height="60" border="0" title="  uCoz ,  uCoz ,  uCoz ,     "></a><!--/uCoz-club--><CENTER><P align="center"></CENTER></TD></TR></TBODY></TABLE></DIV><TABLE border="0" cellpadding="0" cellspacing="0" width="100%" style="border:1px solid #3c3c3c;"><TBODY><TR><TD style="background:#000000;padding:10px;border:1px solid #262626;"> <!-- <body> -->$CONTENT$<!-- </body> --><BR> </TD></TR></TBODY></TABLE>
</TD><TD valign="top" style="width:180px;">
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B></B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">
<DIV align="center"><script language="JavaScript"> 
function process(){} 
today = new Date() 
if((today.getHours() < 12) && (today.getHours() >= 6)) 
{ document.write("<b>  $USER_FULL_NAME$.</b>")} 
if((today.getHours() >= 12) && (today.getHours() < 18)) 
{ document.write("<b>  $USER_FULL_NAME$</b>")} 
if((today.getHours() >= 18) && (today.getHours() <= 23)) 
{ document.write("<b>  $USER_FULL_NAME$</b>")} 
if((today.getHours() >= 0) && (today.getHours() < 4)) 
{ document.write("<b> $USER_FULL_NAME$.  ?</b>")} 
if((today.getHours() >= 4) && (today.getHours() <= 6)) 
{ document.write("<b> $USER_FULL_NAME$.<br>       .</b>")} 
</script> 
<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="http://fightarena.ucoz.net/avatarfightarena.gif" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="http://fightarena.ucoz.net/avatarfightarena.gif" border="0"><?endif?><?endif?> 
<?if($USER_LOGGED_IN$)?> 
<br>  : $USERNAME$ 
<br> $USER_GROUP$
<br> IP : $IP_ADDRESS$ 
<br> : <font color="#ff0000"><b>$USER_REG_DAYS$</b></font>- !
<input class="buttonprofile" type="button" onclick="window.open('/index/11','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value=" "> 
<input class="buttonprofile" type="button" onclick="window.open('/index/14','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value="  ($UNREAD_PM$)"><br> 
<input class="buttonprofile" type="button" onclick="window.open('/index/8','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value=""><br> 
<input class="buttonprofile" type="button" onclick="document.location.href='/index/10'; return false;" value=""> 
<center> 
<?else?> 
<?endif?></center>
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- --><?if($LOGIN_FORM$)?>
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B>  </B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">$LOGIN_FORM$
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/--><?endif?>

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B></B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">$SEARCH_FORM$
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B> </B>
</TD></TR><TR><TD style="background:#000000;padding:5px;"><DIV id="cssprozr">$GLOBAL_FRIENDS$
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"></TD></TR></TBODY></TABLE>
<!--/-->

<!-- -->
<TABLE border="0" cellpadding="0" cellspacing="0" style="border:1px solid #3C3C3C;margin-bottom:2px;" width="180"><TBODY><TR><TD height="23" style="background:url(/desing/blokcsss.gif) #252525;color:#cccccc;padding-left:28px;font-size:10px;"><B></B>
</TD></TR><TR><TD style="background:#000000; padding:5px;"><DIV class="mju"><CENTER>$ONLINE_COUNTER$$ONLINE_USERS_LIST$</CENTER>
</TD></TR><TR><TD><IMG src="/dizain/7.gif" border="0"> </TD></TR></TBODY></TABLE>
<!--/-->

</TD></TR></TBODY></TABLE>
<!-- /Body -->
</TD></TR></TBODY></TABLE>

<!-- Footer -->
<TABLE border="0" cellpadding="8" cellspacing="0" width="100%" style="background: url('/dizain/6.png')" height="45"><TD align="center" valign="top">
<a href="http://www.ucoz-club.ru" target="_blank">Design By uCoz-cluB Team</a><br>$POWERED_BY$</TABLE>
<!-- /Footer -->

</TD><TD align="left" width="5%" style="background:url('http://src.ucoz.net/t/984/2.gif') left repeat-y;"><IMG src="http://src.ucoz.net/t/984/2.gif" border="0"></TD></TR></TBODY></TABLE>

</body>
</html>