DOCTYPE html PUBLIC W3C DTD XHTML Strict EN http www w3 org TR xhtml1

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="vkontakte">
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<title>VKontakte | Welcome!</title>
<link rel="stylesheet" href="css/rustyle.css?22" type="text/css" />
<script src="js/functions.js?23"></script>
<link rel='stylesheet' href='css/help.css?2' type='text/css' />
<link rel="shortcut icon" href="http://vkontakte.ru/images/favicon.ico" />
<!--[if lte IE 6]><style type="text/css" media="screen">/* <![CDATA[ */ @import url(css/ie.css); /* ]]> */</style><![endif]-->
<!--[if gte IE 7]><style type="text/css" media="screen">/* <![CDATA[ */ @import url(css/ie7.css); /* ]]> */</style><![endif]-->
<script src="js/niftycube.js?1"></script>
<script type="text/javascript">
<!--
(function(){
var loadFn = function(){
Nifty("ul.tabs a", "small top");
Nifty("ul.buttonRow a", "small");
Nifty("div.leftAd","small transparent");
Nifty("div.selPad","small transparent");
Nifty("div.myPad", "small transparent");
};
//addEvent(window, 'load', loadFn);
onDomReady(loadFn);
})();
//-->
</script>
</head>
<body>
<div id="pageLayout">
<!-- pageHeader -->
<div id="pageHeader">
<h1 id="home"><a href="index.php">ВКонтакте</a></h1>
<ul class="topNav" style='padding-right:5px'>
<li style="width:5.5em"><a href='faq.php'>Help</a></li>
<li style="width:7.8em"><a href="javascript:document.location='reg0'">Register</a></li>
<li style="width:4.0em"><a href='login.php'>Login</a></li>
</ul>
</div>
<!-- End pageHeader -->
<!-- sideBar -->
<div id="sideBar">
<div id="quickLogin">
<form method="post" name="login" id="login" action="login.php">
<label for="email">Email:</label>
<input class="inputText" onClick="show('expirePad');" type="text" name="email" id="email" size="20" />
<label for="pass">Password:</label>
<input class="inputText" onClick="show('expirePad');" type="password" name="pass" id="pass" size="20" />
<table cellpadding=0 cellspacing=0 id="expirePad" style="display:none;"><td><input style="margin-top:1px; vertical-align: middle;" type="checkbox" name="expire" id="expire" value="1" /></td><td style='padding-top:3px;*padding-top:6px'><label for='expire' id='expire_label'>Please do NOT remember me</label></td></tr></table>
<div style="height:20px;margin-top:5px;">
<ul class='nNav' style="width:135px;padding:0px;margin:0px;"><li style="margin:0px 3px 0px 0px;">
<b class="nc"><b class="nc1"><b></b></b><b class="nc2"><b></b></b></b>
<span class="ncc"><a href="javascript:document.login.submit()">Login</a></span>
<b class="nc"><b class="nc2"><b></b></b><b class="nc1"><b></b></b></b>
</li>
<li style="margin:0px">
<b class="nc"><b class="nc1"><b></b></b><b class="nc2"><b></b></b></b>
<span class="ncc"><a href="javascript:document.location='reg0'">Register</a></span>
<b class="nc"><b class="nc2"><b></b></b><b class="nc1"><b></b></b></b>
</li></ul>
</div>
<input type="submit" value='.' style="color:#fff;border:0;padding:0;margin:0;background:#fff;height:6px;width:6px"/>
</form>
</div>
<div style="width:124px">
</div>
</div>
<!-- End sideBar -->
<!-- pageBody -->
<div id="pageBody" class="pageBody">
<div id="wrapH">
<div id="wrapHI">
<div id="header">
<h1> Welcome!</h1>
</div>
</div>
</div>
<div id="wrap2">
<div id="wrap1">
<div id="content">
<script type="text/javascript">
var memCount = 29696350;
var memPerSec = 1.35761846351;
function updateCount() {
next = -(1000 / memPerSec)*Math.log(Math.random());
memCountString = '' + memCount;
len = memCountString.length;
memCountString = memCountString.substr(0,len-6)+" "+memCountString.substr(len-6,3)+" "+memCountString.substr(len-3,3);
ge('memCount').innerHTML = memCountString;
memCount = memCount + 1;
setTimeout(updateCount, next);
}
addEvent(window, 'load', updateCount);
</script>
<div class="simplePage">
<h2><b>Vkontakte.ru is a universal socializing tool.</b></h2>
<p>Our goal is to always keep old friends, ex-classmates, neighbours and coworkers in touch.</p>
<p>At the moment, we number <b id='memCount'>29696350</b> and counting.</p>
<p>Vkontakte is <b><a href='http://www.alexa.com/site/ds/top_sites?cc=RU&ts_mode=country&lang=none' target='_blank'>the most popular website in Russia</a></b>.</a></p>
<p>With our site, you can:</p>
<ul class="listing">
<li><span>Find people with whom you've studied, worked or met on vacation.</span></li>
<li><span>Learn more about people around you and make new friends.</span></li>
<li><span>Stay in contact with those you love.</span></li>
</ul>
<div style="margin: 0px 32px 0px 0px">
<a class='noUnd' href='help.php?page=demo2'><div class='tour' onmouseover="this.style.backgroundColor='#FCFBF5'" onmouseout="this.style.backgroundColor='#F9F6E7'"><b>Tour our site</b><div>Preview what's waiting for you!</div></div></a>
</div>
<div style="height:20px; margin:10px 10px 10px 195px">
<ul class='nNav'><li>
<b class="nc"><b class="nc1"><b></b></b><b class="nc2"><b></b></b></b>
<span class="ncc"><a href="javascript:document.login.submit()">Login</a></span>
<b class="nc"><b class="nc2"><b></b></b><b class="nc1"><b></b></b></b>
</li>
<li>
<b class="nc"><b class="nc1"><b></b></b><b class="nc2"><b></b></b></b>
<span class="ncc"><a href="javascript:document.location='reg0'">Register</a></span>
<b class="nc"><b class="nc2"><b></b></b><b class="nc1"><b></b></b></b>
</li></ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="boxHolder"></div>
<!-- End pageBody -->
<!-- bFooter -->
<div id='bFooter' style='font-size:11px; margin-left:110px'><b>English version is beta.</b> If you have any comments on this translation, <a href='topic4402677'>please click here.</a></div>
<div id="bFooter">
<p>VKontakte &copy; 2006-2009<br /> <a href="/?lang=0&lhash=18c8b"><img src="/images/flags/ru.gif" vspace="5"/></a> <a href="/?lang=1&lhash=18c8b"><img src="/images/flags/ua.gif" vspace="5"/></a> <a href="/?lang=2&lhash=18c8b"><img src="/images/flags/by.gif" vspace="5"/></a></p>
</div>
<!-- tns-counter.ru -->
<script type="text/javascript">
<!--
onDomReady(function(){
//addEvent(window, 'load', function(){
var img = new Image();
img.src = 'http://www.tns-counter.ru/V13a***R>' + document.referrer.replace(/\*/g,'%2a') + '*vkontakte_ru/ru/CP1251/tmsec=vkontakte_total/';
});
//-->
</script>
<noscript>
<img src="http://www.tns-counter.ru/V13a****vkontakte_ru/ru/CP1251/tmsec=vkontakte_total/" width="1" height="1" alt="" />
</noscript>
<!--/ tns-counter.ru -->
<!--LiveInternet counter-->
<script type="text/javascript">
<!--
onDomReady(function(){
//addEvent(window, 'load', function(){
var img = new Image();
img.src = 'http://counter.yadro.ru/hit?r' + escape(document.referrer) + ((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + ';u' + escape(document.URL) + ';' + Math.random() + '';
});
//-->
</script>
<!--/LiveInternet-->
<!-- End bFooter -->
</div>
<!-- End pageLayout 280 -->
</body>
</html>