<!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="ru" lang="ru" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>%CHAT('NAME')%</title>
<meta name="Description" content="%CHAT('DESCRIPTION')%">
<meta name="Keywords" content="%CHAT('KEYWORDS')%">
<meta name="language" content="rus,russian">
<meta name="robots" content="all,index">
<meta name="author" content="Doker">
<meta http-equiv="content-language" content="Russian">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link ilo-full-src="http://start-pages.3dn.ru/1/452.gif" rel="shortcut icon" href="http://start-pages.3dn.ru/1/452.gif" type="image/x-icon">
<style type="text/css" media="all">
/*
** HTML elements
*/
fieldset {
margin-bottom: 1em;
padding: .5em;
}
form {
margin: 0;
padding: 0;
}
hr {
height: 1px;
border: 1px solid gray;
}
img {
border: 0;
}
table {
border-collapse: collapse;
}
th {
text-align: left; /* LTR */
padding-right: 1em; /* LTR */
border-bottom: 3px solid #ccc;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear-block {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
height: 1%;
}
.clear-block {
display: block;
}
/* End hide from IE-mac */
/* $Id: nice_menus.css,v 1.27.2.1 2008/07/11 16:05:10 add1sun Exp $ */
/*
This file contains the basic logic for nice menus, and should not be
edited. To customize the menus, it's recommended to create a custom CSS
file using nice_menus_default.css as a template, then configure the module
to use your custom CSS file (this is done in the global settings tab of
the theme administration.)
*/
/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
line-height: normal;
z-index: 10;
}
ul.nice-menu,
ul.nice-menu ul {
z-index: 5;
position: relative;
}
ul.nice-menu li {
position: relative;
}
ul.nice-menu a {
display: block;
}
ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
position: absolute;
visibility: hidden;
}
ul.nice-menu li.over ul {
visibility: visible;
}
ul.nice-menu ul li {
display: block;
}
ul.nice-menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
visibility: visible;
}
/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
visibility: hidden;
}
/***************
IE 6 Fixes
***************/
/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
overflow: visible !important;
/* overflow: hidden; */
}
ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
display: none;
display/**/: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 20px;
height: 20px;
}
/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 add1sun Exp $ */
/*
This is the default layout template for nice menus, and will provide
a starting point for the look of your menus. To customize, it's
recommended to create a custom CSS file using this file as a template,
then configure the module to use your custom CSS file
(this is done in the global settings tab of the theme administration.)
To help understand the CSS, the HTML looks like this, where
x is a number;
TYPE is down/left/right;
PATH is the menu path such as node/343;
MID is the menu id such as 33):
<ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
<li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
<li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
<ul...><li...>...</li>
</ul>
</li>
...
</ul>
If you have more than one nice-menu and want to target a particular one,
use its id (e.g. ul#nice-menu-2).
See README.txt and the handbook page (http://drupal.org/node/185543)
for some CSS customization examples.
*/
/******************************
Global CSS for ALL menu types
******************************/
ul.nice-menu,
ul.nice-menu ul {
list-style: none;
padding: 0;
margin: 0;
border-top: 1px solid #ccc;
}
ul.nice-menu li {
border: 1px solid #ccc;
border-top: 0;
float: left;
background-color: #eee;
/* Additional overrides to deal with Garland theme. */
margin: 0;
padding-left: 0;
background-image: none;
}
/* Overrides for Garland header. */
#header-region ul.nice-menu li {
margin: 0;
/* Padding rules are needed to deal with Garland's header line-height. */
padding-top: 0.1em;
padding-bottom: 0.1em;
background: #eee;
}
ul.nice-menu a {
padding: 0.3em 5px 0.3em 5px;
}
ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
top: 1.8em;
left: -1px;
border: 0;
border-top: 1px solid #ccc;
margin-right: 0;
}
/* Override for Garland header. */
#header-region ul.nice-menu ul {
top: 1.7em;
}
ul.nice-menu ul li {
width: 12.5em;
}
/******************************
VERTICAL (left/right) menus
******************************/
/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
width: 12.5em;
}
/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
width: 12.5em;
left: 12.5em;
top: -1px;
}
ul.nice-menu-right ul ul {
width: 12.5em;
left: 12.5em;
top: -1px;
}
ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
background: #eee url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
background: #ccc url(arrow-right.png) right center no-repeat;
}
/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
width: 12.5em;
left: -12.65em;
top: -1px;
}
ul.nice-menu-left li ul li ul {
width: 12.5em;
left: -12.65em;
top: -1px;
}
ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
background: #eee url(arrow-left.png) left center no-repeat;
}
ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
background: #ccc url(arrow-left.png) left center no-repeat;
}
ul.nice-menu-left a, ul.nice-menu-left ul a {
padding-left: 14px;
}
/******************************
HORIZONTAL (down) menus
******************************/
ul.nice-menu-down {
float: left;
border: 0;
}
ul.nice-menu-down li {
border-top: 1px solid #ccc;
}
ul.nice-menu-down li li {
border-top: 0;
}
ul.nice-menu-down ul {
left: 0;
}
ul.nice-menu-down ul li {
clear: both;
}
ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
left: 12.5em;
top: -1px;
}
ul.nice-menu-down .menuparent a {
padding-right: 15px;
}
ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
background: #eee url(arrow-down.png) right center no-repeat;
}
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
background: #ccc url(arrow-down.png) right center no-repeat;
}
ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
background: #eee url(arrow-right.png) right center no-repeat;
}
ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
background: #ccc url(arrow-right.png) right center no-repeat;
}
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */
/**
* Garland, for Drupal 6.x
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
* modifying this file.
*/
/**
* Generic elements
*/
@font-face {
font-family: 'AndantinoscriptRegular';
src: url('http://start-pages.3dn.ru/vampires/fonts/andantino_script-webfont.eot');
src: local('O'), url('http://start-pages.3dn.ru/vampires/fonts/andantino_script-webfont.woff') format('woff'), url('http://start-pages.3dn.ru/vampires/fonts/andantino_script-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadProRegular';
src: url('http://start-pages.3dn.ru/vampires/fonts2/myriadpro-regular-webfont.eot');
src: local('O'), url('http://start-pages.3dn.ru/vampires/fonts2/myriadpro-regular-webfont.woff') format('woff'), url('http://start-pages.3dn.ru/vampires/fonts2/myriadpro-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadProSemiExtended';
src: url('http://start-pages.3dn.ru/vampires/fonts3/myriadpro-semiext-webfont.eot');
src: local('O'), url('http://start-pages.3dn.ru/vampires/fonts3/myriadpro-semiext-webfont.woff') format('woff'), url('http://start-pages.3dn.ru/vampires/fonts3/myriadpro-semiext-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html, body {
height: 100%;
}
body {
margin: 0;
padding: 0;
background: #000;
font: 12px/170% Tahoma, sans-serif;
color: #b8ad8f;
}
input {
font: 12px/100% Verdana, sans-serif;
color: #494949;
}
textarea, select {
font: 12px/160% Verdana, sans-serif;
color: #494949;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-family: 'AndantinoscriptRegular';
color: #e4d9ac;
}
h1 {
font-size: 36px;
line-height: 40px;
}
h2 {
font-family: 'AndantinoscriptRegular';
font-size: 26px;
line-height: 40px;
}
h2.h2bg
{
background: url(http://start-pages.3dn.ru/vampires/img/h2bg.png) no-repeat left bottom;
padding-bottom: 10px;
margin-bottom: 10px;
}
h3 {
font-size: 140%;
line-height: 14px;
}
h4 {
font-size: 130%;
}
h5 {
font-size: 120%;
}
h6 {
font-size: 110%;
}
ul, quote, code, fieldset {
margin: .5em 0;
}
p {
margin: 0.6em 0 1.2em;
padding: 0;
}
.view-portfolio h3 a
{
font-family: 'AndantinoscriptRegular';
font-size: 26px;
line-height: 30px;
color: #e4d9ac;
text-decoration: none;
}
.view-portfolio h3 a:hover
{
text-decoration: none;
color: #c4ac72;
}
.nodealbumcategory h3
{
text-align: center;
font-family: 'MyriadProSemiExtended';
}
.node h3 a,
.nodealbumcategory h3 a
{
color: #a894c4;
font-size: 12px;
font-family: 'MyriadProSemiExtended';
text-decoration: underline;
letter-spacing: 1px;
}
a:link, a:visited {
color: #6a2ebc;
text-decoration: none;
}
a:hover {
color: #6a2ebc;
text-decoration: underline;
}
a:active, a.active {
color: #6a2ebc;
}
hr {
margin: 0;
padding: 0;
border: none;
height: 1px;
background: #5294c1;
}
ul {
margin: 0.5em 0 1em;
padding: 0;
}
ol {
margin: 0.75em 0 1.25em;
padding: 0;
}
img, a img {
border: none;
}
table {
margin: 1em 0;
width: 100%;
}
thead th {
border-bottom: 2px solid #d3e7f4;
color: #494949;
font-weight: bold;
}
th a:link, th a:visited {
color: #6f9dbd;
}
td, th {
padding: .3em .5em;
}
/**
* Layout
*/
#header-region {
min-height: 60px;
}
#wrapper {
background: url(http://start-pages.3dn.ru/vampires/img/leftfon2.jpg) no-repeat left top;
min-height: 100%;
position: relative;
overflow: hidden;
}
#wrapper #container {
margin: 0;
padding: 0 10px 60px 0;
max-width: 1400px;
min-width: 1100px;
}
#wrapper #container #header {
height: 80px;
}
#wrapper #container #header #logo-floater {
float: right;
}
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
line-height: 120px;
position: relative;
z-index: 2;
white-space: nowrap;
}
#wrapper #container #header h1 span {
font-weight: bold;
}
#wrapper #container #header h1 img {
padding-top: 14px;
padding-right: 20px; /* LTR */
float: left; /* LTR */
}
/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
float: left;
width: 100%;
}
/* So we move the #center container over the sidebars to compensate */
#center {
margin-left: -45%;
}
body.sidebars #center {
margin: 0 0 0 -45%;
}
/* And add blanks left and right for the sidebars to fill */
#squeeze {
float: right;
width: 630px;
}
body.sidebars #squeeze {
margin: 0 0 0 45%;
}
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
margin: 0 0 5em;
width: 45%;
float: left;
z-index: 2;
position: relative;
}
#wrapper #container .sidebar .block {
margin: 0 0 1.5em 0;
}
#sidebar-left
{
}
#sidebar-left .block {
padding: 0 15px 0 0px;
}
#sidebar-right .block {
padding: 0 0px 0 15px;
}
.block .content {
margin: 0.5em 0;
}
#sidebar-left .block-region {
margin: 0 15px 0 0px; /* LTR */
}
#sidebar-right .block-region {
margin: 0 0px 0 15px; /* LTR */
}
.block-region {
padding: 1em;
background: transparent;
border: 2px dashed #b4d7f0;
text-align: center;
font-size: 1.3em;
}
/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
position: relative;
}
#wrapper #container #center .center-corner
{
background: url(http://start-pages.3dn.ru/vampires/img/center_bg.png);
}
#wrapper #container #center .top-corner
{
background: url(http://start-pages.3dn.ru/vampires/img/center_bordertop.png) repeat-x left top;
}
#wrapper #container #center .bottom-corner
{
background: url(http://start-pages.3dn.ru/vampires/img/center_bordertop.png) repeat-x left bottom;
}
#wrapper #container #center .right-corner {
background: url(http://start-pages.3dn.ru/vampires/img/center_borderleft.png) repeat-y right top;
}
#wrapper #container #center .left-corner {
padding: 15px 25px;
min-height: 400px;
background: url(http://start-pages.3dn.ru/vampires/img/center_borderleft.png) repeat-y left top;
}
#wrapper #container .breadcrumb {
position: absolute;
top: 15px;
left: 35px; /* LTR */
z-index: 3;
}
/*MENU*/
#block-nice_menus-1
{
}
#block-nice_menus-1 ul.nice-menu, #block-nice_menus-1 ul.nice-menu ul
{
border: none;
border-top: 2px solid #6e6e6f;
}
#block-nice_menus-1 ul.nice-menu li,
#block-nice_menus-1 ul.nice-menu-down li.menuparent
{
background: #141414;
width: 155px;
display: block;
text-align: center;
border:1px solid #000;
border-top: none;
}
#block-nice_menus-1 ul.nice-menu li:hover,
#block-nice_menus-1 ul.nice-menu-down li.menuparent:hover
{
background: #141414 url(http://start-pages.3dn.ru/vampires/img/menu_lih.png) no-repeat;
}
#block-nice_menus-1 ul.nice-menu li a
{
font-family: 'AndantinoscriptRegular';
font-size: 24px;
color: #f8f4cb;
text-shadow: #000 0px 1px 3px;
}
#block-nice_menus-1 ul.nice-menu li a:hover
{
text-decoration: none;
}
#block-nice_menus-1 .nice-menu .menuparent ul
{
top: 45px;
border: none;
background: url(http://start-pages.3dn.ru/vampires/img/menu_ulul.png) no-repeat center top;
width: 156px;
}
#block-nice_menus-1 .nice-menu .menuparent li
{
border: none;
background: url(http://start-pages.3dn.ru/vampires/img/menu_lili.png) no-repeat center bottom;
width: 156px;
}
#block-nice_menus-1 .nice-menu .menuparent li:hover
{
background: url(http://start-pages.3dn.ru/vampires/img/menu_lili.png) no-repeat center bottom;
}
#block-nice_menus-1 .nice-menu .menuparent li a
{
color: #c9b37a;
font-family: 'MyriadProRegular';
font-size: 12px;
line-height: 20px;
letter-spacing: 0.2px;
padding: 0 5px;
}
#block-nice_menus-1 .nice-menu .menuparent li a:hover
{
text-decoration: none;
color: #9e89bd;
}
/*Gallery*/
.item-list .galleria li
{
border: 1px solid #1d1d1d;
width: 76px;
height: 70px;
}
.item-list .galleria li:hover
{
border: 1px solid #ffaa17;
}
#galleria-content #main-image
{
float: right;
}
.nodealbumcategory
{
float: left;
margin: 20px 15px;
}
.galleria-nav
{
color: black;
}
.galleria-nav a
{display: none;}
.view-portfolio tr
{
display: none;
}
.view-portfolio tr.row-1
{
display: block;
}
/*CONTACT BLOCK*/
#block-block-1
{
margin-top: 30px;
margin-bottom: 18px;
}
/*FOOTER*/
#wrapper #footer {
float: none;
clear: both;
text-align: center;
margin: 0;
color: #898989;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -175px;
}
#footer p
{
margin: 0;
font-size: 14px;
font-family: Tahoma, sans-serif;
}
#footer .nti a
{
color: #4b3f18;
font-family: Verdana, sans-serif;
font-size: 14px;
text-decoration: underline;
cursor: pointer;
background: url(http://start-pages.3dn.ru/vampires/img/nti.png) no-repeat left top;
padding-left: 8px;
}
#footer .nti a:hover
{
color: #ccaa40;
background: url(http://start-pages.3dn.ru/vampires/img/ntih.png) no-repeat left top;
}
</style>
</script>
</head>
<body>
<div id="wrapper">
<div id="container" class="clear-block">
<div id="sidebar-left" class="sidebar">
<div id="header">
<div id="logo-floater">
<h1><a href="/" title=""><object type="application/x-shockwave-flash" height="200" width="500" data="http://agitki.ru/_ld/8/877_91_843_banner.swf"><param name="movie" value="http://agitki.ru/_ld/8/877_91_843_banner.swf" /><param name="wmode" value="transparent" /><param name="flashvars" value="&in_title=%CHAT('NAME')%&" /></object></a></h1> </div>
</div> <!-- /header -->
</div>
<div id="center"><div id="squeeze">
<div id="header-region" class="clear-block"><div id="block-nice_menus-1" class="clear-block block block-nice_menus">
<div class="content"><ul class="nice-menu nice-menu-down" id="nice-menu-1"><li id="menu-2" class="menu-path-node-1"><a href="/people/list" title="Люди" class="active">Люди</a></li>
<li id="menu-2" class="menu-path-node-2"><a href="/whowas" title="Кто был">Кто был</a></li>
<li id="menu-3" class="menu-path-contact-3"><a href="/rules" title="Правила">Правила</a></li>
<li id="menu-4" class="menu-path-node-4"><a href="#" title="Форум">Форум</a></li>
</ul>
</div>
</div>
<div id="block-block-1" class="clear-block block block-block">
<div class="content"><p><form name=login method=post action="/">
<input type=hidden name=sess>
<div id="header-region" class="clear-block"><div id="block-nice_menus-1" class=" ">
<ul class="nice-menu nice-menu-down" id="nice-menu-1"><li id="menu-2" class="menu-path-node-1"><a href="/people/form" title="Регистрация" class="active">Регистрация</a></li> <li id="menu-4" class="menu-path-node-4"><a href="/people/lost" title="Забыл пароль">Забыл пароль</a></li></ul>
</div></div>
<div class="hp7"><input name=nick size=21>
<input type=submit value="Вход">
<input name=pass type=password size=21>
</form>
<script src=/js/login.jsa></script>
<script src=/js/md5.js></script></Center> </p>
</div>
</div>
</div>
<div id="block-block-1" class="clear-block block block-block">
<div class="center-corner">
<div class="top-corner">
<div class="bottom-corner">
<div class="right-corner">
<div class="left-corner">
<h2 class="h2bg">Добро Пожаловать в наш чат </h2>
<div class="clear-block">
<div id="node-1" class="node">
<div class="content clear-block">
<h3>Наш чат знакомств и общения не требует обязательной регистрации. Мы рады и постояльцам и гостям. <br>В чате Вы можете разнообразно провести время, познакомиться с людьми разных интересов, культур, взглядов, разных национальностей из множества городов по всему миру. И совсем неважно,сколько вам лет, для общения нет возрастных границ. <br>Друзья,встретившиеся у нас,продолжают общаться и реально,организовывая чатовки. <br>Возможно, наш виртуальный домик станет вашим любимым местом досуга, мы будем только рады. <br>Заходите к нам, общайтесь, знакомтесь! Надеемся,вы не будете скучать и приятно проведёте у нас время!</h3>
<h2>ТОП - 10</h2>
</p>
%PATTERN_MESS<<<END
<tr>
<td align="right">%NUM%. </td>
<td nowrap="nowrap" align="left"><a href="/people/info?profile=%PROFILE%" target="_blank">%NICK%</a></td>
<td style="text-align: center;">%COUNT1%</td>
<td style="text-align: center;">%COUNT2%</td>
</tr>
END%
%PATTERN_TIME<<<END
<tr>
<td align="right">%NUM%. </td>
<td nowrap="nowrap" align="left"><a href="/people/info?profile=%PROFILE%" target="_blank">%NICK%</a></td>
<td align="left"><script type="text/javascript">document.write(Math.round(%TIME%/3600));</script> часов</td>
</tr>
END%
<table id="tops">
<tr>
<td id="tops_td">
<table width="100%" align="center" cellspacing="0" cellpadding="0">
<tr><th id="td_th" colspan=5>Самые болтливые в этом месяце</th></tr>
<tr class=th><th><th align="left">Ник</th><th>Пуб/фраз</th><th>Лич/фраз</th></tr>
%PEOPLE('TOP_MESS', 0, %PATTERN_MESS%, 10)%
<tr class=th><th colspan=5></tr>
</table>
</td>
<td id="tops_td2">
<table width="100%" align="center" cellspacing="0" cellpadding="0">
<tr><th id="td_th" colspan=5>Самые трепетные в этом месяце</tr>
<tr class=th><th><th id="top_th" align="left">Ник<th colspan="3" id="top_th" align="left">Время</tr>
%PEOPLE('TOP_TIME', 0, %PATTERN_TIME%, 10)%
<tr class=th><th colspan=5></tr>
</table></td></tr></table>
</div>
</div>
</div>
<div class="hp34">
<div class="hp35">
<div class="hp36">
<div class="hp37"></div> </p>
</div>
<p><marquee scrollamount="3" onmouseover="this.scrollAmount=1" onmouseout="this.scrollAmount=3" direction="right" width="600" height="40">
<a target="_blank" href="http://muzyaka.pp.ua/" title="Свежие Новинки Mp3 - Muzyaka.PP.Ua"><img src="http://s011.radikal.ru/i317/1103/ec/7b5e5bcb9f94.gif"></a> <a target="_blank" href="http://muzyaka.pp.ua/" title="Свежие Новинки Mp3 - Muzyaka.PP.Ua"><img src="http://s011.radikal.ru/i317/1103/ec/7b5e5bcb9f94.gif"></a>
<a target="_blank" href="http://august4u-top.ru/" title="TOP самых общительных пользователей чатов August4u-top.ru"><img src="http://august4u-top.ru/playenergy/august4u-top1.gif"></a><a target="_blank" href="http://august4u-top.ru/" title="TOP самых общительных пользователей чатов August4u-top.ru"><img src="http://august4u-top.ru/playenergy/august4u-top1.gif"></a>
</marquee></p>
<div class="clear-block">
<div class="meta">
</div>
</div>
</div>
</div>
</div></div></div></div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
</div> <!-- /container -->
<div id="footer"><div id="block-block-2" class="clear-block block block-block">
<div class="content"><Font Color="#0000ff">Design by <a href="http://muzyaka.pp.ua/">muzyaka.pp.ua</a> 2012-2015.Все права защищены</p>
<div class="nti">Powered by <a href="http://august4u-top.ru/forum/18-20-1">Doker</a> © 2012-2015 <a href="http://%CHAT('ADDRESS')%:88/">чат %CHAT('NAME')%</a></div>
</div>
</div>
</div>
</div>
<!-- /layout -->
</body>
</html>