-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphoto.html
705 lines (631 loc) · 47.2 KB
/
photo.html
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Фотоальбом - Need For Kill (Quake III in 2D)</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<script type="text/javascript">
var browser = navigator.userAgent;
var browserRegex = /(Android|BlackBerry|IEMobile|Nokia|iP(ad|hone|od)|Opera M(obi|ini))/;
var isMobile = false;
if(browser.match(browserRegex)) {
isMobile = true;
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){
window.scrollTo(0,1);
}
}
</script>
<link type="text/css" rel="StyleSheet" href="_st/my.css" />
<script type="text/javascript">
var navTitle = "Navigation"
</script>
<link rel="stylesheet" href=".s/src/base.css" />
<link rel="stylesheet" href=".s/src/layer1.css" />
<script src=".s/src/jquery-1.7.2.js"></script>
<script src=".s/src/uwnd.min.js"></script>
<script type="text/javascript" src="http://s1.ucoz.net/cgi/uutils.fcg?a=uSD&ca=2&ug=999&isp=1&r=0.422805241703898"></script>
<script type="text/javascript">//------------UCOZ-JS-INIT_CODE-----------
uShowLightboxPage = 1
window.ulb = {photoPage:"Перейти на страницу с фотографией.", closeBtn:"Закрыть", error:"Запрошенный контент не может быть загружен. Пожалуйста, попробуйте позже.", next:"Следующий", prev:"Предыдущий", btnPlay:"Начать слайдшоу", btnToggle:"Изменить размер", };
//------------UCOZ-JS-END-----------</script>
<link rel="stylesheet" href=".s/src/ulightbox/ulightbox.min.css" />
<link rel="stylesheet" href=".s/src/photo.css" />
<link rel="stylesheet" href=".s/src/entriesList.css" />
<link rel="stylesheet" href=".s/src/photopage.css" />
<script src=".s/src/ulightbox/ulightbox.min.js"></script>
<script src=".s/src/photopage.min.js"></script>
<script src=".s/src/entriesList.js"></script>
<script async defer src="https://www.google.com/recaptcha/api.js?onload=reCallback&render=explicit&hl=ru"></script>
<script type="text/javascript">//------------UCOZ-JS-CODE-----------
window.photo.pagePhotoWidth = '500';
function reCallback() {
$('.g-recaptcha').each(function(index, element ) {
element.setAttribute('rcid', index );
if ($(element).is(':empty') && grecaptcha.render ) {
grecaptcha.render(element, {
sitekey:element.getAttribute('data-sitekey'),
theme:element.getAttribute('data-theme'),
size:element.getAttribute('data-size')
});
}
});
}
function reReset(reset ) {
reset && grecaptcha.reset(reset.previousElementSibling.getAttribute('rcid') );
if (!reset ) for (rel in ___grecaptcha_cfg.clients ) grecaptcha.reset(rel );
}
jQuery(document).ready(function () {
window.uEntriesList.root = $('#uEntriesList');
window.uEntriesList.elWidth = window.uEntriesList.root.find('.entryBlock:eq(0)').outerWidth();
window.uEntriesList.colWidth(3);});
//------------UCOZ-JS-END-----------
</script>
<style type="text/css">.UhideBlock{display:none; }
.ph-wrap,.ph-tc{ width:200px; height:150px; }
.uphoto{width:210px; }
</style>
<script type="text/javascript">new Image().src = "//counter.yadro.ru/hit;noadsru?r"+escape(document.referrer)+(screen&&";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth||screen.pixelDepth))+";u"+escape(document.URL)+";"+Date.now();</script>
<script type="text/javascript">//<!--
function uSocialLogin(t) {
var params = { 'vkontakte':{ 'width':790, 'height':400 }, 'ok':{ 'width':710, 'height':390 }, 'facebook':{ 'width':950, 'height':520 }, 'yandex':{ 'width':870, 'height':515 }, 'google':{ 'width':700, 'height':600 }, 'twitter':{ 'width':800, 'height':400 } };
var ref = escape(location.protocol + '//' + ('needforkill.ru' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' ))));
// var ref = escape(location.href);
window.open('/'+t+'?ref='+ref,'conwin','width='+params[t].width+',height='+params[t].height+',status=1,resizable=1,left='+parseInt((screen.availWidth/2)-(params[t].width/2))+',top='+parseInt((screen.availHeight/2)-(params[t].height/2)-20)+'screenX='+parseInt((screen.availWidth/2)-(params[t].width/2))+',screenY='+parseInt((screen.availHeight/2)-(params[t].height/2)-20));
return false;
}
//--></script>
<link type="text/css" rel="stylesheet" href=".s/src/social.css" />
</head>
<body>
<div id="utbr8214" rel="s1"></div>
<header>
<div id="header">
<div id="head-top">
<div class="wrapper">
<div class="head-l"><span><!--<s5212>-->Приветствую Вас<!--</s>-->, <b>Гость</b></span> | <a href="photo/rss/index.html" class="rss-lnk">RSS</a> | <span>Сб, 2019-03-09</span></div>
<div class="head-r">
<a title="Регистрация" href="http://needforkill.ru/register"><!--<s3089>-->Регистрация<!--</s>--></a> <a title="Вход" href="javascript:;" rel="nofollow" onclick="new _uWnd('LF', ' ', -250, -110, {autosize:1, closeonesc:1, resize:1 }, {url:'/index/40' } ); return false;"><!--<s3087>-->Вход<!--</s>--></a>
</div>
<div class="clr"></div>
</div>
</div>
<div class="wrapper">
<!--U1AHEADER1Z-->
<div class="part-l">
<div id="site-logo">
<span class="site-l">
<span class="site-n"><a href="index.html">Need For Kill (Quake III in 2D)</a></span>
</span>
</div>
</div>
<div class="part-r">
<div id="sch-box">
<div class="search-box">
<div class="searchForm"><form onsubmit="this.sfSbm.disabled=true" method="get" style="margin:0" action="http://needforkill.ru/search/"><div align="center" class="schQuery"><input type="text" name="q" maxlength="30" size="20" class="queryField" /></div><div align="center" class="schBtn"><input type="submit" class="searchSbmFl" name="sfSbm" value="Найти" /></div></form></div>
</div>
</div>
<div id="soc-box">
<a href="http://vk.com/needforkill2d" class="soc-vk" target="_blank"></a>
</div>
</div>
<div class="clr"></div>
<div id="catmenu">
<!-- <sblock_nmenu> -->
<!-- <bc> --><div id="uNMenuDiv1" class="uMenuV"><ul class="uMenuRoot">
<li><a href="index.html" ><span>Главная</span></a></li>
<li><a href="news.html" ><span>Новости</span></a></li>
<li><a href="load.html" ><span>Файлы</span></a></li>
<li><a href="publ.html" ><span>Статьи</span></a></li>
<li><a class=" uMenuItemA" href="photo.html" ><span>Фото альбом</span></a></li>
<li><a href="forum.html" ><span>Форум</span></a></li>
<li><a href="video.html" ><span>Видео</span></a></li>
<li><a href="faq.html" ><span>Вопрос/Ответ</span></a></li>
<li><a href="blog.html" ><span>Блог</span></a></li></ul></div><!-- </bc> -->
<!-- </sblock_nmenu> -->
<span class="nav-rib rib-l"></span>
<span class="nav-rib rib-r"></span>
<div class="clr"></div>
</div>
<!--/U1AHEADER1Z-->
<div class="clr"></div>
<!--U1PROMO1Z--><!--/U1PROMO1Z-->
</div>
</div>
</header>
<div id="casing">
<div class="wrapper">
<!-- <middle> -->
<div class="part-l">
<div id="content">
<div class="part-i">
<section>
<!-- <body> --><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="70%"><!--<s5194>-->Фотографий: <b>127</b> | Альбомов: <b>5</b><!--</s>--></td><td align="right" style="white-space: nowrap;"><!--<s3015>-->Страницы<!--</s>-->: <span class="pagesBlockuz1"><b class="swchItemA"><span>1</span></b> <a class="swchItem" href="photo/index.html%3Fpage2.html"><span>2</span></a> <a class="swchItem" href="photo/index.html%3Fpage3.html"><span>3</span></a> <span class="swchItemDots"><span>...</span></span> <a class="swchItem" href="photo/index.html%3Fpage10.html"><span>10</span></a> <a class="swchItem" href="photo/index.html%3Fpage11.html"><span>11</span></a> <a class="swchItem" href="photo/index.html%3Fpage2.html" ><span>»</span></a></span><br /></td></tr></table><br /><div style="padding:3px 0 3px 0;border-top:1px dotted #A9B8C2;border-bottom:1px dotted #A9B8C2;"><!--<s5210>-->Новые фотографии<!--</s>--></div><br /><div id="allEntries"><ul id="uEntriesList" class="allEntriesTable" page="1"><li class="phtTdMain uEntryWrap" prev="0"><div id="entryID166" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/hardchoisememcaptain/5-0-166.html">HardChoiseMemCaptain</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/822700043.jpg%3F1552161631" /></span>
<a href="_ph/5/822700043.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/hardchoisememcaptain/5-0-166" class="ph-link" title="Просмотры: 9 | Размеры: 531x202, 170.9Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2019-02-28</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1603', 'up1603', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Kain</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">9</span>
<a href="photo/jumor/hardchoisememcaptain/5-0-166.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating166">0.0</span>
</span>
<span class="phd-dorating">
<style type="text/css">
.u-star-rating-14 { list-style:none;margin:0px;padding:0px;width:70px;height:14px;position:relative;background: url('.s/img/photopage/rstars.png') top left repeat-x }
.u-star-rating-14 li{ padding:0px;margin:0px;float:left }
.u-star-rating-14 li a { display:block;width:14px;height: 14px;line-height:14px;text-decoration:none;text-indent:-9000px;z-index:20;position:absolute;padding: 0px;overflow:hidden }
.u-star-rating-14 li a:hover { background: url('.s/img/photopage/rstars.png') left center;z-index:2;left:0px;border:none }
.u-star-rating-14 a.u-one-star { left:0px }
.u-star-rating-14 a.u-one-star:hover { width:14px }
.u-star-rating-14 a.u-two-stars { left:14px }
.u-star-rating-14 a.u-two-stars:hover { width:28px }
.u-star-rating-14 a.u-three-stars { left:28px }
.u-star-rating-14 a.u-three-stars:hover { width:42px }
.u-star-rating-14 a.u-four-stars { left:42px }
.u-star-rating-14 a.u-four-stars:hover { width:56px }
.u-star-rating-14 a.u-five-stars { left:56px }
.u-star-rating-14 a.u-five-stars:hover { width:70px }
.u-star-rating-14 li.u-current-rating { top:0 !important; left:0 !important;margin:0 !important;padding:0 !important;outline:none;background: url('.s/img/photopage/rstars.png') left bottom;position: absolute;height:14px !important;line-height:14px !important;display:block;text-indent:-9000px;z-index:1 }
</style><script type="text/javascript">
var usrarids = {};
function ustarrating(id, mark) {
if (!usrarids[id]) {
usrarids[id] = 1;
$(".u-star-li-"+id).hide();
_uPostForm('', {type:'POST', url:'/photo/', data:{'a':'65','id':id,'mark':mark,'mod':'photo','ajax':'2'}});
}
}
</script><ul id="uStarRating166" class="uStarRating166 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating166" id="uCurStarRating166" style="width:0%;"></li>
<li class="u-star-li-166"><a href="photo.html#" onclick="ustarrating('166',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-166"><a href="photo.html#" onclick="ustarrating('166',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-166"><a href="photo.html#" onclick="ustarrating('166',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-166"><a href="photo.html#" onclick="ustarrating('166',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-166"><a href="photo.html#" onclick="ustarrating('166',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID165" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/d_o_2015/1-0-165.html">[D.o.$] - 2015</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/1/1/828398189.jpg%3F1552161631" /></span>
<a href="_ph/1/828398189.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/d_o_2015/1-0-165" class="ph-link" title="Просмотры: 1398 | Размеры: 948x545, 184.9Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2016-01-04</span>
<span class="ph-descr">Xenon, Zork, Vint, Boz, v-D-v</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-217', 'up217', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">v-D-v</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1398</span>
<a href="photo/d_o_2015/1-0-165.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating165">0.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating165" class="uStarRating165 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating165" id="uCurStarRating165" style="width:0%;"></li>
<li class="u-star-li-165"><a href="photo.html#" onclick="ustarrating('165',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-165"><a href="photo.html#" onclick="ustarrating('165',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-165"><a href="photo.html#" onclick="ustarrating('165',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-165"><a href="photo.html#" onclick="ustarrating('165',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-165"><a href="photo.html#" onclick="ustarrating('165',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID164" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/pir/5-0-164.html">Пир</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/568473929.jpg%3F1552161631" /></span>
<a href="_ph/5/2/568473929.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/pir/5-0-164" class="ph-link" title="Просмотры: 1337 | Размеры: 261x126, 3.0Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2015-10-27</span>
<span class="ph-descr">Тайна строительства пирамид раскрыта.</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1635', 'up1635', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">a0000_</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1337</span>
<a href="photo/jumor/pir/5-0-164.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating164">5.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating164" class="uStarRating164 u-star-rating-14" title="Рейтинг: 5.0/2">
<li class="u-current-rating uCurStarRating164" id="uCurStarRating164" style="width:100%;"></li>
<li class="u-star-li-164"><a href="photo.html#" onclick="ustarrating('164',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-164"><a href="photo.html#" onclick="ustarrating('164',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-164"><a href="photo.html#" onclick="ustarrating('164',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-164"><a href="photo.html#" onclick="ustarrating('164',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-164"><a href="photo.html#" onclick="ustarrating('164',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID163" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/14/1-0-163.html">14</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/1/1/991881082.jpg%3F1552161631" /></span>
<a href="_ph/1/991881082.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/14/1-0-163" class="ph-link" title="Просмотры: 1411 | Размеры: 607x468, 226.7Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2015-07-23</span>
<span class="ph-descr">Кругом обман.</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1682', 'up1682', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">megarchi</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1411</span>
<a href="photo/14/1-0-163.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating163">0.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating163" class="uStarRating163 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating163" id="uCurStarRating163" style="width:0%;"></li>
<li class="u-star-li-163"><a href="photo.html#" onclick="ustarrating('163',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-163"><a href="photo.html#" onclick="ustarrating('163',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-163"><a href="photo.html#" onclick="ustarrating('163',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-163"><a href="photo.html#" onclick="ustarrating('163',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-163"><a href="photo.html#" onclick="ustarrating('163',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID162" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/dosy_soobrazili_ktf_na_troikh/1-0-162.html">ДОСы сообразили ктф на троих</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/1/1/191799385.jpg%3F1552161631" /></span>
<a href="_ph/1/191799385.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/dosy_soobrazili_ktf_na_troikh/1-0-162" class="ph-link" title="Просмотры: 3101 | Размеры: 1600x1200, 195.9Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2014-05-07</span>
<span class="ph-descr">В гостях у боза Алехей и Хенон. Жестокая заруба ктф в онлайн режиме. И да, Алехей всегда играет в маленьком окне.</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1631', 'up1631', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Bozon</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">3101</span>
<a href="photo/dosy_soobrazili_ktf_na_troikh/1-0-162.html#comments" class="phd-comments">2</a>
<span class="phd-rating">
<span id="entRating162">3.5</span>
</span>
<span class="phd-dorating"><ul id="uStarRating162" class="uStarRating162 u-star-rating-14" title="Рейтинг: 3.5/2">
<li class="u-current-rating uCurStarRating162" id="uCurStarRating162" style="width:70%;"></li>
<li class="u-star-li-162"><a href="photo.html#" onclick="ustarrating('162',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-162"><a href="photo.html#" onclick="ustarrating('162',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-162"><a href="photo.html#" onclick="ustarrating('162',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-162"><a href="photo.html#" onclick="ustarrating('162',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-162"><a href="photo.html#" onclick="ustarrating('162',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID161" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/nfcomix_26/5-0-161.html">NFcomix #26</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/549490656.jpg%3F1552161631" /></span>
<a href="_ph/5/549490656.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/nfcomix_26/5-0-161" class="ph-link" title="Просмотры: 2311 | Размеры: 604x540, 130.0Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2014-03-12</span>
<span class="ph-descr">oops.</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-217', 'up217', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">v-D-v</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">2311</span>
<a href="photo/jumor/nfcomix_26/5-0-161.html#comments" class="phd-comments">2</a>
<span class="phd-rating">
<span id="entRating161">4.3</span>
</span>
<span class="phd-dorating"><ul id="uStarRating161" class="uStarRating161 u-star-rating-14" title="Рейтинг: 4.3/3">
<li class="u-current-rating uCurStarRating161" id="uCurStarRating161" style="width:86%;"></li>
<li class="u-star-li-161"><a href="photo.html#" onclick="ustarrating('161',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-161"><a href="photo.html#" onclick="ustarrating('161',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-161"><a href="photo.html#" onclick="ustarrating('161',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-161"><a href="photo.html#" onclick="ustarrating('161',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-161"><a href="photo.html#" onclick="ustarrating('161',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID159" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/nfcomix_25/5-0-159.html">NFcomix #25</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/858984768.jpg%3F1552161631" /></span>
<a href="_ph/5/858984768.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/nfcomix_25/5-0-159" class="ph-link" title="Просмотры: 1846 | Размеры: 816x603, 146.5Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-07-17</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1601', 'up1601', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">lRke</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1846</span>
<a href="photo/jumor/nfcomix_25/5-0-159.html#comments" class="phd-comments">4</a>
<span class="phd-rating">
<span id="entRating159">5.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating159" class="uStarRating159 u-star-rating-14" title="Рейтинг: 5.0/3">
<li class="u-current-rating uCurStarRating159" id="uCurStarRating159" style="width:100%;"></li>
<li class="u-star-li-159"><a href="photo.html#" onclick="ustarrating('159',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-159"><a href="photo.html#" onclick="ustarrating('159',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-159"><a href="photo.html#" onclick="ustarrating('159',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-159"><a href="photo.html#" onclick="ustarrating('159',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-159"><a href="photo.html#" onclick="ustarrating('159',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID158" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/nfcomix_24/5-0-158.html">NFcomix #24</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/623225167.jpg%3F1552161631" /></span>
<a href="_ph/5/623225167.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/nfcomix_24/5-0-158" class="ph-link" title="Просмотры: 1710 | Размеры: 583x732, 880.4Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-07-14</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1603', 'up1603', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Kain</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1710</span>
<a href="photo/jumor/nfcomix_24/5-0-158.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating158">5.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating158" class="uStarRating158 u-star-rating-14" title="Рейтинг: 5.0/2">
<li class="u-current-rating uCurStarRating158" id="uCurStarRating158" style="width:100%;"></li>
<li class="u-star-li-158"><a href="photo.html#" onclick="ustarrating('158',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-158"><a href="photo.html#" onclick="ustarrating('158',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-158"><a href="photo.html#" onclick="ustarrating('158',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-158"><a href="photo.html#" onclick="ustarrating('158',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-158"><a href="photo.html#" onclick="ustarrating('158',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID157" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/jumor/nfcomix_23/5-0-157.html">NFcomix #23</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/5/1/682875302.jpg%3F1552161631" /></span>
<a href="_ph/5/682875302.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/jumor/nfcomix_23/5-0-157" class="ph-link" title="Просмотры: 1534 | Размеры: 1088x800, 1054.8Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-07-14</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1603', 'up1603', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Kain</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1534</span>
<a href="photo/jumor/nfcomix_23/5-0-157.html#comments" class="phd-comments">1</a>
<span class="phd-rating">
<span id="entRating157">5.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating157" class="uStarRating157 u-star-rating-14" title="Рейтинг: 5.0/2">
<li class="u-current-rating uCurStarRating157" id="uCurStarRating157" style="width:100%;"></li>
<li class="u-star-li-157"><a href="photo.html#" onclick="ustarrating('157',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-157"><a href="photo.html#" onclick="ustarrating('157',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-157"><a href="photo.html#" onclick="ustarrating('157',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-157"><a href="photo.html#" onclick="ustarrating('157',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-157"><a href="photo.html#" onclick="ustarrating('157',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID156" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/quot_kak_v_detstve_quot/1-0-156.html">"Как в детстве"</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/1/1/318258362.jpg%3F1552161631" /></span>
<a href="_ph/1/318258362.jpg" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/quot_kak_v_detstve_quot/1-0-156" class="ph-link" title="Просмотры: 1185 | Размеры: 768x1095, 159.8Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-06-15</span>
<span class="ph-descr">А это - Я</span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1751', 'up1751', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">WS_law</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">1185</span>
<a href="photo/quot_kak_v_detstve_quot/1-0-156.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating156">0.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating156" class="uStarRating156 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating156" id="uCurStarRating156" style="width:0%;"></li>
<li class="u-star-li-156"><a href="photo.html#" onclick="ustarrating('156',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-156"><a href="photo.html#" onclick="ustarrating('156',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-156"><a href="photo.html#" onclick="ustarrating('156',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-156"><a href="photo.html#" onclick="ustarrating('156',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-156"><a href="photo.html#" onclick="ustarrating('156',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap"><div id="entryID155" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/art/need_for_kill_03/3-0-155.html">Need for Kill 03</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/3/1/957182098.jpg%3F1552161631" /></span>
<a href="_ph/3/957182098.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/art/need_for_kill_03/3-0-155" class="ph-link" title="Просмотры: 964 | Размеры: 852x480, 1600.6Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-04-21</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1603', 'up1603', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Kain</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">964</span>
<a href="photo/art/need_for_kill_03/3-0-155.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating155">0.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating155" class="uStarRating155 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating155" id="uCurStarRating155" style="width:0%;"></li>
<li class="u-star-li-155"><a href="photo.html#" onclick="ustarrating('155',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-155"><a href="photo.html#" onclick="ustarrating('155',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-155"><a href="photo.html#" onclick="ustarrating('155',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-155"><a href="photo.html#" onclick="ustarrating('155',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-155"><a href="photo.html#" onclick="ustarrating('155',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li><li class="phtTdMain uEntryWrap" next="2"><div id="entryID154" class="entryBlock"><span class="uphoto">
<span class="photo-title"><a href="photo/art/need_for_kill_02/3-0-154.html">Need for Kill 02</a></span>
<span class="photo-block">
<span class="ph-wrap">
<span class="ph-tc"><img style="padding:0;border:0;" src="_ph/3/1/549482610.jpg%3F1552161631" /></span>
<a href="_ph/3/549482610.png" class="ulightbox ph-link" data-fancybox="ultbx" data-fancybox-group="ultbx" data-url="/photo/art/need_for_kill_02/3-0-154" class="ph-link" title="Просмотры: 890 | Размеры: 852x480, 1600.6Kb">
<span class="ph-tc">
<span class="ph-data">
<span class="ph-date">2013-04-21</span>
<span class="ph-descr"></span>
<span class="ph-author" href="javascript://" rel="nofollow" onclick="window.open('/index/8-1603', 'up1603', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;">Kain</span>
</span>
</span>
</a>
</span>
<span class="ph-details ph-js-details">
<span class="phd-views">890</span>
<a href="photo/art/need_for_kill_02/3-0-154.html#comments" class="phd-comments">0</a>
<span class="phd-rating">
<span id="entRating154">0.0</span>
</span>
<span class="phd-dorating"><ul id="uStarRating154" class="uStarRating154 u-star-rating-14" title="Рейтинг: 0.0/0">
<li class="u-current-rating uCurStarRating154" id="uCurStarRating154" style="width:0%;"></li>
<li class="u-star-li-154"><a href="photo.html#" onclick="ustarrating('154',1);return false;" class="u-one-star">1</a></li>
<li class="u-star-li-154"><a href="photo.html#" onclick="ustarrating('154',2);return false;" class="u-two-stars">2</a></li>
<li class="u-star-li-154"><a href="photo.html#" onclick="ustarrating('154',3);return false;" class="u-three-stars">3</a></li>
<li class="u-star-li-154"><a href="photo.html#" onclick="ustarrating('154',4);return false;" class="u-four-stars">4</a></li>
<li class="u-star-li-154"><a href="photo.html#" onclick="ustarrating('154',5);return false;" class="u-five-stars">5</a></li></ul></span>
</span>
</span>
</span></div></li></ul></div>
<script type="text/javascript">
function getPhotoVars(){
return {
currentPage: 1,
pageUrlMask: "/photo/"+"0-%p-0-0-0-0-0-%a",
photoIds: {"2":null,"6":null,"4":null,"10":null,"1":[166,165,164,163,162,161,159,158,157,156,155,154],"3":null,"9":null,"7":null,"5":null,"11":null,"8":null},
photoUrls: {"1":[[166,"/_ph/5/822700043.png"],[165,"/_ph/1/828398189.jpg"],[164,"/_ph/5/2/568473929.png"],[163,"/_ph/1/991881082.jpg"],[162,"/_ph/1/191799385.jpg"],[161,"/_ph/5/549490656.jpg"],[159,"/_ph/5/858984768.jpg"],[158,"/_ph/5/623225167.png"],[157,"/_ph/5/682875302.png"],[156,"/_ph/1/318258362.jpg"],[155,"/_ph/3/957182098.png"],[154,"/_ph/3/549482610.png"]],"3":null,"9":null,"7":null,"5":null,"11":null,"8":null,"2":null,"6":null,"4":null,"10":null}
};
}
function checkPhotoPosition(urls,url){
var r;
$.each(urls,function(p,i){
if(i){
if(i[0][1] == url){
r = [-1,p];
return;
} else if(i[i.length-1][1] == url){
r = [1,p];
return;
}
}
});
return r;
}
window.photo.photoVars = getPhotoVars();
</script>
<hr/><div style="margin: 5px 0;text-align: center;"><span class="pagesBlockuz2"><b class="swchItemA1"><span>1-12</span></b> <a class="swchItem1" href="photo/index.html%3Fpage2.html"><span>13-24</span></a> <a class="swchItem1" href="photo/index.html%3Fpage3.html"><span>25-36</span></a> <span class="swchItemDots"><span>...</span></span> <a class="swchItem1" href="photo/index.html%3Fpage10.html"><span>109-120</span></a> <a class="swchItem1" href="photo/index.html%3Fpage11.html"><span>121-127</span></a> </span></div><!-- </body> -->
</section>
</div>
</div>
</div>
<div class="part-r">
<div class="part-i">
<aside>
<div id="sidebar">
<!--U1CLEFTER1Z-->
<!-- <block1> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5158>-->Форма входа<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><div id="uidLogForm" align="center"><a href="javascript://" onclick="window.open('https://login.uid.me/?site=6pff&ref='+escape(location.protocol + '//' + ('needforkill.ru' || location.hostname) + location.pathname + ((location.hash ? ( location.search ? location.search + '&' : '?' ) + 'rnd=' + Date.now() + location.hash : ( location.search || '' )))),'uidLoginWnd','width=580,height=450,resizable=yes,titlebar=yes');return false;" class="login-with uid" title="Войти через uID" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('vkontakte');" class="login-with vkontakte" title="Войти через ВКонтакте" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('ok');" class="login-with ok" title="Войти через Одноклассники" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('facebook');" class="login-with facebook" title="Войти через Facebook" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('yandex');" class="login-with yandex" title="Войти через Яндекс" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('google');" class="login-with google" title="Войти через Google" rel="nofollow"><i></i></a><a href="javascript://" onclick="return uSocialLogin('twitter');" class="login-with twitter" title="Войти через Twitter" rel="nofollow"><i></i></a></div><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block1> -->
<!-- <block2> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5351>-->Категории раздела<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><table border="0" cellspacing="1" cellpadding="0" width="100%" class="catsTable"><tr><td style="width:100%" class="catsTd" valign="top" id="cid1"><a href="photo/1.html" class="catName">Игроки в NFK</a> <span class="catNumData" style="unicode-bidi:embed;">[27]</span></td></tr><tr><td style="width:100%" class="catsTd" valign="top" id="cid2"><a href="photo/2.html" class="catName">Другое</a> <span class="catNumData" style="unicode-bidi:embed;">[6]</span></td></tr><tr><td style="width:100%" class="catsTd" valign="top" id="cid3"><a href="photo/art/3.html" class="catName">Art</a> <span class="catNumData" style="unicode-bidi:embed;">[34]</span></td></tr><tr><td style="width:100%" class="catsTd" valign="top" id="cid4"><a href="photo/msk_lan_2011/4.html" class="catName">MSK LAN 2011</a> <span class="catNumData" style="unicode-bidi:embed;">[5]</span></td></tr><tr><td style="width:100%" class="catsTd" valign="top" id="cid5"><a href="photo/jumor/5.html" class="catName">Юмор</a> <span class="catNumData" style="unicode-bidi:embed;">[55]</span></td></tr></table><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block2> -->
<!-- <block13> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> --><!--<s5441>-->Видео<!--</s>--><!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><link type="text/css" rel="StyleSheet" href="_st/video.css" /><div class="v-entry"> <h4 class="ve-title"> <a href="video/vip/17/stream12.html">Stream #12 Dos Party X ...</a></h4> <div class="ve-screen" title="Stream #12 Dos Party X Final" style="background-image: url(http://i.ytimg.com/vi/M5asb3xZULU/hqdefault.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.ytimg.com/vi/M5asb3xZULU/hqdefault.jpg',sizingMethod='scale');"><a href="video/vip/17/stream12.html"></a><div class="ve-length">00:34:56</div></div> </div><div class="v-entry"> <h4 class="ve-title"> <a href="video/vip/16/stream11.html">Stream #11 Dos Party X ...</a></h4> <div class="ve-screen" title="Stream #11 Dos Party X 3rd place Match" style="background-image: url(http://i.ytimg.com/vi/u8aj9bS3ae4/hqdefault.jpg);filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://i.ytimg.com/vi/u8aj9bS3ae4/hqdefault.jpg',sizingMethod='scale');"><a href="video/vip/16/stream11.html"></a><div class="ve-length">00:12:45</div></div> </div><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block13> -->
<!-- <block4> -->
<!-- </block4> -->
<!-- <block12> -->
<div class="sidebox"><div class="sidetitle"><span><!-- <bt> -->Комментарии<!-- </bt> --></span></div>
<div class="inner">
<!-- <bc> --><div class="cBlock1">[<b><a href="load/need_for_kill_0_77/22-1-0-494.html">Need For Kill 0.77</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1725', 'up1725', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="HarpyWar" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>HarpyWar</b></a>: Актуальные ссылки на игру <a class="link" target="_blank" href="http://nfk.harpywar.com" rel="nofoll<!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: про статистику вижу. Но она видимо не работает т к не считает даже игроков что были на планете. А да<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Да какие тут геймеры, одни прогеры остались.</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Discord сейчас популярен именно среди геймеров (по сути стал де-факто стандартом для игровых коммуни<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Голосую за Telegram. И пришлите мне кто-нибудь пароль от S^2_Pozitron, а то капча не работает, ни во<!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Ну мы не сидим в одних местах, оттого и не знаешь. <br /> Статистику после смерти pro2d.ru подняли н<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: Роки какой новый сайт почему даже я не в курсе ??? )))</div><br><div class="cBlock2">[<b><a href="load/need_for_kill_0_77/22-1-0-494.html">Need For Kill 0.77</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1839', 'up1839', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="lisakov57" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>lisakov57</b></a>: Не очень актуальные, с серверов cleanvoice выбрасывает (custom dll), и адрес планеты прописан старый<!-- -->...</div><br><div class="cBlock1">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1879', 'up1879', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="rocky@needforkillru" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>rocky@needforkillru</b></a>: Судя по всему, статистика на новый сайт не отсылается. Или это значит, что за полгода никто ни разу <!-- -->...</div><br><div class="cBlock2">[<b><a href="news/test/2017-12-22-308.html">Проблемки</a></b>] <a href="javascript://" rel="nofollow" onclick="window.open('/index/8-1796', 'up1796', 'scrollbars=1,top=0,left=0,resizable=1,width=700,height=375'); return false;" title="xbitnik" rel="nofollow"><img alt="" src="http://s1.ucoz.net/img/icon/profile.png" width="13" border="0" style="vertical-align:-2px"/> <b>xbitnik</b></a>: Нужно перерисовать архитектуруу нескольких карт из игры Brain Out, в точности имеется ввиду только а<!-- -->...</div><br><!-- </bc> -->
</div>
<div class="clr"></div>
</div>
<!-- </block12> -->
<!-- <block9> -->
<!-- </block9> -->
<!-- <block8> -->
<!-- </block8> -->
<!--/U1CLEFTER1Z-->
</div>
</aside>
</div>
</div>
<!-- </middle> -->
<div class="clr"></div>
</div>
</div>
<!--U1BOTTOM1Z-->
<!--/U1BOTTOM1Z-->
<!--U1BFOOTER1Z-->
<footer>
<div id="footer">
<div class="wrapper">
<div class="foot-i">
<!-- <copy> -->Copyright NFK players © 2006 - 2019<!-- </copy> --> | <!-- "' --><span class="pbZD16WI">Используются технологии <a href="https://www.ucoz.ru/"><b>uCoz</b></a></span>
</div>
</div>
</div>
</footer>
<!--/U1BFOOTER1Z-->
<script type="text/javascript" src=".s/t/1101/template.min.js"></script>
<div style="display:none">
</div>
</body>
</html>
<!-- 0.10128 (s1) -->