CINXE.COM
Сурский сквер в Волгограде – Блог. Александр Антоненко, пользователь Александр Антоненко | Группы Мой Мир
<!DOCTYPE html><html class="unauthorised-user window-loading"> <head data-comet=""> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <style type="text/css"> body.css-error { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: arial; } .b-css-error { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #DDDDDD; z-index: 1000; } .b-css-error__message { position: absolute; top: 50%; left: 50%; width: 540px; height: 150px; margin: -75px 0 0 -270px; padding: 35px 0; box-sizing: border-box; background-color: #fff; border: solid 1px #BBBBBB; text-align: center; line-height: 25px; } .b-css-error__preloader { position:relative; width:80px; height:5px; margin: 15px auto; } .b-css-error_preloader-ball { background-color:#353535; position:absolute; top:0; left:0; width:5px; height:5px; -moz-border-radius:10px; -moz-animation-name:css-error-preloader; -moz-animation-duration:1.3s; -moz-animation-iteration-count:infinite; -moz-animation-direction:linear; -webkit-border-radius:10px; -webkit-animation-name:css-error-preloader; -webkit-animation-duration:1.3s; -webkit-animation-iteration-count:infinite; -webkit-animation-direction:linear; -ms-border-radius:10px; -ms-animation-name:css-error-preloader; -ms-animation-duration:1.3s; -ms-animation-iteration-count:infinite; -ms-animation-direction:linear; -o-border-radius:10px; -o-animation-name:css-error-preloader; -o-animation-duration:1.3s; -o-animation-iteration-count:infinite; -o-animation-direction:linear; border-radius:10px; animation-name:css-error-preloader; animation-duration:1.3s; animation-iteration-count:infinite; animation-direction:linear; } .b-css-error_preloader-ball1 { -moz-animation-delay:0s; -webkit-animation-delay:0s; -ms-animation-delay:0s; -o-animation-delay:0s; animation-delay:0s; } .b-css-error_preloader-ball2{ -moz-animation-delay:0.13s; -webkit-animation-delay:0.13s; -ms-animation-delay:0.13s; -o-animation-delay:0.13s; animation-delay:0.13s; } .b-css-error_preloader-ball3{ -moz-animation-delay:0.26s; -webkit-animation-delay:0.26s; -ms-animation-delay:0.26s; -o-animation-delay:0.26s; animation-delay:0.26s; } .b-css-error_preloader-ball4{ -moz-animation-delay:0.39s; -webkit-animation-delay:0.39s; -ms-animation-delay:0.39s; -o-animation-delay:0.39s; animation-delay:0.39s; } @-moz-keyframes css-error-preloader{ 0%{ left:0px; background-color:#353535; } 50%{ left:80px; background-color:#FFFFFF; } 100%{ left:0px; background-color:#353535; } } @-webkit-keyframes css-error-preloader{ 0%{ left:0px; background-color:#353535; } 50%{ left:80px; background-color:#FFFFFF; } 100%{ left:0px; background-color:#353535; } } @-ms-keyframes css-error-preloader{ 0%{ left:0px; background-color:#353535; } 50%{ left:80px; background-color:#FFFFFF; } 100%{ left:0px; background-color:#353535; } } @-o-keyframes css-error-preloader{ 0%{ left:0px; background-color:#353535; } 50%{ left:80px; background-color:#FFFFFF; } 100%{ left:0px; background-color:#353535; } } @keyframes css-error-preloader{ 0%{ left:0px; background-color:#353535; } 50%{ left:80px; background-color:#FFFFFF; } 100%{ left:0px; background-color:#353535; } } </style> <script type="text/javascript">try {document.domain = 'mail.ru';} catch (ignore) {}var rb_innerhtml = true;(function(){var p = document.location.hash,regexpGet = /(\?.*)+/,getStr = regexpGet.exec(p) ? regexpGet.exec(p)[0] : '',hideAll = function () {if (document.getElementsByTagName('html')[0]) {document.getElementsByTagName('html')[0].style.display = 'none';}};if(p && /^\#photo=/.test(p)) {var path = p.replace(/^\#photo=/, '').replace(regexpGet, '');if (!/^\/([^\/]+\/){3}\d+(\.html)?$/.test(path)) {return false;}path = path.split('/');hideAll();document.location = 'https://my.mail.ru/' + path[1] + '/' + path[2] + '/photo/' + path[3] + '/' + path[4] + '.html' + getStr;}if(p && /^\#video=/.test(p)) {var path = p.replace(/^\#video=/, '').replace(regexpGet, '');if (!/^\/([^\/]+\/){3}\d+(\.html)?$/.test(path)) {return false;}path = path.split('/');hideAll();document.location = 'https://my.mail.ru/' + path[1] + '/' + path[2] + '/video/' + path[3] + '/' + path[4] + '.html' + getStr;}if(p && /^\#multipost=\//.test(p)) {var path = p.replace(/^\#multipost=/, ''),reg = /(\/community\/[a-z0-9_\.\-]*\/)\?multipost_id\=([0-9a-zA-z]*)/;if (!reg.test(path)) {return false;}hideAll();document.location = 'https://my.mail.ru' + path;}if(p && /^\#history-layer=\//.test(p)) {var path = p.replace(/^\#history-layer=/, ''),reg = /(\/[^\/]*\/[a-z0-9_\.\-]*\/)\?(multi|micro)post_id\=([0-9a-zA-z]*)/;if (!reg.test(path)) {return false;}hideAll();document.location = 'https://my.mail.ru' + path;}})();window.version = '83b14fb214';(function () {function ErrorPage() {this.init();}ErrorPage.prototype = {cssClasses: {main: 'b-css-error',message: 'b-css-error__message',preloader: 'b-css-error__preloader',bodyError: 'css-error'},init: function () {this.el = document.createElement('div');this.el.className = this.cssClasses.main;this.createMessage();this.createProgress();document.body.appendChild(this.el);document.body.className += ' ' + this.cssClasses.bodyError;},createMessage: function () {var textElement;this.message = document.createElement('div');this.message.className = this.cssClasses.message;textElement = document.createElement('div');textElement.innerHTML = 'Что-то пошло не так, пожалуйста, подождите.';this.message.appendChild(textElement);textElement = document.createElement('div');textElement.innerHTML = 'Идет загрузка';this.message.appendChild(textElement);this.el.appendChild(this.message);},createProgress: function () {this.preloader = document.createElement('div');this.preloader.className = this.cssClasses.preloader;this.preloader.innerHTML = '' +'<div class="b-css-error_preloader-ball b-css-error_preloader-ball1"></div>' +'<div class="b-css-error_preloader-ball b-css-error_preloader-ball2"></div>' +'<div class="b-css-error_preloader-ball b-css-error_preloader-ball3"></div>' +'<div class="b-css-error_preloader-ball b-css-error_preloader-ball4"></div>';this.message.appendChild(this.preloader);},destroy: function () {if (this.el) {document.body.removeChild(this.el);delete this.el;}document.body.className = document.body.className.replace(this.cssClasses.bodyError, '');}};var errorPage;window.onErrorLoadStyle = function (linkElement) {var newStyle = document.createElement('link'),isMainCss = linkElement.href.indexOf('/ru/css/new/main') !== -1;newStyle.rel = 'stylesheet';newStyle.href = linkElement.href;newStyle.onerror = function () {setTimeout(window.onErrorLoadStyle.bind(this, linkElement), 1000);if (isMainCss) {window.loadCssError = true;}};if (isMainCss) {if (!errorPage && document && document.body) {errorPage = new ErrorPage();}newStyle.onload = function () {if (errorPage) {errorPage.destroy();}window.loadCssError = false;};}document.head.appendChild(newStyle);}})();window.startPageTime = new Date();var __PHS = {privateData: {href: 'https://my.mail.ru/my/userinfo'},authMenuLinks: [{text: 'Настройки',href: 'https://r.mail.ru/clb841583/my.mail.ru/my/editprops?view=main'}]};</script> <link rel="icon" href="https://my2.imgsmail.ru/mail/ru/images/my/compass/static/favicon/favicon.ico" /> <link rel="shortcut icon" href="https://my2.imgsmail.ru/mail/ru/images/my/compass/static/favicon/favicon.ico" /> <link href="https://my2.imgsmail.ru/mail/ru/css/my_optimized.min_rev2249895851.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" onerror="onErrorLoadStyle(this)" type="text/css" href="https://my2.imgsmail.ru/mail/ru/css/new/main_revd25e953693.css"/> <script type="text/javascript">window.webConsole = {};window.webConsole.log = window.webConsole.time = window.webConsole.timeEnd = window.webConsole.timeStatus = window.webConsole.error = function () {};</script><script type="text/javascript">window.isCrossOriginEnabled = true;</script><script id="js-require-data" type="text/plain">{"avatarHost": "avt.foto.mail.ru","staticHost": "https://my2.imgsmail.ru/mail/ru/images/js/myjs/","contentHost": "content.foto.my.mail.ru","isTestServer": false,"isBeta": false,"isPsi": false,"useMin": true,"useHash": true,"useCdn": true,"cdnCount": 6,"branch": "","startModules": null,"bundles": ["audio-player","console","tmpl","util","video-html5"],"isEnableBooster": true,"isEnableDialogues": true,"pageType": "main"}</script><script type="text/plain" id="modules-defines">[{"name":"404/404","path":"404/404_rev705b470020"},{"name":"actions/actions-carousel","path":"actions/actions-carousel_reveeed496acf"},{"name":"actions/prizes","path":"actions/prizes_rev73b6500fd0"},{"name":"actions/tmpl/actions-prizes","path":"actions/tmpl/actions-prizes_rev1b20a69ca1"},{"name":"actions/tmpl/actions-promo","path":"actions/tmpl/actions-promo_rev1b20a69ca1"},{"name":"actions/tmpl/prize-image-block","path":"actions/tmpl/prize-image-block_rev1b20a69ca1"},{"name":"actions/tmpl/prize-popup","path":"actions/tmpl/prize-popup_rev1b20a69ca1"},{"name":"actions/tmpl/prizes-list-item","path":"actions/tmpl/prizes-list-item_rev1b20a69ca1"},{"name":"actions/user-actions","path":"actions/user-actions_rev339ca00426"},{"name":"actions/user-prize-popup","path":"actions/user-prize-popup_rev1b20a69ca1"},{"name":"additional-banners","path":"additional-banners/main_rev7f98c5bd3a"},{"name":"admin-links","path":"admin-links/main_rev844744282d"},{"name":"admin/tmpl/pages/wisher/calendars","path":"admin/tmpl/pages/wisher/calendars_revd29533fe42"},{"name":"admin/tmpl/pages/wisher/config","path":"admin/tmpl/pages/wisher/config_reve9438237af"},{"name":"admin/tmpl/pages/wisher/gifts","path":"admin/tmpl/pages/wisher/gifts_revd29533fe42"},{"name":"admin/tmpl/pages/wisher/holidays","path":"admin/tmpl/pages/wisher/holidays_revd29533fe42"},{"name":"admin/tmpl/pages/wisher/masks","path":"admin/tmpl/pages/wisher/masks_revd29533fe42"},{"name":"admin/tmpl/pages/wisher/promo-video","path":"admin/tmpl/pages/wisher/promo-video_revd29533fe42"},{"name":"admin/tmpl/wisher/calendar/calendar","path":"admin/tmpl/wisher/calendar/calendar_reve9438237af"},{"name":"admin/tmpl/wisher/calendar/calendars","path":"admin/tmpl/wisher/calendar/calendars_reve9438237af"},{"name":"admin/tmpl/wisher/calendar/edit-form","path":"admin/tmpl/wisher/calendar/edit-form_reve9438237af"},{"name":"admin/tmpl/wisher/calendar/edit-holiday-item","path":"admin/tmpl/wisher/calendar/edit-holiday-item_rev1da6df83bc"},{"name":"admin/tmpl/wisher/calendar/edit-holidays","path":"admin/tmpl/wisher/calendar/edit-holidays_rev1da6df83bc"},{"name":"admin/tmpl/wisher/calendar/edit-picture","path":"admin/tmpl/wisher/calendar/edit-picture_rev1da6df83bc"},{"name":"admin/tmpl/wisher/calendar/head","path":"admin/tmpl/wisher/calendar/head_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/add-form","path":"admin/tmpl/wisher/gifts/add-form_rev1da6df83bc"},{"name":"admin/tmpl/wisher/gifts/day-cost","path":"admin/tmpl/wisher/gifts/day-cost_rev7c7a4dbd0b"},{"name":"admin/tmpl/wisher/gifts/edit-form","path":"admin/tmpl/wisher/gifts/edit-form_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/edit-tag","path":"admin/tmpl/wisher/gifts/edit-tag_rev1da6df83bc"},{"name":"admin/tmpl/wisher/gifts/gift","path":"admin/tmpl/wisher/gifts/gift_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/gifts","path":"admin/tmpl/wisher/gifts/gifts_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/head","path":"admin/tmpl/wisher/gifts/head_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/tag","path":"admin/tmpl/wisher/gifts/tag_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/tag-form","path":"admin/tmpl/wisher/gifts/tag-form_reve9438237af"},{"name":"admin/tmpl/wisher/gifts/tags","path":"admin/tmpl/wisher/gifts/tags_reve9438237af"},{"name":"admin/tmpl/wisher/holiday/default-gift","path":"admin/tmpl/wisher/holiday/default-gift_rev7c7a4dbd0b"},{"name":"admin/tmpl/wisher/holiday/edit-date-item","path":"admin/tmpl/wisher/holiday/edit-date-item_rev1da6df83bc"},{"name":"admin/tmpl/wisher/holiday/edit-form","path":"admin/tmpl/wisher/holiday/edit-form_reve9438237af"},{"name":"admin/tmpl/wisher/holiday/edit-picture","path":"admin/tmpl/wisher/holiday/edit-picture_rev1da6df83bc"},{"name":"admin/tmpl/wisher/holiday/head","path":"admin/tmpl/wisher/holiday/head_reve9438237af"},{"name":"admin/tmpl/wisher/holiday/holiday","path":"admin/tmpl/wisher/holiday/holiday_reve9438237af"},{"name":"admin/tmpl/wisher/holiday/holidays","path":"admin/tmpl/wisher/holiday/holidays_reve9438237af"},{"name":"admin/tmpl/wisher/masks/edit-form","path":"admin/tmpl/wisher/masks/edit-form_reve9438237af"},{"name":"admin/tmpl/wisher/masks/edit-picture","path":"admin/tmpl/wisher/masks/edit-picture_reve9438237af"},{"name":"admin/tmpl/wisher/masks/edit-zip","path":"admin/tmpl/wisher/masks/edit-zip_reve9438237af"},{"name":"admin/tmpl/wisher/masks/head","path":"admin/tmpl/wisher/masks/head_reve9438237af"},{"name":"admin/tmpl/wisher/masks/mask","path":"admin/tmpl/wisher/masks/mask_reve9438237af"},{"name":"admin/tmpl/wisher/masks/masks","path":"admin/tmpl/wisher/masks/masks_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/edit-date-item","path":"admin/tmpl/wisher/promo-video/edit-date-item_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/edit-form","path":"admin/tmpl/wisher/promo-video/edit-form_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/edit-picture","path":"admin/tmpl/wisher/promo-video/edit-picture_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/edit-video","path":"admin/tmpl/wisher/promo-video/edit-video_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/head","path":"admin/tmpl/wisher/promo-video/head_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/video","path":"admin/tmpl/wisher/promo-video/video_reve9438237af"},{"name":"admin/tmpl/wisher/promo-video/videos","path":"admin/tmpl/wisher/promo-video/videos_reve9438237af"},{"name":"admin/wisher/base/add-form","path":"admin/wisher/base/add-form_revd9c24d5ad0"},{"name":"admin/wisher/base/collection","path":"admin/wisher/base/collection_revd9c24d5ad0"},{"name":"admin/wisher/base/edit-form","path":"admin/wisher/base/edit-form_revd9c24d5ad0"},{"name":"admin/wisher/base/edit-picture","path":"admin/wisher/base/edit-picture_revd9c24d5ad0"},{"name":"admin/wisher/base/item","path":"admin/wisher/base/item_revdd0225ad4d"},{"name":"admin/wisher/base/model","path":"admin/wisher/base/model_revd9c24d5ad0"},{"name":"admin/wisher/base/page","path":"admin/wisher/base/page_rev339ca00426"},{"name":"admin/wisher/calendar/add-form","path":"admin/wisher/calendar/add-form_revdd0225ad4d"},{"name":"admin/wisher/calendar/calendar","path":"admin/wisher/calendar/calendar_revdd0225ad4d"},{"name":"admin/wisher/calendar/edit-form","path":"admin/wisher/calendar/edit-form_revdd0225ad4d"},{"name":"admin/wisher/calendar/edit-holidays","path":"admin/wisher/calendar/edit-holidays_revdd0225ad4d"},{"name":"admin/wisher/calendar/edit-picture","path":"admin/wisher/calendar/edit-picture_revdd0225ad4d"},{"name":"admin/wisher/calendar/page","path":"admin/wisher/calendar/page_revdd0225ad4d"},{"name":"admin/wisher/collections/calendars","path":"admin/wisher/collections/calendars_revdd0225ad4d"},{"name":"admin/wisher/collections/gifts","path":"admin/wisher/collections/gifts_revdd0225ad4d"},{"name":"admin/wisher/collections/holidays","path":"admin/wisher/collections/holidays_revdd0225ad4d"},{"name":"admin/wisher/collections/masks","path":"admin/wisher/collections/masks_revdd0225ad4d"},{"name":"admin/wisher/collections/promo-video","path":"admin/wisher/collections/promo-video_revdd0225ad4d"},{"name":"admin/wisher/collections/tags","path":"admin/wisher/collections/tags_revdd0225ad4d"},{"name":"admin/wisher/gifts/add-form","path":"admin/wisher/gifts/add-form_revdd0225ad4d"},{"name":"admin/wisher/gifts/edit-form","path":"admin/wisher/gifts/edit-form_revdd0225ad4d"},{"name":"admin/wisher/gifts/gift","path":"admin/wisher/gifts/gift_revdd0225ad4d"},{"name":"admin/wisher/gifts/page","path":"admin/wisher/gifts/page_revdd0225ad4d"},{"name":"admin/wisher/gifts/tags","path":"admin/wisher/gifts/tags_revdd0225ad4d"},{"name":"admin/wisher/holiday/add-form","path":"admin/wisher/holiday/add-form_revdd0225ad4d"},{"name":"admin/wisher/holiday/default-gift","path":"admin/wisher/holiday/default-gift_revdd0225ad4d"},{"name":"admin/wisher/holiday/edit-form","path":"admin/wisher/holiday/edit-form_revf41bf09084"},{"name":"admin/wisher/holiday/edit-picture","path":"admin/wisher/holiday/edit-picture_revdd0225ad4d"},{"name":"admin/wisher/holiday/holiday","path":"admin/wisher/holiday/holiday_revdd0225ad4d"},{"name":"admin/wisher/holiday/page","path":"admin/wisher/holiday/page_revdd0225ad4d"},{"name":"admin/wisher/masks/add-form","path":"admin/wisher/masks/add-form_revdd0225ad4d"},{"name":"admin/wisher/masks/edit-form","path":"admin/wisher/masks/edit-form_revdd0225ad4d"},{"name":"admin/wisher/masks/edit-picture","path":"admin/wisher/masks/edit-picture_revdd0225ad4d"},{"name":"admin/wisher/masks/edit-zip","path":"admin/wisher/masks/edit-zip_revdd0225ad4d"},{"name":"admin/wisher/masks/mask","path":"admin/wisher/masks/mask_revdd0225ad4d"},{"name":"admin/wisher/masks/page","path":"admin/wisher/masks/page_revdd0225ad4d"},{"name":"admin/wisher/models/calendar","path":"admin/wisher/models/calendar_revdd0225ad4d"},{"name":"admin/wisher/models/gift","path":"admin/wisher/models/gift_revdd0225ad4d"},{"name":"admin/wisher/models/holiday","path":"admin/wisher/models/holiday_revdd0225ad4d"},{"name":"admin/wisher/models/mask","path":"admin/wisher/models/mask_revdd0225ad4d"},{"name":"admin/wisher/models/promo-video","path":"admin/wisher/models/promo-video_revdd0225ad4d"},{"name":"admin/wisher/models/tag","path":"admin/wisher/models/tag_revdd0225ad4d"},{"name":"admin/wisher/promo-video/add-form","path":"admin/wisher/promo-video/add-form_revdd0225ad4d"},{"name":"admin/wisher/promo-video/edit-form","path":"admin/wisher/promo-video/edit-form_revdd0225ad4d"},{"name":"admin/wisher/promo-video/edit-picture","path":"admin/wisher/promo-video/edit-picture_revdd0225ad4d"},{"name":"admin/wisher/promo-video/edit-video","path":"admin/wisher/promo-video/edit-video_revdd0225ad4d"},{"name":"admin/wisher/promo-video/page","path":"admin/wisher/promo-video/page_revdd0225ad4d"},{"name":"admin/wisher/promo-video/promo-video","path":"admin/wisher/promo-video/promo-video_revdd0225ad4d"},{"name":"admin/wisher/utils","path":"admin/wisher/utils_reve9438237af"},{"name":"animated-tabs","path":"animated-tabs/main_revbd1169583c"},{"name":"anketa","path":"anketa/main_revff85fd8484"},{"name":"anketa/languages","path":"anketa/languages_revff85fd8484"},{"name":"anketa/partner","path":"anketa/partner_revff85fd8484"},{"name":"anketa/region","path":"anketa/region_reve37205de4b"},{"name":"app","path":"app/main_reva446296012"},{"name":"app.init","path":"app.init_revb7f5eb4395"},{"name":"app/banners","path":"app/banners_revd29533fe42"},{"name":"app/channel","path":"app/channel_revd29533fe42"},{"name":"app/comet","path":"app/comet_revff85fd8484"},{"name":"app/history","path":"app/history_revdc0135438b"},{"name":"app/page-loader","path":"app/page-loader_revf71af83bd2"},{"name":"app/process-go-options","path":"app/process-go-options_revbd1169583c"},{"name":"app/section","path":"app/section_revbd1169583c"},{"name":"app/timing-stat","path":"app/timing-stat_revff85fd8484"},{"name":"app_catalog","path":"app_catalog/main_reve0791fe47f"},{"name":"app_catalog-old","path":"app_catalog-old/main_rev90871c6048"},{"name":"app_catalog-old/best","path":"app_catalog-old/best_revc96c19cba1"},{"name":"app_catalog-old/carousel","path":"app_catalog-old/carousel_revc96c19cba1"},{"name":"app_catalog-old/countdown","path":"app_catalog-old/countdown_revc96c19cba1"},{"name":"app_catalog-old/hilo-tizer","path":"app_catalog-old/hilo-tizer_revdd0225ad4d"},{"name":"app_catalog-old/installed","path":"app_catalog-old/installed_revc96c19cba1"},{"name":"app_catalog-old/leftmenu","path":"app_catalog-old/leftmenu_revc96c19cba1"},{"name":"app_catalog-old/notify","path":"app_catalog-old/notify_revc96c19cba1"},{"name":"app_catalog-old/promo/bonus-popup","path":"app_catalog-old/promo/bonus-popup_revc96c19cba1"},{"name":"app_catalog-old/tmpl/best","path":"app_catalog-old/tmpl/best_revc96c19cba1"},{"name":"app_catalog-old/tmpl/carousel","path":"app_catalog-old/tmpl/carousel_revc96c19cba1"},{"name":"app_catalog-old/tmpl/countdown","path":"app_catalog-old/tmpl/countdown_revc96c19cba1"},{"name":"app_catalog-old/tmpl/game-card","path":"app_catalog-old/tmpl/game-card_rev35826af76f"},{"name":"app_catalog-old/tmpl/game-card-friends","path":"app_catalog-old/tmpl/game-card-friends_revc96c19cba1"},{"name":"app_catalog-old/tmpl/game-notifies","path":"app_catalog-old/tmpl/game-notifies_revc96c19cba1"},{"name":"app_catalog-old/tmpl/game-notifies-list","path":"app_catalog-old/tmpl/game-notifies-list_revc96c19cba1"},{"name":"app_catalog-old/tmpl/hilo-tizer","path":"app_catalog-old/tmpl/hilo-tizer_revb29c08b37f"},{"name":"app_catalog-old/tmpl/installed","path":"app_catalog-old/tmpl/installed_revc96c19cba1"},{"name":"app_catalog-old/tmpl/list","path":"app_catalog-old/tmpl/list_revc96c19cba1"},{"name":"app_catalog-old/tmpl/list-item","path":"app_catalog-old/tmpl/list-item_revc96c19cba1"},{"name":"app_catalog-old/user-apps","path":"app_catalog-old/user-apps_revc96c19cba1"},{"name":"app_catalog-old/view/catalog","path":"app_catalog-old/view/catalog_revc96c19cba1"},{"name":"app_catalog/app-of-the-day","path":"app_catalog/app-of-the-day_revc6f27588fd"},{"name":"app_catalog/carousel","path":"app_catalog/carousel_revc96caa38df"},{"name":"app_catalog/chosenGenreApps","path":"app_catalog/chosenGenreApps_reveeed496acf"},{"name":"app_catalog/countdown","path":"app_catalog/countdown_rev9651d9990a"},{"name":"app_catalog/genreApps","path":"app_catalog/genreApps_revb58896eead"},{"name":"app_catalog/hilo-tizer","path":"app_catalog/hilo-tizer_revb7f5eb4395"},{"name":"app_catalog/installed","path":"app_catalog/installed_rev9f63ec6d6c"},{"name":"app_catalog/leftmenu","path":"app_catalog/leftmenu_revbd1169583c"},{"name":"app_catalog/notify","path":"app_catalog/notify_rev35826af76f"},{"name":"app_catalog/promo/bonus-popup","path":"app_catalog/promo/bonus-popup_rev1a6fc06907"},{"name":"app_catalog/tmpl/app-of-the-day","path":"app_catalog/tmpl/app-of-the-day_revc6f27588fd"},{"name":"app_catalog/tmpl/apps-genre","path":"app_catalog/tmpl/apps-genre_revc96c19cba1"},{"name":"app_catalog/tmpl/best","path":"app_catalog/tmpl/best_revff85fd8484"},{"name":"app_catalog/tmpl/carousel","path":"app_catalog/tmpl/carousel_reve0791fe47f"},{"name":"app_catalog/tmpl/countdown","path":"app_catalog/tmpl/countdown_revff85fd8484"},{"name":"app_catalog/tmpl/game-card","path":"app_catalog/tmpl/game-card_reveeed496acf"},{"name":"app_catalog/tmpl/game-card-friends","path":"app_catalog/tmpl/game-card-friends_rev520f684f4e"},{"name":"app_catalog/tmpl/game-notifies","path":"app_catalog/tmpl/game-notifies_revff85fd8484"},{"name":"app_catalog/tmpl/game-notifies-list","path":"app_catalog/tmpl/game-notifies-list_revbd1169583c"},{"name":"app_catalog/tmpl/hilo-tizer","path":"app_catalog/tmpl/hilo-tizer_rev988d94f6cd"},{"name":"app_catalog/tmpl/installed","path":"app_catalog/tmpl/installed_revc96c19cba1"},{"name":"app_catalog/tmpl/list","path":"app_catalog/tmpl/list_reve0791fe47f"},{"name":"app_catalog/tmpl/list-item","path":"app_catalog/tmpl/list-item_reve0791fe47f"},{"name":"app_catalog/tmpl/list-item-fake","path":"app_catalog/tmpl/list-item-fake_rev0f3caeedc8"},{"name":"app_catalog/tmpl/list-item-pic","path":"app_catalog/tmpl/list-item-pic_rev8be1ff119e"},{"name":"app_catalog/user-apps","path":"app_catalog/user-apps_rev69b9e698b1"},{"name":"app_catalog/view/catalog","path":"app_catalog/view/catalog_reve0791fe47f"},{"name":"app_catalog/vkplay","path":"app_catalog/vkplay_reve0791fe47f"},{"name":"app_remove-popup","path":"app_remove-popup/main_revc99aacceb8"},{"name":"app_remove-popup/tmpl/removeAppPopup","path":"app_remove-popup/tmpl/removeAppPopup_revc96c19cba1"},{"name":"app_search","path":"app_search/main_revc96c19cba1"},{"name":"app_search/tmpl/list","path":"app_search/tmpl/list_rev5f12aff475"},{"name":"app_search/tmpl/list-item-search","path":"app_search/tmpl/list-item-search_rev5f12aff475"},{"name":"app_search/tmpl/removeAppPopup","path":"app_search/tmpl/removeAppPopup_rev2249895851"},{"name":"apps","path":"apps/main_reve9ab9a4ca5"},{"name":"apps-promo/collections/top","path":"apps-promo/collections/top_revbd1169583c"},{"name":"apps-promo/diamonds","path":"apps-promo/diamonds_rev44645fbf02"},{"name":"apps-promo/double-mailiki","path":"apps-promo/double-mailiki_rev44645fbf02"},{"name":"apps-promo/easy-money","path":"apps-promo/easy-money_revb3feb3e0e7"},{"name":"apps-promo/game-club","path":"apps-promo/game-club_rev9ee13f5191"},{"name":"apps-promo/inc/wheel-of-fortune-bonus","path":"apps-promo/inc/wheel-of-fortune-bonus_rev12c722b871"},{"name":"apps-promo/inc/wheel-of-fortune-wheel","path":"apps-promo/inc/wheel-of-fortune-wheel_rev12c722b871"},{"name":"apps-promo/models/wheel-of-fortune","path":"apps-promo/models/wheel-of-fortune_rev12c722b871"},{"name":"apps-promo/retention-gift","path":"apps-promo/retention-gift_rev44645fbf02"},{"name":"apps-promo/rx2","path":"apps-promo/rx2_rev44645fbf02"},{"name":"apps-promo/tmpl/modal-diamonds-bonus","path":"apps-promo/tmpl/modal-diamonds-bonus_revbd1169583c"},{"name":"apps-promo/tmpl/modal-diamonds-decor","path":"apps-promo/tmpl/modal-diamonds-decor_rev2361bca24f"},{"name":"apps-promo/tmpl/modal-diamonds-rules","path":"apps-promo/tmpl/modal-diamonds-rules_rev3ac15932d4"},{"name":"apps-promo/tmpl/modal-diamonds-top","path":"apps-promo/tmpl/modal-diamonds-top_rev2361bca24f"},{"name":"apps-promo/tmpl/modal-diamonds-top-list","path":"apps-promo/tmpl/modal-diamonds-top-list_rev2361bca24f"},{"name":"apps-promo/tmpl/modal-easy-money","path":"apps-promo/tmpl/modal-easy-money_revb3feb3e0e7"},{"name":"apps-promo/tmpl/modal-retention-gift","path":"apps-promo/tmpl/modal-retention-gift_rev44645fbf02"},{"name":"apps-promo/tmpl/modal-retention-gift-catched","path":"apps-promo/tmpl/modal-retention-gift-catched_revcd07f7d71c"},{"name":"apps-promo/tmpl/modal-retention-gift-rules","path":"apps-promo/tmpl/modal-retention-gift-rules_revd1747cec74"},{"name":"apps-promo/tmpl/modal-retention-gift-welcome","path":"apps-promo/tmpl/modal-retention-gift-welcome_revd2a1fd5fe8"},{"name":"apps-promo/tmpl/modal-toy-set","path":"apps-promo/tmpl/modal-toy-set_rev0f46dd18ba"},{"name":"apps-promo/tmpl/modal-toy-set-bonus","path":"apps-promo/tmpl/modal-toy-set-bonus_rev0f46dd18ba"},{"name":"apps-promo/tmpl/modal-toy-set-error","path":"apps-promo/tmpl/modal-toy-set-error_rev0f46dd18ba"},{"name":"apps-promo/tmpl/modal-toy-set-rules","path":"apps-promo/tmpl/modal-toy-set-rules_rev0f46dd18ba"},{"name":"apps-promo/tmpl/modal-toy-set-toy","path":"apps-promo/tmpl/modal-toy-set-toy_rev0f46dd18ba"},{"name":"apps-promo/tmpl/modal-wheel-of-fortune","path":"apps-promo/tmpl/modal-wheel-of-fortune_rev12c722b871"},{"name":"apps-promo/tmpl/modal-wheel-of-fortune-bonus","path":"apps-promo/tmpl/modal-wheel-of-fortune-bonus_rev12c722b871"},{"name":"apps-promo/tmpl/modal-wheel-of-fortune-error","path":"apps-promo/tmpl/modal-wheel-of-fortune-error_rev12c722b871"},{"name":"apps-promo/tmpl/modal-x2-rules","path":"apps-promo/tmpl/modal-x2-rules_rev35826af76f"},{"name":"apps-promo/toy-set","path":"apps-promo/toy-set_rev44645fbf02"},{"name":"apps-promo/wheel-of-fortune","path":"apps-promo/wheel-of-fortune_rev44645fbf02"},{"name":"apps/catalog","path":"apps/catalog_reva51dfb0339"},{"name":"apps/countdown-element-container","path":"apps/countdown-element-container_rev91fde143bb"},{"name":"apps/disable-autoinit","path":"apps/disable-autoinit_revff85fd8484"},{"name":"apps/element-scroll","path":"apps/element-scroll_revff85fd8484"},{"name":"apps/event-countdown","path":"apps/event-countdown_rev91fde143bb"},{"name":"apps/external","path":"apps/external_rev7807292d01"},{"name":"apps/external-src","path":"apps/external-src_rev6a65a00bc0"},{"name":"apps/game-bubble","path":"apps/game-bubble_rev91fde143bb"},{"name":"apps/game-bubbles","path":"apps/game-bubbles_rev91fde143bb"},{"name":"apps/hilo-game","path":"apps/hilo-game_revb7f5eb4395"},{"name":"apps/hilo-helpers","path":"apps/hilo-helpers_revc743d71c84"},{"name":"apps/hilo-howto","path":"apps/hilo-howto_revc743d71c84"},{"name":"apps/modal","path":"apps/modal_rev12c722b871"},{"name":"apps/preroll","path":"apps/preroll_revcccb980eca"},{"name":"apps/promo","path":"apps/promo_rev82107a1120"},{"name":"apps/promo-layer","path":"apps/promo-layer_rev1aa3496a9d"},{"name":"apps/score","path":"apps/score_revbd1169583c"},{"name":"apps/tmpl/catalog","path":"apps/tmpl/catalog_revff85fd8484"},{"name":"apps/tmpl/create-my-notification","path":"apps/tmpl/create-my-notification_revf26e3150d4"},{"name":"apps/tmpl/game-bubble","path":"apps/tmpl/game-bubble_rev052150aacf"},{"name":"apps/tmpl/hilo-suitable-apps","path":"apps/tmpl/hilo-suitable-apps_rev90871c6048"},{"name":"apps/tmpl/hilo-top","path":"apps/tmpl/hilo-top_rev90871c6048"},{"name":"apps/tmpl/modal","path":"apps/tmpl/modal_rev2361bca24f"},{"name":"apps/tmpl/preroll","path":"apps/tmpl/preroll_revcccb980eca"},{"name":"apps/tmpl/promo-layer","path":"apps/tmpl/promo-layer_rev9352dc081a"},{"name":"apps/tmpl/promo-layer-slide","path":"apps/tmpl/promo-layer-slide_rev9352dc081a"},{"name":"apps/tmpl/score-top","path":"apps/tmpl/score-top_revbd1169583c"},{"name":"audio-player","path":"audio-player/main_revff85fd8484"},{"name":"audio-player/player","path":"audio-player/player_rev67fe8d3f21"},{"name":"audio-player/playlist","path":"audio-player/playlist_revff85fd8484"},{"name":"audio-player/track","path":"audio-player/track_rev4213dc577a"},{"name":"audio_player","path":"audio_player/main_rev7aa487c7bd"},{"name":"auth-info","path":"auth-info/main_rev5f12aff475"},{"name":"authorization","path":"authorization/main_rev368dbcdda1"},{"name":"avatar-edit","path":"avatar-edit/main_rev1e4c553239"},{"name":"avatar-edit/popup","path":"avatar-edit/popup_revdd0225ad4d"},{"name":"avatar-edit/tmpl/main","path":"avatar-edit/tmpl/main_rev8bca542c51"},{"name":"balance/balance","path":"balance/balance_rev9054fae23a"},{"name":"balance/models/balance-model","path":"balance/models/balance-model_rev37b362e814"},{"name":"balance/tmpl/app-navigation-balance","path":"balance/tmpl/app-navigation-balance_rev9054fae23a"},{"name":"balance/tmpl/balance","path":"balance/tmpl/balance_rev8218d88919"},{"name":"banner-updater/index","path":"banner-updater/index_revdd0225ad4d"},{"name":"banners-block/index","path":"banners-block/index_revbffe6e4809"},{"name":"base/collection","path":"base/collection_rev131693430b"},{"name":"base/event","path":"base/event_rev131693430b"},{"name":"base/model","path":"base/model_rev131693430b"},{"name":"base/page","path":"base/page_revcd07f7d71c"},{"name":"base/router","path":"base/router_rev131693430b"},{"name":"base/view","path":"base/view_revd360c5c6ff"},{"name":"battlepass","path":"battlepass/main_revf86cc935c3"},{"name":"battlepass/enums","path":"battlepass/enums_rev7f98c5bd3a"},{"name":"battlepass/helpers","path":"battlepass/helpers_rev25d78fd994"},{"name":"battlepass/index","path":"battlepass/index_rev7f98c5bd3a"},{"name":"battlepass/tmpl/battlepass","path":"battlepass/tmpl/battlepass_rev25d78fd994"},{"name":"battlepass/tmpl/countdown","path":"battlepass/tmpl/countdown_rev7f98c5bd3a"},{"name":"battlepass/tmpl/levels","path":"battlepass/tmpl/levels_rev25d78fd994"},{"name":"battlepass/tmpl/open","path":"battlepass/tmpl/open_rev7f98c5bd3a"},{"name":"battlepass/tmpl/premium","path":"battlepass/tmpl/premium_rev7f98c5bd3a"},{"name":"battlepass/tmpl/prize","path":"battlepass/tmpl/prize_rev7f98c5bd3a"},{"name":"battlepass/tmpl/rules","path":"battlepass/tmpl/rules_rev7f98c5bd3a"},{"name":"battlepass/tmpl/state","path":"battlepass/tmpl/state_rev25d78fd994"},{"name":"battlepass/tmpl/table","path":"battlepass/tmpl/table_rev7f98c5bd3a"},{"name":"battlepass/types","path":"battlepass/types_rev7f98c5bd3a"},{"name":"blocks/tmpl/css-versions","path":"blocks/tmpl/css-versions_revd29533fe42"},{"name":"blocks/tmpl/custom/svg-sprite-game-client-promo-versions","path":"blocks/tmpl/custom/svg-sprite-game-client-promo-versions_rev91fde143bb"},{"name":"blocks/tmpl/js-versions","path":"blocks/tmpl/js-versions_rev83b14fb214"},{"name":"blocks/tmpl/svg-sprite-all-versions","path":"blocks/tmpl/svg-sprite-all-versions_rev6691e4af3e"},{"name":"blocks/tmpl/svg-sprite-music-versions","path":"blocks/tmpl/svg-sprite-music-versions_rev2c085d1d24"},{"name":"blocks/tmpl/svg-sprite-promo-versions","path":"blocks/tmpl/svg-sprite-promo-versions_rev91fde143bb"},{"name":"breadcrumbs/breadcrumbs","path":"breadcrumbs/breadcrumbs_revd003683cf4"},{"name":"bundles/all","path":"bundles/all_revd29533fe42"},{"name":"bundles/audio-player","path":"bundles/audio-player_rev67fe8d3f21"},{"name":"bundles/tmpl","path":"bundles/tmpl_rev6ca35884a1"},{"name":"bundles/util","path":"bundles/util_revd203ebda19"},{"name":"bundles/video-html5","path":"bundles/video-html5_rev4707374752"},{"name":"buy-badges","path":"buy-badges/main_rev9ef5ddb9a3"},{"name":"buy-badges/main-old","path":"buy-badges/main-old_rev9ef5ddb9a3"},{"name":"buy-badges/tmpl/buy-badges-popup","path":"buy-badges/tmpl/buy-badges-popup_rev988d94f6cd"},{"name":"captcha","path":"captcha/main_rev4582479046"},{"name":"captcha/tmpl/main","path":"captcha/tmpl/main_revff85fd8484"},{"name":"cashback-history/cashback-history","path":"cashback-history/cashback-history_rev64d8bc48dd"},{"name":"cashback-history/tmpl/cashback-history","path":"cashback-history/tmpl/cashback-history_rev64d8bc48dd"},{"name":"cashback-history/tmpl/cashback-history-item","path":"cashback-history/tmpl/cashback-history-item_rev64d8bc48dd"},{"name":"catalog","path":"catalog/main_revff85fd8484"},{"name":"catalog/friends","path":"catalog/friends_revec1bdbf33a"},{"name":"catalog/main/filter","path":"catalog/main/filter_revff85fd8484"},{"name":"catalog/main/list","path":"catalog/main/list_reva446296012"},{"name":"catalog/main/search","path":"catalog/main/search_revff85fd8484"},{"name":"chart","path":"chart/main_revbd1169583c"},{"name":"chart/highcharts","path":"chart/highcharts_revbd1169583c"},{"name":"checkbox-list","path":"checkbox-list/main_revdd0225ad4d"},{"name":"checkbox-list/index","path":"checkbox-list/index_revdd0225ad4d"},{"name":"checkbox-list/tmpl/checkbox","path":"checkbox-list/tmpl/checkbox_revdd0225ad4d"},{"name":"checkbox-list/tmpl/checkboxList","path":"checkbox-list/tmpl/checkboxList_revdd0225ad4d"},{"name":"choice-friends","path":"choice-friends/main_revff85fd8484"},{"name":"choice-friends/tmpl/partner/main","path":"choice-friends/tmpl/partner/main_rev3972016021"},{"name":"client-server","path":"client-server_rev4cc17701cc"},{"name":"collections/actions/list","path":"collections/actions/list_revb58896eead"},{"name":"collections/apps/catalog","path":"collections/apps/catalog_reveeed496acf"},{"name":"collections/apps/catalog-old","path":"collections/apps/catalog-old_revc96c19cba1"},{"name":"collections/apps/catalog-vkplay","path":"collections/apps/catalog-vkplay_reve0791fe47f"},{"name":"collections/apps/friends","path":"collections/apps/friends_revbd1169583c"},{"name":"collections/apps/notifies","path":"collections/apps/notifies_revbd1169583c"},{"name":"collections/apps/recommendations","path":"collections/apps/recommendations_revbd1169583c"},{"name":"collections/apps/search","path":"collections/apps/search_reve13d842fe8"},{"name":"collections/apps/types","path":"collections/apps/types_reveeed496acf"},{"name":"collections/audio/items","path":"collections/audio/items_revbd1169583c"},{"name":"collections/audio/playlists","path":"collections/audio/playlists_revbd1169583c"},{"name":"collections/audio/search","path":"collections/audio/search_revbd1169583c"},{"name":"collections/audio/suggest","path":"collections/audio/suggest_revdd0225ad4d"},{"name":"collections/comments/comments","path":"collections/comments/comments_revbd1169583c"},{"name":"collections/dialogues/list","path":"collections/dialogues/list_reve13d842fe8"},{"name":"collections/dialogues/messages","path":"collections/dialogues/messages_revbd1169583c"},{"name":"collections/education/college/faculties","path":"collections/education/college/faculties_revbd1169583c"},{"name":"collections/education/college/items","path":"collections/education/college/items_revbd1169583c"},{"name":"collections/education/institute/departments","path":"collections/education/institute/departments_revbd1169583c"},{"name":"collections/education/institute/faculties","path":"collections/education/institute/faculties_revbd1169583c"},{"name":"collections/education/institute/items","path":"collections/education/institute/items_revbd1169583c"},{"name":"collections/education/schools","path":"collections/education/schools_revbd1169583c"},{"name":"collections/geo/cities","path":"collections/geo/cities_rev3972016021"},{"name":"collections/geo/countries","path":"collections/geo/countries_rev3972016021"},{"name":"collections/geo/geo","path":"collections/geo/geo_revbd1169583c"},{"name":"collections/geo/house","path":"collections/geo/house_revbd1169583c"},{"name":"collections/geo/regions","path":"collections/geo/regions_rev3972016021"},{"name":"collections/geo/search","path":"collections/geo/search_revbd1169583c"},{"name":"collections/geo/streets","path":"collections/geo/streets_revbd1169583c"},{"name":"collections/groups/items","path":"collections/groups/items_revbd1169583c"},{"name":"collections/hashtags/suggest","path":"collections/hashtags/suggest_revdd0225ad4d"},{"name":"collections/moderation/queue","path":"collections/moderation/queue_revbd1169583c"},{"name":"collections/notifications/alerts","path":"collections/notifications/alerts_rev35826af76f"},{"name":"collections/notifications/list","path":"collections/notifications/list_revdd0225ad4d"},{"name":"collections/notifications/settings","path":"collections/notifications/settings_revbd1169583c"},{"name":"collections/photo/albums","path":"collections/photo/albums_revbd1169583c"},{"name":"collections/photo/items","path":"collections/photo/items_revbd1169583c"},{"name":"collections/users/comment-mention-users","path":"collections/users/comment-mention-users_revbd1169583c"},{"name":"collections/users/followers","path":"collections/users/followers_revbd1169583c"},{"name":"collections/users/friends","path":"collections/users/friends_revbd1169583c"},{"name":"collections/users/search","path":"collections/users/search_revf71af83bd2"},{"name":"collections/users/visitors","path":"collections/users/visitors_revbd1169583c"},{"name":"collections/video/albums","path":"collections/video/albums_revbd1169583c"},{"name":"collections/video/best","path":"collections/video/best_revbd1169583c"},{"name":"collections/video/channels","path":"collections/video/channels_revbd1169583c"},{"name":"collections/video/channels-with-promo","path":"collections/video/channels-with-promo_revbd1169583c"},{"name":"collections/video/follows","path":"collections/video/follows_revbd1169583c"},{"name":"collections/video/friends","path":"collections/video/friends_revbd1169583c"},{"name":"collections/video/items","path":"collections/video/items_revf33aa984bf"},{"name":"collections/video/recommend","path":"collections/video/recommend_revbd1169583c"},{"name":"collections/video/related","path":"collections/video/related_revbd1169583c"},{"name":"collections/video/search","path":"collections/video/search_revbd9e073138"},{"name":"collections/video/subscriptions","path":"collections/video/subscriptions_revbd1169583c"},{"name":"collections/video/suggest","path":"collections/video/suggest_revdd0225ad4d"},{"name":"collections/video/top","path":"collections/video/top_reva60accd304"},{"name":"comments","path":"comments/main_revbd1169583c"},{"name":"comments/answer","path":"comments/answer_revff85fd8484"},{"name":"comments/item","path":"comments/item_revbd1169583c"},{"name":"comments/like","path":"comments/like_rev1da6df83bc"},{"name":"comments/stat","path":"comments/stat_revbd1169583c"},{"name":"comments/tmpl/item","path":"comments/tmpl/item_reva81b984acb"},{"name":"comments/tmpl/settings","path":"comments/tmpl/settings_revbd1169583c"},{"name":"comments/tmpl/text","path":"comments/tmpl/text_reva81b984acb"},{"name":"comments/tmpl/writer/audio-item","path":"comments/tmpl/writer/audio-item_revff85fd8484"},{"name":"comments/tmpl/writer/main","path":"comments/tmpl/writer/main_revbd1169583c"},{"name":"comments/tmpl/writer/photo-item","path":"comments/tmpl/writer/photo-item_revff85fd8484"},{"name":"comments/tmpl/writer/video-item","path":"comments/tmpl/writer/video-item_revff85fd8484"},{"name":"comments/writer","path":"comments/writer_reve13d842fe8"},{"name":"common/flash-support-detector","path":"common/flash-support-detector_rev0a5feef514"},{"name":"common/tmpl/avatars/avatar","path":"common/tmpl/avatars/avatar_revb91b6f9d08"},{"name":"common/tmpl/avatars/avatar-container","path":"common/tmpl/avatars/avatar-container_revf241112b94"},{"name":"common/tmpl/avatars/avatar-frame","path":"common/tmpl/avatars/avatar-frame_revb91b6f9d08"},{"name":"common/tmpl/badges/badge-online","path":"common/tmpl/badges/badge-online_rev35826af76f"},{"name":"common/tmpl/badges/badge-vip","path":"common/tmpl/badges/badge-vip_revf241112b94"},{"name":"common/value-changer","path":"common/value-changer_rev9651d9990a"},{"name":"community","path":"community/main_revff85fd8484"},{"name":"community-statistic","path":"community-statistic/main_revbd1169583c"},{"name":"community-statistic/item","path":"community-statistic/item_revbd1169583c"},{"name":"community/invite","path":"community/invite_revbd1169583c"},{"name":"community/jentry-join","path":"community/jentry-join_revbd1169583c"},{"name":"community/journal/journal","path":"community/journal/journal_rev9701da092c"},{"name":"community/journal/jupdate","path":"community/journal/jupdate_revbd1169583c"},{"name":"console-extensions","path":"console-extensions_revff85fd8484"},{"name":"content-tools/albums/access-form","path":"content-tools/albums/access-form_revbd1169583c"},{"name":"content-tools/albums/base-form","path":"content-tools/albums/base-form_revbd1169583c"},{"name":"content-tools/albums/cover-form","path":"content-tools/albums/cover-form_rev3972016021"},{"name":"content-tools/albums/create-album","path":"content-tools/albums/create-album_rev3972016021"},{"name":"content-tools/albums/edit-album","path":"content-tools/albums/edit-album_rev9357aae3b3"},{"name":"content-tools/albums/form","path":"content-tools/albums/form_rev1e4c553239"},{"name":"content-tools/albums/main","path":"content-tools/albums/main_rev1da6df83bc"},{"name":"content-tools/albums/selector","path":"content-tools/albums/selector_revf33aa984bf"},{"name":"content-tools/albums/sort-form","path":"content-tools/albums/sort-form_revbd1169583c"},{"name":"content-tools/audio/upload/albums/form","path":"content-tools/audio/upload/albums/form_rev3972016021"},{"name":"content-tools/audio/upload/button","path":"content-tools/audio/upload/button_revbd1169583c"},{"name":"content-tools/audio/upload/edit","path":"content-tools/audio/upload/edit_revbd9e073138"},{"name":"content-tools/audio/upload/edit-item","path":"content-tools/audio/upload/edit-item_revbd1169583c"},{"name":"content-tools/audio/upload/files/uploader","path":"content-tools/audio/upload/files/uploader_revbd1169583c"},{"name":"content-tools/audio/upload/main","path":"content-tools/audio/upload/main_reveb3dc005a3"},{"name":"content-tools/audio/upload/popup","path":"content-tools/audio/upload/popup_reveb3dc005a3"},{"name":"content-tools/audio/upload/search/form","path":"content-tools/audio/upload/search/form_revbd1169583c"},{"name":"content-tools/audio/upload/stat","path":"content-tools/audio/upload/stat_rev8f9b6d217d"},{"name":"content-tools/file-api/ajax","path":"content-tools/file-api/ajax_rev18b76e414f"},{"name":"content-tools/file-api/audio","path":"content-tools/file-api/audio_revadfe30a9b4"},{"name":"content-tools/file-api/file","path":"content-tools/file-api/file_revbd1169583c"},{"name":"content-tools/file-api/iframe","path":"content-tools/file-api/iframe_revbd1169583c"},{"name":"content-tools/file-api/image","path":"content-tools/file-api/image_rev8ff99f613a"},{"name":"content-tools/file-api/main","path":"content-tools/file-api/main_reve3101f36c0"},{"name":"content-tools/media/edit-form","path":"content-tools/media/edit-form_rev9cf14d32b6"},{"name":"content-tools/photo/ajax","path":"content-tools/photo/ajax_revff85fd8484"},{"name":"content-tools/photo/albums/access-form","path":"content-tools/photo/albums/access-form_revbd1169583c"},{"name":"content-tools/photo/albums/cover-form","path":"content-tools/photo/albums/cover-form_revbd1169583c"},{"name":"content-tools/photo/albums/create-album","path":"content-tools/photo/albums/create-album_revff85fd8484"},{"name":"content-tools/photo/albums/edit-album","path":"content-tools/photo/albums/edit-album_revff85fd8484"},{"name":"content-tools/photo/albums/sort-form","path":"content-tools/photo/albums/sort-form_revff85fd8484"},{"name":"content-tools/photo/item","path":"content-tools/photo/item_revbd1169583c"},{"name":"content-tools/photo/upload/albums/form","path":"content-tools/photo/upload/albums/form_revbd1169583c"},{"name":"content-tools/photo/upload/button","path":"content-tools/photo/upload/button_rev1da6df83bc"},{"name":"content-tools/photo/upload/camera/form","path":"content-tools/photo/upload/camera/form_rev1e4c553239"},{"name":"content-tools/photo/upload/camera/uploader","path":"content-tools/photo/upload/camera/uploader_revbd1169583c"},{"name":"content-tools/photo/upload/edit","path":"content-tools/photo/upload/edit_rev01423ea979"},{"name":"content-tools/photo/upload/edit-item","path":"content-tools/photo/upload/edit-item_revbd1169583c"},{"name":"content-tools/photo/upload/edit-item-base","path":"content-tools/photo/upload/edit-item-base_revbd1169583c"},{"name":"content-tools/photo/upload/edit-item-expanded","path":"content-tools/photo/upload/edit-item-expanded_revbd1169583c"},{"name":"content-tools/photo/upload/files/uploader","path":"content-tools/photo/upload/files/uploader_rev8ff99f613a"},{"name":"content-tools/photo/upload/main","path":"content-tools/photo/upload/main_revf33aa984bf"},{"name":"content-tools/photo/upload/network/form","path":"content-tools/photo/upload/network/form_revbd1169583c"},{"name":"content-tools/photo/upload/network/uploader","path":"content-tools/photo/upload/network/uploader_rev3972016021"},{"name":"content-tools/photo/upload/popup","path":"content-tools/photo/upload/popup_revf71af83bd2"},{"name":"content-tools/photo/upload/stat","path":"content-tools/photo/upload/stat_rev8f9b6d217d"},{"name":"content-tools/photo/upload/uploader","path":"content-tools/photo/upload/uploader_revbd1169583c"},{"name":"content-tools/tabs-form","path":"content-tools/tabs-form_revbd1169583c"},{"name":"content-tools/tmpl/albums/access-form","path":"content-tools/tmpl/albums/access-form_revbd1169583c"},{"name":"content-tools/tmpl/albums/base-form","path":"content-tools/tmpl/albums/base-form_revff85fd8484"},{"name":"content-tools/tmpl/albums/cover-form","path":"content-tools/tmpl/albums/cover-form_revbd1169583c"},{"name":"content-tools/tmpl/albums/main","path":"content-tools/tmpl/albums/main_revff85fd8484"},{"name":"content-tools/tmpl/albums/selector-create-album","path":"content-tools/tmpl/albums/selector-create-album_revff85fd8484"},{"name":"content-tools/tmpl/albums/sort-form","path":"content-tools/tmpl/albums/sort-form_reva81b984acb"},{"name":"content-tools/tmpl/audio/upload/album-item","path":"content-tools/tmpl/audio/upload/album-item_revff85fd8484"},{"name":"content-tools/tmpl/audio/upload/albums","path":"content-tools/tmpl/audio/upload/albums_rev3972016021"},{"name":"content-tools/tmpl/audio/upload/edit","path":"content-tools/tmpl/audio/upload/edit_revbd9e073138"},{"name":"content-tools/tmpl/audio/upload/edit-item","path":"content-tools/tmpl/audio/upload/edit-item_revff85fd8484"},{"name":"content-tools/tmpl/audio/upload/main","path":"content-tools/tmpl/audio/upload/main_revbd1169583c"},{"name":"content-tools/tmpl/audio/upload/popup-header","path":"content-tools/tmpl/audio/upload/popup-header_revff85fd8484"},{"name":"content-tools/tmpl/audio/upload/search","path":"content-tools/tmpl/audio/upload/search_revff85fd8484"},{"name":"content-tools/tmpl/media/edit-item","path":"content-tools/tmpl/media/edit-item_revbd1169583c"},{"name":"content-tools/tmpl/photo/item","path":"content-tools/tmpl/photo/item_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/album-item","path":"content-tools/tmpl/photo/upload/album-item_revff85fd8484"},{"name":"content-tools/tmpl/photo/upload/albums","path":"content-tools/tmpl/photo/upload/albums_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/camera","path":"content-tools/tmpl/photo/upload/camera_revf71af83bd2"},{"name":"content-tools/tmpl/photo/upload/edit","path":"content-tools/tmpl/photo/upload/edit_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/edit-item","path":"content-tools/tmpl/photo/upload/edit-item_reva81b984acb"},{"name":"content-tools/tmpl/photo/upload/edit-item-expanded","path":"content-tools/tmpl/photo/upload/edit-item-expanded_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/edit-item-form","path":"content-tools/tmpl/photo/upload/edit-item-form_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/errors","path":"content-tools/tmpl/photo/upload/errors_revff85fd8484"},{"name":"content-tools/tmpl/photo/upload/main","path":"content-tools/tmpl/photo/upload/main_revc743d71c84"},{"name":"content-tools/tmpl/photo/upload/network","path":"content-tools/tmpl/photo/upload/network_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/network-item","path":"content-tools/tmpl/photo/upload/network-item_revbd1169583c"},{"name":"content-tools/tmpl/photo/upload/popup-header","path":"content-tools/tmpl/photo/upload/popup-header_revff85fd8484"},{"name":"content-tools/tmpl/photo/upload/small","path":"content-tools/tmpl/photo/upload/small_revbd1169583c"},{"name":"content-tools/tmpl/video/item","path":"content-tools/tmpl/video/item_revbd1169583c"},{"name":"content-tools/tmpl/video/upload/album-item","path":"content-tools/tmpl/video/upload/album-item_revff85fd8484"},{"name":"content-tools/tmpl/video/upload/albums","path":"content-tools/tmpl/video/upload/albums_revbd1169583c"},{"name":"content-tools/upload/albums-form","path":"content-tools/upload/albums-form_rev1e4c553239"},{"name":"content-tools/upload/main","path":"content-tools/upload/main_revbd1169583c"},{"name":"content-tools/upload/popup","path":"content-tools/upload/popup_revc743d71c84"},{"name":"content-tools/upload/uploader","path":"content-tools/upload/uploader_revbd1169583c"},{"name":"content-tools/video/ajax","path":"content-tools/video/ajax_revd2a1fd5fe8"},{"name":"content-tools/video/albums-popup","path":"content-tools/video/albums-popup_revbd1169583c"},{"name":"content-tools/video/albums/access-form","path":"content-tools/video/albums/access-form_revff85fd8484"},{"name":"content-tools/video/albums/cover-form","path":"content-tools/video/albums/cover-form_revbd1169583c"},{"name":"content-tools/video/albums/create-album","path":"content-tools/video/albums/create-album_revff85fd8484"},{"name":"content-tools/video/albums/edit-album","path":"content-tools/video/albums/edit-album_revff85fd8484"},{"name":"content-tools/video/albums/sort-form","path":"content-tools/video/albums/sort-form_revff85fd8484"},{"name":"content-tools/video/item","path":"content-tools/video/item_revbd1169583c"},{"name":"content-tools/video/upload-external","path":"content-tools/video/upload-external_reve9ab9a4ca5"},{"name":"content-tools/video/upload-item","path":"content-tools/video/upload-item_revb813bb02b9"},{"name":"content-tools/video/upload-popup","path":"content-tools/video/upload-popup_rev63975fae0e"},{"name":"counters","path":"counters_rev9ef5ddb9a3"},{"name":"custom-theme","path":"custom-theme/main_revff85fd8484"},{"name":"custom-theme/form","path":"custom-theme/form_revbd1169583c"},{"name":"custom-theme/themes","path":"custom-theme/themes_revff85fd8484"},{"name":"daily-tasks","path":"daily-tasks/main_rev9ef5ddb9a3"},{"name":"daily-tasks/complete-task-modal","path":"daily-tasks/complete-task-modal_rev7ddaa2a175"},{"name":"daily-tasks/enums","path":"daily-tasks/enums_rev988d94f6cd"},{"name":"daily-tasks/index","path":"daily-tasks/index_revdd0225ad4d"},{"name":"daily-tasks/mocks","path":"daily-tasks/mocks_rev988d94f6cd"},{"name":"daily-tasks/popups/buy-task-popup","path":"daily-tasks/popups/buy-task-popup_revb7f5eb4395"},{"name":"daily-tasks/popups/complete-task-popup","path":"daily-tasks/popups/complete-task-popup_rev988d94f6cd"},{"name":"daily-tasks/popups/configs-popup","path":"daily-tasks/popups/configs-popup_rev988d94f6cd"},{"name":"daily-tasks/tmpl/action-block","path":"daily-tasks/tmpl/action-block_revdd0225ad4d"},{"name":"daily-tasks/tmpl/change-task-tile","path":"daily-tasks/tmpl/change-task-tile_revdd0225ad4d"},{"name":"daily-tasks/tmpl/daily-task-error","path":"daily-tasks/tmpl/daily-task-error_revdd0225ad4d"},{"name":"daily-tasks/tmpl/inc/daily-task-graph","path":"daily-tasks/tmpl/inc/daily-task-graph_revdd0225ad4d"},{"name":"daily-tasks/tmpl/inc/daily-task-item","path":"daily-tasks/tmpl/inc/daily-task-item_revdd0225ad4d"},{"name":"daily-tasks/tmpl/inc/daily-task-price","path":"daily-tasks/tmpl/inc/daily-task-price_revdd0225ad4d"},{"name":"daily-tasks/tmpl/inc/daily-task-reward","path":"daily-tasks/tmpl/inc/daily-task-reward_revdd0225ad4d"},{"name":"daily-tasks/tmpl/inc/daily-task-widget-graph","path":"daily-tasks/tmpl/inc/daily-task-widget-graph_revc6f27588fd"},{"name":"daily-tasks/tmpl/inc/daily-task-widget-item","path":"daily-tasks/tmpl/inc/daily-task-widget-item_revc6f27588fd"},{"name":"daily-tasks/tmpl/popup-complete","path":"daily-tasks/tmpl/popup-complete_revdd0225ad4d"},{"name":"daily-tasks/tmpl/popup-configs","path":"daily-tasks/tmpl/popup-configs_revdd0225ad4d"},{"name":"daily-tasks/tmpl/widget","path":"daily-tasks/tmpl/widget_revc6f27588fd"},{"name":"daily-tasks/types","path":"daily-tasks/types_rev988d94f6cd"},{"name":"daily-tasks/utils/adapter","path":"daily-tasks/utils/adapter_rev988d94f6cd"},{"name":"daily-tasks/utils/get-task-difficulty-number","path":"daily-tasks/utils/get-task-difficulty-number_rev988d94f6cd"},{"name":"daily-tasks/utils/task-payment","path":"daily-tasks/utils/task-payment_rev988d94f6cd"},{"name":"delayed-posts","path":"delayed-posts/main_rev68c66c7a75"},{"name":"editblacklist","path":"editblacklist/main_revbd1169583c"},{"name":"editcommunity","path":"editcommunity/main_reve13d842fe8"},{"name":"end","path":"end_revff85fd8484"},{"name":"external/admanhtml-mm","path":"external/admanhtml-mm_revbd1169583c"},{"name":"external/block","path":"external/block_revb813bb02b9"},{"name":"external/candy2.min","path":"external/candy2.min_revc071c3035c"},{"name":"external/cookie","path":"external/cookie_revff85fd8484"},{"name":"external/dash.all.debug","path":"external/dash.all.debug_revb7d4b9de6d"},{"name":"external/dash.all.min","path":"external/dash.all.min_revb7d4b9de6d"},{"name":"external/eruda.min","path":"external/eruda.min_rev860067e3e5"},{"name":"external/streamsense","path":"external/streamsense_revbd1169583c"},{"name":"external/vorlon","path":"external/vorlon_rev5b1c2a367c"},{"name":"factory","path":"factory_revff85fd8484"},{"name":"foaf/tmpl/foaf","path":"foaf/tmpl/foaf_revbd1169583c"},{"name":"game-client","path":"game-client/main_revf241112b94"},{"name":"game-client-auth","path":"game-client-auth/main_rev91fde143bb"},{"name":"game-client-auth/portal","path":"game-client-auth/portal_revc99aacceb8"},{"name":"game-client/index","path":"game-client/index_rev91fde143bb"},{"name":"gifts","path":"gifts/main_rev3cd8112df6"},{"name":"gifts/enums","path":"gifts/enums_rev3cd8112df6"},{"name":"gifts/form","path":"gifts/form_revdf3afb45cc"},{"name":"gifts/form-gift","path":"gifts/form-gift_revbd1169583c"},{"name":"gifts/form-gift-free","path":"gifts/form-gift-free_revbd1169583c"},{"name":"gifts/form-vip-status","path":"gifts/form-vip-status_rev64d8bc48dd"},{"name":"gifts/friend","path":"gifts/friend_revdf3afb45cc"},{"name":"gifts/gift","path":"gifts/gift_rev3cd8112df6"},{"name":"gifts/my","path":"gifts/my_rev3cd8112df6"},{"name":"gifts/send","path":"gifts/send_rev3cd8112df6"},{"name":"gifts/tmpl/form","path":"gifts/tmpl/form_revdf3afb45cc"},{"name":"gifts/tmpl/friend-gifts-list-tmpl","path":"gifts/tmpl/friend-gifts-list-tmpl_revdf3afb45cc"},{"name":"gifts/tmpl/gifts-list","path":"gifts/tmpl/gifts-list_rev3cd8112df6"},{"name":"gifts/tmpl/mygifts-list","path":"gifts/tmpl/mygifts-list_rev3cd8112df6"},{"name":"gifts/tmpl/no-my-gifts","path":"gifts/tmpl/no-my-gifts_rev3cd8112df6"},{"name":"gifts/types","path":"gifts/types_rev3cd8112df6"},{"name":"group-catalog","path":"group-catalog/main_revff85fd8484"},{"name":"group-catalog/catalog","path":"group-catalog/catalog_revff85fd8484"},{"name":"group-catalog/invite-groups","path":"group-catalog/invite-groups_revff85fd8484"},{"name":"group-catalog/search-catalog","path":"group-catalog/search-catalog_revff85fd8484"},{"name":"group-catalog/user-groups","path":"group-catalog/user-groups_revff85fd8484"},{"name":"group-catalog/wookmark","path":"group-catalog/wookmark_revff85fd8484"},{"name":"handlebars-helpers","path":"handlebars-helpers/main_revc96c19cba1"},{"name":"handlebars-helpers/debug","path":"handlebars-helpers/debug_revff85fd8484"},{"name":"handlebars-helpers/digitFormat","path":"handlebars-helpers/digitFormat_revff85fd8484"},{"name":"handlebars-helpers/escape","path":"handlebars-helpers/escape_revff85fd8484"},{"name":"handlebars-helpers/filed","path":"handlebars-helpers/filed_revc6f27588fd"},{"name":"handlebars-helpers/htmlentities","path":"handlebars-helpers/htmlentities_revff85fd8484"},{"name":"handlebars-helpers/icon","path":"handlebars-helpers/icon_revff85fd8484"},{"name":"handlebars-helpers/ifEq","path":"handlebars-helpers/ifEq_revff85fd8484"},{"name":"handlebars-helpers/ifGt","path":"handlebars-helpers/ifGt_revff85fd8484"},{"name":"handlebars-helpers/ifLt","path":"handlebars-helpers/ifLt_revff85fd8484"},{"name":"handlebars-helpers/ifNotEq","path":"handlebars-helpers/ifNotEq_revc96c19cba1"},{"name":"handlebars-helpers/inflect","path":"handlebars-helpers/inflect_revff85fd8484"},{"name":"handlebars-helpers/json-encode","path":"handlebars-helpers/json-encode_revff85fd8484"},{"name":"handlebars-helpers/json-stringify","path":"handlebars-helpers/json-stringify_revff85fd8484"},{"name":"handlebars-helpers/json-strip-end-brace","path":"handlebars-helpers/json-strip-end-brace_revff85fd8484"},{"name":"handlebars-helpers/number-human-format","path":"handlebars-helpers/number-human-format_revcccb980eca"},{"name":"handlebars-helpers/number-width","path":"handlebars-helpers/number-width_revff85fd8484"},{"name":"handlebars-helpers/plural","path":"handlebars-helpers/plural_revff85fd8484"},{"name":"handlebars-helpers/rb-count","path":"handlebars-helpers/rb-count_revff85fd8484"},{"name":"handlebars-helpers/recursion","path":"handlebars-helpers/recursion_revff85fd8484"},{"name":"handlebars-helpers/spaceless","path":"handlebars-helpers/spaceless_revd9c24d5ad0"},{"name":"handlebars-helpers/summ","path":"handlebars-helpers/summ_revc96c19cba1"},{"name":"handlebars-helpers/times","path":"handlebars-helpers/times_revff85fd8484"},{"name":"handlebars-helpers/unlessEq","path":"handlebars-helpers/unlessEq_revff85fd8484"},{"name":"hashtag","path":"hashtag/main_revcccb980eca"},{"name":"hashtag/collections/hashtags","path":"hashtag/collections/hashtags_revbd1169583c"},{"name":"hashtag/tmpl/hashtag_item","path":"hashtag/tmpl/hashtag_item_revbd1169583c"},{"name":"hashtag/tmpl/text","path":"hashtag/tmpl/text_revff85fd8484"},{"name":"head/alert","path":"head/alert_revb58896eead"},{"name":"head/buttons/dialogues","path":"head/buttons/dialogues_rev9701da092c"},{"name":"head/marketing","path":"head/marketing_revb58896eead"},{"name":"head/navigation","path":"head/navigation_rev1da6df83bc"},{"name":"head/tmpl/alerts/common-friends","path":"head/tmpl/alerts/common-friends_revff85fd8484"},{"name":"head/tmpl/alerts/playlist","path":"head/tmpl/alerts/playlist_revff85fd8484"},{"name":"hilo/reduce-cooldown","path":"hilo/reduce-cooldown_rev9ef5ddb9a3"},{"name":"holiday-action","path":"holiday-action/main_rev397d303081"},{"name":"holiday-action/helpers","path":"holiday-action/helpers_rev397d303081"},{"name":"holiday-action/index","path":"holiday-action/index_rev397d303081"},{"name":"holiday-action/tmpl/holiday-action","path":"holiday-action/tmpl/holiday-action_rev397d303081"},{"name":"holiday-action/tmpl/rules","path":"holiday-action/tmpl/rules_rev397d303081"},{"name":"holiday-action/types","path":"holiday-action/types_rev397d303081"},{"name":"holidays","path":"holidays/main_rev3cd8112df6"},{"name":"holidays/enums","path":"holidays/enums_rev3cd8112df6"},{"name":"holidays/friends-list","path":"holidays/friends-list_rev3cd8112df6"},{"name":"holidays/list","path":"holidays/list_rev3cd8112df6"},{"name":"holidays/tmpl/actual-holidays-list","path":"holidays/tmpl/actual-holidays-list_rev3cd8112df6"},{"name":"holidays/tmpl/empty","path":"holidays/tmpl/empty_rev3cd8112df6"},{"name":"holidays/tmpl/friends-holidays-list","path":"holidays/tmpl/friends-holidays-list_rev3cd8112df6"},{"name":"holidays/tmpl/holidays-list","path":"holidays/tmpl/holidays-list_rev3cd8112df6"},{"name":"holidays/types","path":"holidays/types_rev3cd8112df6"},{"name":"home/column_right","path":"home/column_right_rev4848af7f5a"},{"name":"home/column_right/apps","path":"home/column_right/apps_rev822ea0f310"},{"name":"home/column_right/collections/apps","path":"home/column_right/collections/apps_rev9b1e6a12eb"},{"name":"home/column_right/collections/sale","path":"home/column_right/collections/sale_rev13f7216582"},{"name":"home/column_right/main","path":"home/column_right/main_rev45bea50fb5"},{"name":"home/column_right/sale","path":"home/column_right/sale_rev822ea0f310"},{"name":"home/friend_suggests","path":"home/friend_suggests_reva446296012"},{"name":"home/guestbook","path":"home/guestbook_revbd1169583c"},{"name":"home/history","path":"home/history_revf282774a17"},{"name":"home/history/adv-post","path":"home/history/adv-post_revdd0225ad4d"},{"name":"home/history/adv-post-carousel","path":"home/history/adv-post-carousel_rev822ea0f310"},{"name":"home/history/apps-best","path":"home/history/apps-best_revcd07f7d71c"},{"name":"home/history/apps-carousel","path":"home/history/apps-carousel_rev822ea0f310"},{"name":"home/history/audio","path":"home/history/audio_revff85fd8484"},{"name":"home/history/audio-promo","path":"home/history/audio-promo_revbd1169583c"},{"name":"home/history/collections/hot-or-not-voted-users","path":"home/history/collections/hot-or-not-voted-users_revbd1169583c"},{"name":"home/history/edit-post","path":"home/history/edit-post_rev01423ea979"},{"name":"home/history/events","path":"home/history/events_revcb48d4c807"},{"name":"home/history/hot-or-not","path":"home/history/hot-or-not_revbd1169583c"},{"name":"home/history/models/friendsphotos","path":"home/history/models/friendsphotos_revbd1169583c"},{"name":"home/history/models/hot-or-not","path":"home/history/models/hot-or-not_revbd1169583c"},{"name":"home/history/models/video-promo","path":"home/history/models/video-promo_revbd1169583c"},{"name":"home/history/photos","path":"home/history/photos_revbd1169583c"},{"name":"home/history/repost","path":"home/history/repost_reva446296012"},{"name":"home/history/settings","path":"home/history/settings_reve9438237af"},{"name":"home/history/video-promo","path":"home/history/video-promo_revbd1169583c"},{"name":"home/tmpl/column_right/apps","path":"home/tmpl/column_right/apps_rev45bea50fb5"},{"name":"home/tmpl/column_right/audio_item","path":"home/tmpl/column_right/audio_item_rev4b6bdc1d3d"},{"name":"home/tmpl/column_right/sale","path":"home/tmpl/column_right/sale_rev45bea50fb5"},{"name":"home/tmpl/column_right/user_item","path":"home/tmpl/column_right/user_item_revbd1169583c"},{"name":"home/tmpl/column_right/video_item","path":"home/tmpl/column_right/video_item_revff85fd8484"},{"name":"home/tmpl/column_right/video_item_first","path":"home/tmpl/column_right/video_item_first_revff85fd8484"},{"name":"home/tmpl/history/adv-post","path":"home/tmpl/history/adv-post_reva81b984acb"},{"name":"home/tmpl/history/adv-post-carousel","path":"home/tmpl/history/adv-post-carousel_rev8848e9147e"},{"name":"home/tmpl/history/adv-post-carousel-slide","path":"home/tmpl/history/adv-post-carousel-slide_revd171ab50fd"},{"name":"home/tmpl/history/app_promo_item","path":"home/tmpl/history/app_promo_item_revff85fd8484"},{"name":"home/tmpl/history/apps_best","path":"home/tmpl/history/apps_best_rev3d06140a8b"},{"name":"home/tmpl/history/apps_best_row","path":"home/tmpl/history/apps_best_row_rev3d06140a8b"},{"name":"home/tmpl/history/apps_carousel_slide","path":"home/tmpl/history/apps_carousel_slide_rev3d06140a8b"},{"name":"home/tmpl/history/audio_promo","path":"home/tmpl/history/audio_promo_reva81b984acb"},{"name":"home/tmpl/history/hot_or_not_item","path":"home/tmpl/history/hot_or_not_item_revff85fd8484"},{"name":"home/tmpl/history/hot_or_not_voted_item","path":"home/tmpl/history/hot_or_not_voted_item_revbd1169583c"},{"name":"home/tmpl/history/hot_or_not_voted_popup","path":"home/tmpl/history/hot_or_not_voted_popup_revff85fd8484"},{"name":"home/tmpl/history/photos","path":"home/tmpl/history/photos_revbd1169583c"},{"name":"home/tmpl/history/repost-list","path":"home/tmpl/history/repost-list_revff85fd8484"},{"name":"home/tmpl/history/repost-list-item","path":"home/tmpl/history/repost-list-item_revff85fd8484"},{"name":"home/tmpl/history/video_item","path":"home/tmpl/history/video_item_revff85fd8484"},{"name":"home/video-community","path":"home/video-community_rev68c66c7a75"},{"name":"home/view-event","path":"home/view-event_revcb48d4c807"},{"name":"jquery","path":"jquery_revff85fd8484"},{"name":"layers/head/actions","path":"layers/head/actions_rev8218d88919"},{"name":"layers/head/base","path":"layers/head/base_rev91fde143bb"},{"name":"layers/head/discussions","path":"layers/head/discussions_rev1146059566"},{"name":"layers/head/games","path":"layers/head/games_rev0e7929ce0b"},{"name":"layers/head/messages","path":"layers/head/messages_rev7c7a4dbd0b"},{"name":"layers/head/music","path":"layers/head/music_rev1146059566"},{"name":"layers/head/notifications","path":"layers/head/notifications_rev1146059566"},{"name":"layers/head/user","path":"layers/head/user_rev91fde143bb"},{"name":"left-menu","path":"left-menu/main_rev5b793ac6cb"},{"name":"left-menu/apps","path":"left-menu/apps_rev35826af76f"},{"name":"left-menu/apps-old","path":"left-menu/apps-old_revc96c19cba1"},{"name":"left-menu/tmpl/adv-link","path":"left-menu/tmpl/adv-link_rev55fd375051"},{"name":"left-menu/tmpl/game-client","path":"left-menu/tmpl/game-client_rev91fde143bb"},{"name":"left-menu/tmpl/main","path":"left-menu/tmpl/main_rev6691e4af3e"},{"name":"left-menu/tmpl/promo-link","path":"left-menu/tmpl/promo-link_rev1594324ce8"},{"name":"libs/autosize","path":"libs/autosize_rev1da6df83bc"},{"name":"libs/canvas-to-blob","path":"libs/canvas-to-blob_revff85fd8484"},{"name":"libs/es5-shim","path":"libs/es5-shim_revbd1169583c"},{"name":"libs/handlebars","path":"libs/handlebars_rev6ca35884a1"},{"name":"libs/history","path":"libs/history_revbd1169583c"},{"name":"libs/jquery","path":"libs/jquery_revbd1169583c"},{"name":"libs/jquery-ui/1-10/autocomplete","path":"libs/jquery-ui/1-10/autocomplete_revff85fd8484"},{"name":"libs/jquery-ui/1-10/core","path":"libs/jquery-ui/1-10/core_revff85fd8484"},{"name":"libs/jquery-ui/1-10/datepicker","path":"libs/jquery-ui/1-10/datepicker_revbd1169583c"},{"name":"libs/jquery-ui/1-10/datepicker-ru","path":"libs/jquery-ui/1-10/datepicker-ru_revff85fd8484"},{"name":"libs/jquery-ui/1-10/draggable","path":"libs/jquery-ui/1-10/draggable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/droppable","path":"libs/jquery-ui/1-10/droppable_revbd1169583c"},{"name":"libs/jquery-ui/1-10/jqueryui/autocomplete","path":"libs/jquery-ui/1-10/jqueryui/autocomplete_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/core","path":"libs/jquery-ui/1-10/jqueryui/core_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/datepicker","path":"libs/jquery-ui/1-10/jqueryui/datepicker_revbd1169583c"},{"name":"libs/jquery-ui/1-10/jqueryui/datepicker-ru","path":"libs/jquery-ui/1-10/jqueryui/datepicker-ru_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/draggable","path":"libs/jquery-ui/1-10/jqueryui/draggable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/droppable","path":"libs/jquery-ui/1-10/jqueryui/droppable_revbd1169583c"},{"name":"libs/jquery-ui/1-10/jqueryui/menu","path":"libs/jquery-ui/1-10/jqueryui/menu_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/mouse","path":"libs/jquery-ui/1-10/jqueryui/mouse_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/position","path":"libs/jquery-ui/1-10/jqueryui/position_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/sortable","path":"libs/jquery-ui/1-10/jqueryui/sortable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/jqueryui/widget","path":"libs/jquery-ui/1-10/jqueryui/widget_revbd1169583c"},{"name":"libs/jquery-ui/1-10/menu","path":"libs/jquery-ui/1-10/menu_revff85fd8484"},{"name":"libs/jquery-ui/1-10/mouse","path":"libs/jquery-ui/1-10/mouse_revff85fd8484"},{"name":"libs/jquery-ui/1-10/position","path":"libs/jquery-ui/1-10/position_revff85fd8484"},{"name":"libs/jquery-ui/1-10/sortable","path":"libs/jquery-ui/1-10/sortable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/i18n/jquery.ui.datepicker-ru","path":"libs/jquery-ui/1-10/ui/i18n/jquery.ui.datepicker-ru_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.autocomplete","path":"libs/jquery-ui/1-10/ui/jquery.ui.autocomplete_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.core","path":"libs/jquery-ui/1-10/ui/jquery.ui.core_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.datepicker","path":"libs/jquery-ui/1-10/ui/jquery.ui.datepicker_revbd1169583c"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.draggable","path":"libs/jquery-ui/1-10/ui/jquery.ui.draggable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.droppable","path":"libs/jquery-ui/1-10/ui/jquery.ui.droppable_revbd1169583c"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.menu","path":"libs/jquery-ui/1-10/ui/jquery.ui.menu_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.mouse","path":"libs/jquery-ui/1-10/ui/jquery.ui.mouse_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.position","path":"libs/jquery-ui/1-10/ui/jquery.ui.position_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.sortable","path":"libs/jquery-ui/1-10/ui/jquery.ui.sortable_revff85fd8484"},{"name":"libs/jquery-ui/1-10/ui/jquery.ui.widget","path":"libs/jquery-ui/1-10/ui/jquery.ui.widget_revbd1169583c"},{"name":"libs/jquery-ui/1-10/widget","path":"libs/jquery-ui/1-10/widget_revbd1169583c"},{"name":"libs/lazysizes.min","path":"libs/lazysizes.min_revc6f27588fd"},{"name":"libs/nerve","path":"libs/nerve_revc32f1593df"},{"name":"libs/petrovich","path":"libs/petrovich_revff85fd8484"},{"name":"libs/plugins/isInViewport","path":"libs/plugins/isInViewport_revbd1169583c"},{"name":"libs/plugins/jQuery.XDomainRequest","path":"libs/plugins/jQuery.XDomainRequest_revbd1169583c"},{"name":"libs/plugins/jquery.Jcrop","path":"libs/plugins/jquery.Jcrop_revbd1169583c"},{"name":"libs/plugins/jquery.browser","path":"libs/plugins/jquery.browser_revff85fd8484"},{"name":"libs/plugins/jquery.easing","path":"libs/plugins/jquery.easing_revff85fd8484"},{"name":"libs/plugins/jquery.fileupload","path":"libs/plugins/jquery.fileupload_revff85fd8484"},{"name":"libs/plugins/jquery.highlight-within-textarea","path":"libs/plugins/jquery.highlight-within-textarea_rev1da6df83bc"},{"name":"libs/plugins/jquery.iframe-transport","path":"libs/plugins/jquery.iframe-transport_revbd1169583c"},{"name":"libs/plugins/jquery.jcarousel","path":"libs/plugins/jquery.jcarousel_revff85fd8484"},{"name":"libs/plugins/jquery.jplayer","path":"libs/plugins/jquery.jplayer_rev4213dc577a"},{"name":"libs/plugins/jquery.marquee","path":"libs/plugins/jquery.marquee_revbd1169583c"},{"name":"libs/plugins/jquery.mask","path":"libs/plugins/jquery.mask_rev8ba29a2b3d"},{"name":"libs/plugins/jquery.mousewheel","path":"libs/plugins/jquery.mousewheel_revff85fd8484"},{"name":"libs/plugins/jquery.placeholder","path":"libs/plugins/jquery.placeholder_revbd1169583c"},{"name":"libs/plugins/jquery.scrollTo","path":"libs/plugins/jquery.scrollTo_revff85fd8484"},{"name":"libs/plugins/jquery.textcomplete","path":"libs/plugins/jquery.textcomplete_revbd1169583c"},{"name":"libs/plugins/jquery.ui.autocomplete.html","path":"libs/plugins/jquery.ui.autocomplete.html_revff85fd8484"},{"name":"libs/plugins/jquery.url","path":"libs/plugins/jquery.url_revff85fd8484"},{"name":"libs/plugins/jquery.wookmark","path":"libs/plugins/jquery.wookmark_revff85fd8484"},{"name":"libs/plugins/o2html","path":"libs/plugins/o2html_revff85fd8484"},{"name":"libs/plugins/swfobject","path":"libs/plugins/swfobject_revbd1169583c"},{"name":"libs/plugins/ua-parser","path":"libs/plugins/ua-parser_revff85fd8484"},{"name":"libs/promise","path":"libs/promise_revb7f5eb4395"},{"name":"libs/spletnik","path":"libs/spletnik_revd203ebda19"},{"name":"likes/collections/likers","path":"likes/collections/likers_rev131693430b"},{"name":"likes/likers-popup","path":"likes/likers-popup_revbd1169583c"},{"name":"likes/tmpl/liker_item","path":"likes/tmpl/liker_item_revbd1169583c"},{"name":"likes/tmpl/likers_popup","path":"likes/tmpl/likers_popup_revff85fd8484"},{"name":"login","path":"login/main_rev368dbcdda1"},{"name":"media","path":"media/main_revf282774a17"},{"name":"media-savepoint/video","path":"media-savepoint/video_rev3faa769534"},{"name":"media/history-layer","path":"media/history-layer_rev9701da092c"},{"name":"media/photo","path":"media/photo_revb7f5eb4395"},{"name":"media/photo/content-events","path":"media/photo/content-events_reve3372c9b34"},{"name":"media/photo/dom","path":"media/photo/dom_revab8c2035e7"},{"name":"media/photo/main-events","path":"media/photo/main-events_rev01423ea979"},{"name":"media/photo/model","path":"media/photo/model_revff85fd8484"},{"name":"media/photo/select-friend","path":"media/photo/select-friend_revcc29c24897"},{"name":"media/video","path":"media/video_rev9357aae3b3"},{"name":"media/video/album-selector","path":"media/video/album-selector_revd203ebda19"},{"name":"media/video/content-events","path":"media/video/content-events_rev9701da092c"},{"name":"media/video/dom","path":"media/video/dom_rev7dd7246e08"},{"name":"media/video/main-events","path":"media/video/main-events_revff85fd8484"},{"name":"media/video/model","path":"media/video/model_revff85fd8484"},{"name":"mediascope","path":"mediascope/main_revdc0135438b"},{"name":"mediascope/index","path":"mediascope/index_revdc0135438b"},{"name":"mention/mention","path":"mention/mention_revbd1169583c"},{"name":"messages","path":"messages/main_reve13d842fe8"},{"name":"messages/event","path":"messages/event_rev1146059566"},{"name":"messages/friends","path":"messages/friends_rev1aa3496a9d"},{"name":"messages/publisher","path":"messages/publisher_rev18c5c0ee0d"},{"name":"messages/tmpl/error","path":"messages/tmpl/error_revf15123cf55"},{"name":"messages/tmpl/friends","path":"messages/tmpl/friends_revbd1169583c"},{"name":"messages/tmpl/friends/empty-list","path":"messages/tmpl/friends/empty-list_revbd1169583c"},{"name":"messages/tmpl/friends/item","path":"messages/tmpl/friends/item_revbd1169583c"},{"name":"messages/tmpl/hint-bubble","path":"messages/tmpl/hint-bubble_revf15123cf55"},{"name":"messages/tmpl/left","path":"messages/tmpl/left_revbd9e073138"},{"name":"messages/tmpl/left/empty-search","path":"messages/tmpl/left/empty-search_revf15123cf55"},{"name":"messages/tmpl/left/user","path":"messages/tmpl/left/user_revbd1169583c"},{"name":"messages/tmpl/messages","path":"messages/tmpl/messages_rev497d3572e4"},{"name":"messages/tmpl/right","path":"messages/tmpl/right_rev6f6367e48d"},{"name":"messages/tmpl/right/errors","path":"messages/tmpl/right/errors_revf15123cf55"},{"name":"messages/tmpl/right/footer","path":"messages/tmpl/right/footer_rev6f6367e48d"},{"name":"messages/tmpl/right/head","path":"messages/tmpl/right/head_revbd1169583c"},{"name":"messages/tmpl/right/warnings","path":"messages/tmpl/right/warnings_revf15123cf55"},{"name":"mimic/css/effects","path":"mimic/css/effects_rev988d94f6cd"},{"name":"mimic/css/item","path":"mimic/css/item_revf4a1ea0219"},{"name":"mimic/css/items","path":"mimic/css/items_revf4a1ea0219"},{"name":"mimic/css/mimic","path":"mimic/css/mimic_rev988d94f6cd"},{"name":"mimic/css/multiformat-item","path":"mimic/css/multiformat-item_rev988d94f6cd"},{"name":"mimic/css/multiformat-items","path":"mimic/css/multiformat-items_rev988d94f6cd"},{"name":"mimic/css/utils","path":"mimic/css/utils_rev988d94f6cd"},{"name":"mimic/item","path":"mimic/item_revf4a1ea0219"},{"name":"mimic/mimic","path":"mimic/mimic_rev497d3572e4"},{"name":"mimic/right-column","path":"mimic/right-column_rev44645fbf02"},{"name":"mimic/tmpl/item","path":"mimic/tmpl/item_revf4a1ea0219"},{"name":"mimic/tmpl/item-link","path":"mimic/tmpl/item-link_revf4a1ea0219"},{"name":"mimic/tmpl/item-menu","path":"mimic/tmpl/item-menu_revf4a1ea0219"},{"name":"mimic/tmpl/items","path":"mimic/tmpl/items_revf4a1ea0219"},{"name":"mimic/tmpl/multiformat-item","path":"mimic/tmpl/multiformat-item_rev705b470020"},{"name":"mimic/tmpl/multiformat-items","path":"mimic/tmpl/multiformat-items_rev705b470020"},{"name":"mimic/tmpl/redirect","path":"mimic/tmpl/redirect_reve69a714016"},{"name":"mobpromo","path":"mobpromo/main_revff85fd8484"},{"name":"models/actions","path":"models/actions_revb58896eead"},{"name":"models/app","path":"models/app_reveeed496acf"},{"name":"models/comment","path":"models/comment_rev1da6df83bc"},{"name":"models/community","path":"models/community_revdd0225ad4d"},{"name":"models/dialogues/message","path":"models/dialogues/message_revbd1169583c"},{"name":"models/dialogues/thread","path":"models/dialogues/thread_rev3972016021"},{"name":"models/education/college/faculty","path":"models/education/college/faculty_revff85fd8484"},{"name":"models/education/college/item","path":"models/education/college/item_revbd1169583c"},{"name":"models/education/institute/department","path":"models/education/institute/department_revff85fd8484"},{"name":"models/education/institute/faculty","path":"models/education/institute/faculty_revff85fd8484"},{"name":"models/education/institute/item","path":"models/education/institute/item_revbd1169583c"},{"name":"models/education/item","path":"models/education/item_revbd1169583c"},{"name":"models/education/school","path":"models/education/school_revbd1169583c"},{"name":"models/geo/city","path":"models/geo/city_revff85fd8484"},{"name":"models/geo/country","path":"models/geo/country_revff85fd8484"},{"name":"models/geo/geo","path":"models/geo/geo_revff85fd8484"},{"name":"models/geo/house","path":"models/geo/house_revff85fd8484"},{"name":"models/geo/region","path":"models/geo/region_revff85fd8484"},{"name":"models/geo/street","path":"models/geo/street_revff85fd8484"},{"name":"models/gift/item","path":"models/gift/item_revbd1169583c"},{"name":"models/gift/item-free","path":"models/gift/item-free_revbd1169583c"},{"name":"models/gift/item-vip-status","path":"models/gift/item-vip-status_revbd1169583c"},{"name":"models/group/group","path":"models/group/group_revff85fd8484"},{"name":"models/hashtag/hashtag","path":"models/hashtag/hashtag_revbd1169583c"},{"name":"models/history/adv-post","path":"models/history/adv-post_revd9c24d5ad0"},{"name":"models/history/multipost","path":"models/history/multipost_revcb48d4c807"},{"name":"models/like","path":"models/like_revbd1169583c"},{"name":"models/media/album","path":"models/media/album_rev99f12eb3b3"},{"name":"models/media/audio/item","path":"models/media/audio/item_revdd0225ad4d"},{"name":"models/media/audio/playlist","path":"models/media/audio/playlist_revff85fd8484"},{"name":"models/media/photo/album","path":"models/media/photo/album_revbd1169583c"},{"name":"models/media/photo/item","path":"models/media/photo/item_rev8ff99f613a"},{"name":"models/media/video/album","path":"models/media/video/album_revbd1169583c"},{"name":"models/media/video/channel","path":"models/media/video/channel_revdd0225ad4d"},{"name":"models/media/video/item","path":"models/media/video/item_rev1da6df83bc"},{"name":"models/mini-profile","path":"models/mini-profile_revbd1169583c"},{"name":"models/moderation/photo-video","path":"models/moderation/photo-video_revcccb980eca"},{"name":"models/moderation/queue-item","path":"models/moderation/queue-item_revcccb980eca"},{"name":"models/notifications/alert","path":"models/notifications/alert_rev35826af76f"},{"name":"models/notifications/event","path":"models/notifications/event_revdd0225ad4d"},{"name":"models/notifications/list","path":"models/notifications/list_revbd1169583c"},{"name":"models/notifications/settings","path":"models/notifications/settings_revd9c24d5ad0"},{"name":"models/user/active","path":"models/user/active_revb3d306752c"},{"name":"models/user/journal","path":"models/user/journal_revdd0225ad4d"},{"name":"models/user/user","path":"models/user/user_revdd0225ad4d"},{"name":"moderation","path":"moderation/main_rev1da6df83bc"},{"name":"moderation/albums","path":"moderation/albums_rev1da6df83bc"},{"name":"moderation/moderate-item","path":"moderation/moderate-item_revc32f1593df"},{"name":"moderation/queue-item","path":"moderation/queue-item_revcccb980eca"},{"name":"moderation/tmpl/album-item","path":"moderation/tmpl/album-item_rev1da6df83bc"},{"name":"moderation/tmpl/moderate-item","path":"moderation/tmpl/moderate-item_reva81b984acb"},{"name":"moderation/tmpl/queue-item","path":"moderation/tmpl/queue-item_revff85fd8484"},{"name":"motivation-alerts/avatar","path":"motivation-alerts/avatar_revdd0225ad4d"},{"name":"motivation-alerts/verify","path":"motivation-alerts/verify_revdd0225ad4d"},{"name":"multiline-ellipsis/multiline-ellipsis","path":"multiline-ellipsis/multiline-ellipsis_rev4962aee109"},{"name":"music-reskin","path":"music-reskin/main_revf86cc935c3"},{"name":"music-reskin/app","path":"music-reskin/app_rev9b1e6a12eb"},{"name":"music-reskin/clnsId","path":"music-reskin/clnsId_rev4213dc577a"},{"name":"music-reskin/collections/albums.collection","path":"music-reskin/collections/albums.collection_revbd1169583c"},{"name":"music-reskin/collections/all-albums.collection","path":"music-reskin/collections/all-albums.collection_revbd1169583c"},{"name":"music-reskin/collections/artist-fans.collection","path":"music-reskin/collections/artist-fans.collection_revbd1169583c"},{"name":"music-reskin/collections/artist-playlists.collection","path":"music-reskin/collections/artist-playlists.collection_revbd1169583c"},{"name":"music-reskin/collections/artists.collection","path":"music-reskin/collections/artists.collection_rev01423ea979"},{"name":"music-reskin/collections/autoplaylists.collection","path":"music-reskin/collections/autoplaylists.collection_revbd1169583c"},{"name":"music-reskin/collections/catalogue-await.collection","path":"music-reskin/collections/catalogue-await.collection_revbd1169583c"},{"name":"music-reskin/collections/catalogue-personal.collection","path":"music-reskin/collections/catalogue-personal.collection_revbd1169583c"},{"name":"music-reskin/collections/catalogue.collection","path":"music-reskin/collections/catalogue.collection_revbd1169583c"},{"name":"music-reskin/collections/followers.collection","path":"music-reskin/collections/followers.collection_revbd1169583c"},{"name":"music-reskin/collections/genre-albums.collection","path":"music-reskin/collections/genre-albums.collection_rev3972016021"},{"name":"music-reskin/collections/genre-artists.collection","path":"music-reskin/collections/genre-artists.collection_rev3972016021"},{"name":"music-reskin/collections/genre-fans.collection","path":"music-reskin/collections/genre-fans.collection_rev3972016021"},{"name":"music-reskin/collections/genre-playlists.collection","path":"music-reskin/collections/genre-playlists.collection_rev3972016021"},{"name":"music-reskin/collections/ifollow.collection","path":"music-reskin/collections/ifollow.collection_revbd1169583c"},{"name":"music-reskin/collections/music.collection","path":"music-reskin/collections/music.collection_rev1a6fc06907"},{"name":"music-reskin/collections/playlists-related.collection","path":"music-reskin/collections/playlists-related.collection_revbd1169583c"},{"name":"music-reskin/collections/playlists.collection","path":"music-reskin/collections/playlists.collection_revbd1169583c"},{"name":"music-reskin/collections/profile.collection","path":"music-reskin/collections/profile.collection_revbd1169583c"},{"name":"music-reskin/collections/recommendations.collection","path":"music-reskin/collections/recommendations.collection_rev18c5c0ee0d"},{"name":"music-reskin/collections/search-playlist.collection","path":"music-reskin/collections/search-playlist.collection_revbd1169583c"},{"name":"music-reskin/collections/search-results.collection","path":"music-reskin/collections/search-results.collection_revbd1169583c"},{"name":"music-reskin/collections/songs-artist-related.collection","path":"music-reskin/collections/songs-artist-related.collection_revbd1169583c"},{"name":"music-reskin/collections/songs-artist-top.collection","path":"music-reskin/collections/songs-artist-top.collection_revbd1169583c"},{"name":"music-reskin/collections/songs-genre.collection","path":"music-reskin/collections/songs-genre.collection_rev3972016021"},{"name":"music-reskin/collections/songs-related.collection","path":"music-reskin/collections/songs-related.collection_revbd1169583c"},{"name":"music-reskin/collections/songs-user-favorite.collection","path":"music-reskin/collections/songs-user-favorite.collection_revbd1169583c"},{"name":"music-reskin/collections/songs-user.collection","path":"music-reskin/collections/songs-user.collection_revbd1169583c"},{"name":"music-reskin/collections/songs.collection","path":"music-reskin/collections/songs.collection_revbd1169583c"},{"name":"music-reskin/collections/subscribers.collection","path":"music-reskin/collections/subscribers.collection_revbd1169583c"},{"name":"music-reskin/collections/subscribers.search.collection","path":"music-reskin/collections/subscribers.search.collection_revbd1169583c"},{"name":"music-reskin/collections/tags.collection","path":"music-reskin/collections/tags.collection_revdd0225ad4d"},{"name":"music-reskin/collections/user-tags.collection","path":"music-reskin/collections/user-tags.collection_revbd1169583c"},{"name":"music-reskin/models/album.model","path":"music-reskin/models/album.model_revff85fd8484"},{"name":"music-reskin/models/artist.model","path":"music-reskin/models/artist.model_revdd0225ad4d"},{"name":"music-reskin/models/artist.model.moderation","path":"music-reskin/models/artist.model.moderation_revdd0225ad4d"},{"name":"music-reskin/models/genre.model","path":"music-reskin/models/genre.model_revbd1169583c"},{"name":"music-reskin/models/playlist.model","path":"music-reskin/models/playlist.model_revbd1169583c"},{"name":"music-reskin/models/tag.model","path":"music-reskin/models/tag.model_revdd0225ad4d"},{"name":"music-reskin/modules/adapter","path":"music-reskin/modules/adapter_revbd1169583c"},{"name":"music-reskin/modules/audio-driver","path":"music-reskin/modules/audio-driver_revff85fd8484"},{"name":"music-reskin/modules/comments-pagination","path":"music-reskin/modules/comments-pagination_revbd1169583c"},{"name":"music-reskin/modules/flash-driver","path":"music-reskin/modules/flash-driver_revff85fd8484"},{"name":"music-reskin/modules/genres-nav","path":"music-reskin/modules/genres-nav_revbd1169583c"},{"name":"music-reskin/modules/pagination","path":"music-reskin/modules/pagination_revbd1169583c"},{"name":"music-reskin/modules/peoples-search","path":"music-reskin/modules/peoples-search_revff85fd8484"},{"name":"music-reskin/modules/progressbar","path":"music-reskin/modules/progressbar_revff85fd8484"},{"name":"music-reskin/modules/resident-wizard","path":"music-reskin/modules/resident-wizard_revbd1169583c"},{"name":"music-reskin/modules/resident-wizard-small","path":"music-reskin/modules/resident-wizard-small_revbd1169583c"},{"name":"music-reskin/modules/search-form","path":"music-reskin/modules/search-form_revbd1169583c"},{"name":"music-reskin/modules/search-stat","path":"music-reskin/modules/search-stat_rev1aa3496a9d"},{"name":"music-reskin/modules/topmenu","path":"music-reskin/modules/topmenu_revbd1169583c"},{"name":"music-reskin/modules/track-now-listening","path":"music-reskin/modules/track-now-listening_rev1aa3496a9d"},{"name":"music-reskin/modules/upload-button","path":"music-reskin/modules/upload-button_reveb3dc005a3"},{"name":"music-reskin/modules/vk-import","path":"music-reskin/modules/vk-import_rev1da6df83bc"},{"name":"music-reskin/pages/artist","path":"music-reskin/pages/artist_rev6691e4af3e"},{"name":"music-reskin/pages/artist-albums","path":"music-reskin/pages/artist-albums_revbd1169583c"},{"name":"music-reskin/pages/artist-fans","path":"music-reskin/pages/artist-fans_reved8d77df37"},{"name":"music-reskin/pages/artist-playlists","path":"music-reskin/pages/artist-playlists_revbd1169583c"},{"name":"music-reskin/pages/artist-related","path":"music-reskin/pages/artist-related_revbd1169583c"},{"name":"music-reskin/pages/artist-top","path":"music-reskin/pages/artist-top_revbd1169583c"},{"name":"music-reskin/pages/artists-letters","path":"music-reskin/pages/artists-letters_revd360c5c6ff"},{"name":"music-reskin/pages/base/MusicBasePage","path":"music-reskin/pages/base/MusicBasePage_rev339ca00426"},{"name":"music-reskin/pages/errors/error404/MusicError404Page","path":"music-reskin/pages/errors/error404/MusicError404Page_revcd07f7d71c"},{"name":"music-reskin/pages/followers","path":"music-reskin/pages/followers_revbd1169583c"},{"name":"music-reskin/pages/friends","path":"music-reskin/pages/friends_revd360c5c6ff"},{"name":"music-reskin/pages/genre/albums/MusicGenreAlbumsPage","path":"music-reskin/pages/genre/albums/MusicGenreAlbumsPage_revbd1169583c"},{"name":"music-reskin/pages/genre/artists/MusicGenreArtistsPage","path":"music-reskin/pages/genre/artists/MusicGenreArtistsPage_revbd1169583c"},{"name":"music-reskin/pages/genre/base/MusicGenreBasePage","path":"music-reskin/pages/genre/base/MusicGenreBasePage_rev4707374752"},{"name":"music-reskin/pages/genre/fans/MusicGenreFansPage","path":"music-reskin/pages/genre/fans/MusicGenreFansPage_revbd1169583c"},{"name":"music-reskin/pages/genre/main/MusicGenreMainPage","path":"music-reskin/pages/genre/main/MusicGenreMainPage_revbd1169583c"},{"name":"music-reskin/pages/genre/playlists/MusicGenrePlaylistsPage","path":"music-reskin/pages/genre/playlists/MusicGenrePlaylistsPage_revbd1169583c"},{"name":"music-reskin/pages/genre/tracks/MusicGenreTracksPage","path":"music-reskin/pages/genre/tracks/MusicGenreTracksPage_revbd1169583c"},{"name":"music-reskin/pages/ifollow","path":"music-reskin/pages/ifollow_revbd1169583c"},{"name":"music-reskin/pages/main/MusicMainPage","path":"music-reskin/pages/main/MusicMainPage_revd360c5c6ff"},{"name":"music-reskin/pages/moderation/MusicModerationArtistsPage","path":"music-reskin/pages/moderation/MusicModerationArtistsPage_rev01423ea979"},{"name":"music-reskin/pages/moderation/MusicModerationAwaitingPage","path":"music-reskin/pages/moderation/MusicModerationAwaitingPage_revbd1169583c"},{"name":"music-reskin/pages/moderation/MusicModerationCatalogueBasePage","path":"music-reskin/pages/moderation/MusicModerationCatalogueBasePage_rev2d12ae5649"},{"name":"music-reskin/pages/moderation/MusicModerationMainPage","path":"music-reskin/pages/moderation/MusicModerationMainPage_revbd1169583c"},{"name":"music-reskin/pages/playlistArtists","path":"music-reskin/pages/playlistArtists_revbd1169583c"},{"name":"music-reskin/pages/playlistById","path":"music-reskin/pages/playlistById_reveb3dc005a3"},{"name":"music-reskin/pages/playlistComments","path":"music-reskin/pages/playlistComments_revbd1169583c"},{"name":"music-reskin/pages/playlistLanding","path":"music-reskin/pages/playlistLanding_revbd1169583c"},{"name":"music-reskin/pages/playlistRelated","path":"music-reskin/pages/playlistRelated_revbd1169583c"},{"name":"music-reskin/pages/playlistSubscribers","path":"music-reskin/pages/playlistSubscribers_revbd1169583c"},{"name":"music-reskin/pages/recommendations","path":"music-reskin/pages/recommendations_revbd1169583c"},{"name":"music-reskin/pages/recommendations-cluster","path":"music-reskin/pages/recommendations-cluster_revbd1169583c"},{"name":"music-reskin/pages/recommendations/MusicRecommendationsPage","path":"music-reskin/pages/recommendations/MusicRecommendationsPage_revbd1169583c"},{"name":"music-reskin/pages/search","path":"music-reskin/pages/search_rev1aa3496a9d"},{"name":"music-reskin/pages/songs/MusicSongsBasePage","path":"music-reskin/pages/songs/MusicSongsBasePage_revbd1169583c"},{"name":"music-reskin/pages/songs/MusicSongsFansPage","path":"music-reskin/pages/songs/MusicSongsFansPage_revbd1169583c"},{"name":"music-reskin/pages/songs/MusicSongsMainPage","path":"music-reskin/pages/songs/MusicSongsMainPage_revb3d306752c"},{"name":"music-reskin/pages/songs/MusicSongsRelatedPage","path":"music-reskin/pages/songs/MusicSongsRelatedPage_revbd1169583c"},{"name":"music-reskin/pages/topsearch/TopsearchPage","path":"music-reskin/pages/topsearch/TopsearchPage_revbd1169583c"},{"name":"music-reskin/pages/user-artists","path":"music-reskin/pages/user-artists_revbd1169583c"},{"name":"music-reskin/pages/user-media","path":"music-reskin/pages/user-media_revbd1169583c"},{"name":"music-reskin/pages/user-profile","path":"music-reskin/pages/user-profile_revbd1169583c"},{"name":"music-reskin/pages/user_playlists","path":"music-reskin/pages/user_playlists_revbd1169583c"},{"name":"music-reskin/plugins/serializeObject.jquery","path":"music-reskin/plugins/serializeObject.jquery_revff85fd8484"},{"name":"music-reskin/router","path":"music-reskin/router_revff85fd8484"},{"name":"music-reskin/start","path":"music-reskin/start_revff85fd8484"},{"name":"music-reskin/tmpl/adman","path":"music-reskin/tmpl/adman_reva81b984acb"},{"name":"music-reskin/tmpl/artist/album-list-item","path":"music-reskin/tmpl/artist/album-list-item_rev883c36fc77"},{"name":"music-reskin/tmpl/artist/album-tile-item","path":"music-reskin/tmpl/artist/album-tile-item_revcccb980eca"},{"name":"music-reskin/tmpl/artist/albums","path":"music-reskin/tmpl/artist/albums_reva81b984acb"},{"name":"music-reskin/tmpl/artist/artist-fans-item","path":"music-reskin/tmpl/artist/artist-fans-item_revcccb980eca"},{"name":"music-reskin/tmpl/artist/artist-header","path":"music-reskin/tmpl/artist/artist-header_reva81b984acb"},{"name":"music-reskin/tmpl/artist/artist-item","path":"music-reskin/tmpl/artist/artist-item_reva81b984acb"},{"name":"music-reskin/tmpl/artist/artist-playlists","path":"music-reskin/tmpl/artist/artist-playlists_reva81b984acb"},{"name":"music-reskin/tmpl/artist/artists-list.page","path":"music-reskin/tmpl/artist/artists-list.page_reva81b984acb"},{"name":"music-reskin/tmpl/artist/header-control","path":"music-reskin/tmpl/artist/header-control_reva81b984acb"},{"name":"music-reskin/tmpl/artist/main","path":"music-reskin/tmpl/artist/main_rev883c36fc77"},{"name":"music-reskin/tmpl/artist/similar-artist-item","path":"music-reskin/tmpl/artist/similar-artist-item_reva81b984acb"},{"name":"music-reskin/tmpl/artist/songs","path":"music-reskin/tmpl/artist/songs_rev883c36fc77"},{"name":"music-reskin/tmpl/banner728x90","path":"music-reskin/tmpl/banner728x90_rev70ee2b89a8"},{"name":"music-reskin/tmpl/common/autoplaylist-control","path":"music-reskin/tmpl/common/autoplaylist-control_reva81b984acb"},{"name":"music-reskin/tmpl/common/breadcrumbs","path":"music-reskin/tmpl/common/breadcrumbs_revbd1169583c"},{"name":"music-reskin/tmpl/common/genres-nav","path":"music-reskin/tmpl/common/genres-nav_reva81b984acb"},{"name":"music-reskin/tmpl/common/header-nav-item","path":"music-reskin/tmpl/common/header-nav-item_reva81b984acb"},{"name":"music-reskin/tmpl/common/main-banner","path":"music-reskin/tmpl/common/main-banner_revca54becb59"},{"name":"music-reskin/tmpl/empty-my-music","path":"music-reskin/tmpl/empty-my-music_reva81b984acb"},{"name":"music-reskin/tmpl/empty-user-music","path":"music-reskin/tmpl/empty-user-music_reva81b984acb"},{"name":"music-reskin/tmpl/error404","path":"music-reskin/tmpl/error404_revff85fd8484"},{"name":"music-reskin/tmpl/error500","path":"music-reskin/tmpl/error500_revff85fd8484"},{"name":"music-reskin/tmpl/fan/fan-item","path":"music-reskin/tmpl/fan/fan-item_revcccb980eca"},{"name":"music-reskin/tmpl/footer","path":"music-reskin/tmpl/footer_revbd1169583c"},{"name":"music-reskin/tmpl/genre/empty-text","path":"music-reskin/tmpl/genre/empty-text_revff85fd8484"},{"name":"music-reskin/tmpl/genre/genre-header","path":"music-reskin/tmpl/genre/genre-header_reva81b984acb"},{"name":"music-reskin/tmpl/genre/genre-page-options","path":"music-reskin/tmpl/genre/genre-page-options_revbd1169583c"},{"name":"music-reskin/tmpl/head","path":"music-reskin/tmpl/head_revd29533fe42"},{"name":"music-reskin/tmpl/index/index","path":"music-reskin/tmpl/index/index_reva81b984acb"},{"name":"music-reskin/tmpl/index/recommendations","path":"music-reskin/tmpl/index/recommendations_reva81b984acb"},{"name":"music-reskin/tmpl/index/recommendationsSmall","path":"music-reskin/tmpl/index/recommendationsSmall_rev883c36fc77"},{"name":"music-reskin/tmpl/index/residentWizard","path":"music-reskin/tmpl/index/residentWizard_reva81b984acb"},{"name":"music-reskin/tmpl/index/residentWizardSmall","path":"music-reskin/tmpl/index/residentWizardSmall_reva81b984acb"},{"name":"music-reskin/tmpl/landing/landing","path":"music-reskin/tmpl/landing/landing_reva81b984acb"},{"name":"music-reskin/tmpl/landing/radio-layer","path":"music-reskin/tmpl/landing/radio-layer_reva81b984acb"},{"name":"music-reskin/tmpl/moderation/moderation-header","path":"music-reskin/tmpl/moderation/moderation-header_revff85fd8484"},{"name":"music-reskin/tmpl/moderation/playlist-moderation","path":"music-reskin/tmpl/moderation/playlist-moderation_reva81b984acb"},{"name":"music-reskin/tmpl/moderation/playlist-moderation-await","path":"music-reskin/tmpl/moderation/playlist-moderation-await_reva81b984acb"},{"name":"music-reskin/tmpl/moderation/playlists-moderation","path":"music-reskin/tmpl/moderation/playlists-moderation_reva81b984acb"},{"name":"music-reskin/tmpl/modules/track-now-listening","path":"music-reskin/tmpl/modules/track-now-listening_reva81b984acb"},{"name":"music-reskin/tmpl/notifications","path":"music-reskin/tmpl/notifications_revff85fd8484"},{"name":"music-reskin/tmpl/page-error","path":"music-reskin/tmpl/page-error_reva81b984acb"},{"name":"music-reskin/tmpl/pages/artist/fans","path":"music-reskin/tmpl/pages/artist/fans_reva81b984acb"},{"name":"music-reskin/tmpl/pages/artists-letters","path":"music-reskin/tmpl/pages/artists-letters_reva81b984acb"},{"name":"music-reskin/tmpl/pages/genre/genre-albums","path":"music-reskin/tmpl/pages/genre/genre-albums_reva81b984acb"},{"name":"music-reskin/tmpl/pages/genre/genre-artists","path":"music-reskin/tmpl/pages/genre/genre-artists_reva81b984acb"},{"name":"music-reskin/tmpl/pages/genre/genre-fans","path":"music-reskin/tmpl/pages/genre/genre-fans_reva81b984acb"},{"name":"music-reskin/tmpl/pages/genre/genre-main","path":"music-reskin/tmpl/pages/genre/genre-main_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/genre/genre-playlists","path":"music-reskin/tmpl/pages/genre/genre-playlists_reva81b984acb"},{"name":"music-reskin/tmpl/pages/genre/genre-tracks","path":"music-reskin/tmpl/pages/genre/genre-tracks_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/main","path":"music-reskin/tmpl/pages/main_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/moderation/artists/artists","path":"music-reskin/tmpl/pages/moderation/artists/artists_revbd1169583c"},{"name":"music-reskin/tmpl/pages/moderation/artists/edit-form","path":"music-reskin/tmpl/pages/moderation/artists/edit-form_reva81b984acb"},{"name":"music-reskin/tmpl/pages/moderation/artists/list","path":"music-reskin/tmpl/pages/moderation/artists/list_revbd1169583c"},{"name":"music-reskin/tmpl/pages/moderation/artists/not-approve-info","path":"music-reskin/tmpl/pages/moderation/artists/not-approve-info_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/moderation/artists/similar-item","path":"music-reskin/tmpl/pages/moderation/artists/similar-item_rev01423ea979"},{"name":"music-reskin/tmpl/pages/moderation/artists/tag-item","path":"music-reskin/tmpl/pages/moderation/artists/tag-item_rev01423ea979"},{"name":"music-reskin/tmpl/pages/moderation/awaiting/awaiting","path":"music-reskin/tmpl/pages/moderation/awaiting/awaiting_revbd1169583c"},{"name":"music-reskin/tmpl/pages/moderation/main/main","path":"music-reskin/tmpl/pages/moderation/main/main_revbd1169583c"},{"name":"music-reskin/tmpl/pages/recommendations/cluster","path":"music-reskin/tmpl/pages/recommendations/cluster_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/recommendations/recommendations","path":"music-reskin/tmpl/pages/recommendations/recommendations_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/recommendations/recommendations-main","path":"music-reskin/tmpl/pages/recommendations/recommendations-main_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/songs/songs","path":"music-reskin/tmpl/pages/songs/songs_reva81b984acb"},{"name":"music-reskin/tmpl/pages/songs/songs-fans","path":"music-reskin/tmpl/pages/songs/songs-fans_reva81b984acb"},{"name":"music-reskin/tmpl/pages/songs/songs-recommendations","path":"music-reskin/tmpl/pages/songs/songs-recommendations_rev883c36fc77"},{"name":"music-reskin/tmpl/pages/songs/songs-related","path":"music-reskin/tmpl/pages/songs/songs-related_reva81b984acb"},{"name":"music-reskin/tmpl/pages/topsearch/topsearch","path":"music-reskin/tmpl/pages/topsearch/topsearch_reva81b984acb"},{"name":"music-reskin/tmpl/pages/user/user-artists-main","path":"music-reskin/tmpl/pages/user/user-artists-main_reva81b984acb"},{"name":"music-reskin/tmpl/pages/user/user-followers-main","path":"music-reskin/tmpl/pages/user/user-followers-main_reva81b984acb"},{"name":"music-reskin/tmpl/pages/user/user-media-main","path":"music-reskin/tmpl/pages/user/user-media-main_reva81b984acb"},{"name":"music-reskin/tmpl/pages/user/user-playlists-main","path":"music-reskin/tmpl/pages/user/user-playlists-main_reva81b984acb"},{"name":"music-reskin/tmpl/pages/user/user-profile-main","path":"music-reskin/tmpl/pages/user/user-profile-main_rev883c36fc77"},{"name":"music-reskin/tmpl/pagination","path":"music-reskin/tmpl/pagination_reva81b984acb"},{"name":"music-reskin/tmpl/player","path":"music-reskin/tmpl/player_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/comments","path":"music-reskin/tmpl/playlists/comments_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/header-control","path":"music-reskin/tmpl/playlists/header-control_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist","path":"music-reskin/tmpl/playlists/playlist_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-compact","path":"music-reskin/tmpl/playlists/playlist-compact_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-footer-blocks","path":"music-reskin/tmpl/playlists/playlist-footer-blocks_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-header","path":"music-reskin/tmpl/playlists/playlist-header_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-header-compact","path":"music-reskin/tmpl/playlists/playlist-header-compact_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-list-item","path":"music-reskin/tmpl/playlists/playlist-list-item_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlist-songs","path":"music-reskin/tmpl/playlists/playlist-songs_rev883c36fc77"},{"name":"music-reskin/tmpl/playlists/playlists","path":"music-reskin/tmpl/playlists/playlists_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlists-extended","path":"music-reskin/tmpl/playlists/playlists-extended_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlists-list-wrapper","path":"music-reskin/tmpl/playlists/playlists-list-wrapper_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/playlists-related","path":"music-reskin/tmpl/playlists/playlists-related_reva81b984acb"},{"name":"music-reskin/tmpl/playlists/subscribers","path":"music-reskin/tmpl/playlists/subscribers_reva81b984acb"},{"name":"music-reskin/tmpl/popups/add-new-playlist","path":"music-reskin/tmpl/popups/add-new-playlist_reva81b984acb"},{"name":"music-reskin/tmpl/popups/add-song-to-playlist","path":"music-reskin/tmpl/popups/add-song-to-playlist_revff85fd8484"},{"name":"music-reskin/tmpl/popups/bottom-popup","path":"music-reskin/tmpl/popups/bottom-popup_reva81b984acb"},{"name":"music-reskin/tmpl/popups/bottom-popup-lovely","path":"music-reskin/tmpl/popups/bottom-popup-lovely_reva81b984acb"},{"name":"music-reskin/tmpl/popups/edit-song","path":"music-reskin/tmpl/popups/edit-song_reva81b984acb"},{"name":"music-reskin/tmpl/popups/moderation-reject-playlist","path":"music-reskin/tmpl/popups/moderation-reject-playlist_revff85fd8484"},{"name":"music-reskin/tmpl/popups/resident-level-achieved","path":"music-reskin/tmpl/popups/resident-level-achieved_reva81b984acb"},{"name":"music-reskin/tmpl/popups/send-moderation-error","path":"music-reskin/tmpl/popups/send-moderation-error_rev520f684f4e"},{"name":"music-reskin/tmpl/popups/share","path":"music-reskin/tmpl/popups/share_revff85fd8484"},{"name":"music-reskin/tmpl/popups/vk-import","path":"music-reskin/tmpl/popups/vk-import_reva81b984acb"},{"name":"music-reskin/tmpl/popups/vk-import-success","path":"music-reskin/tmpl/popups/vk-import-success_reva81b984acb"},{"name":"music-reskin/tmpl/search/search-page","path":"music-reskin/tmpl/search/search-page_rev883c36fc77"},{"name":"music-reskin/tmpl/sidebar/song-lyrics","path":"music-reskin/tmpl/sidebar/song-lyrics_reva81b984acb"},{"name":"music-reskin/tmpl/songs/song","path":"music-reskin/tmpl/songs/song_rev883c36fc77"},{"name":"music-reskin/tmpl/songs/song-actions","path":"music-reskin/tmpl/songs/song-actions_revff85fd8484"},{"name":"music-reskin/tmpl/songs/song-compact","path":"music-reskin/tmpl/songs/song-compact_reva81b984acb"},{"name":"music-reskin/tmpl/songs/song-header","path":"music-reskin/tmpl/songs/song-header_reva81b984acb"},{"name":"music-reskin/tmpl/songs/song-list-header","path":"music-reskin/tmpl/songs/song-list-header_reva81b984acb"},{"name":"music-reskin/tmpl/songs/song-new","path":"music-reskin/tmpl/songs/song-new_revbd1169583c"},{"name":"music-reskin/tmpl/songs/songs","path":"music-reskin/tmpl/songs/songs_rev883c36fc77"},{"name":"music-reskin/tmpl/songs/songs-related","path":"music-reskin/tmpl/songs/songs-related_rev883c36fc77"},{"name":"music-reskin/tmpl/users/autoplaylists","path":"music-reskin/tmpl/users/autoplaylists_rev883c36fc77"},{"name":"music-reskin/tmpl/users/empty-music-block","path":"music-reskin/tmpl/users/empty-music-block_revbd1169583c"},{"name":"music-reskin/tmpl/users/empty-user","path":"music-reskin/tmpl/users/empty-user_reva81b984acb"},{"name":"music-reskin/tmpl/users/friend","path":"music-reskin/tmpl/users/friend_revcccb980eca"},{"name":"music-reskin/tmpl/users/friends","path":"music-reskin/tmpl/users/friends_revca54becb59"},{"name":"music-reskin/tmpl/users/header-control","path":"music-reskin/tmpl/users/header-control_revbd1169583c"},{"name":"music-reskin/tmpl/users/user-header","path":"music-reskin/tmpl/users/user-header_reva81b984acb"},{"name":"music-reskin/tmpl/users/user-list-item","path":"music-reskin/tmpl/users/user-list-item_reva81b984acb"},{"name":"music-reskin/views/artist/album.view","path":"music-reskin/views/artist/album.view_revca54becb59"},{"name":"music-reskin/views/artist/albums.view","path":"music-reskin/views/artist/albums.view_revbd1169583c"},{"name":"music-reskin/views/artist/artist-header.view","path":"music-reskin/views/artist/artist-header.view_rev4707374752"},{"name":"music-reskin/views/artist/artist-list.view","path":"music-reskin/views/artist/artist-list.view_revbd1169583c"},{"name":"music-reskin/views/artist/artist-songs.view","path":"music-reskin/views/artist/artist-songs.view_revbd1169583c"},{"name":"music-reskin/views/artist/artist.view","path":"music-reskin/views/artist/artist.view_revca54becb59"},{"name":"music-reskin/views/artist/artists-list.view","path":"music-reskin/views/artist/artists-list.view_revbd1169583c"},{"name":"music-reskin/views/artistSongsPage","path":"music-reskin/views/artistSongsPage_reved8d77df37"},{"name":"music-reskin/views/empty-user-music.view","path":"music-reskin/views/empty-user-music.view_revbd1169583c"},{"name":"music-reskin/views/genre/genre-header.view","path":"music-reskin/views/genre/genre-header.view_revbd1169583c"},{"name":"music-reskin/views/landing/landing.view","path":"music-reskin/views/landing/landing.view_revbd1169583c"},{"name":"music-reskin/views/moderation/moderation-header.view","path":"music-reskin/views/moderation/moderation-header.view_revbd1169583c"},{"name":"music-reskin/views/moderation/playlist-moderation-await.view","path":"music-reskin/views/moderation/playlist-moderation-await.view_revbd1169583c"},{"name":"music-reskin/views/moderation/playlist-moderation.view","path":"music-reskin/views/moderation/playlist-moderation.view_revbd1169583c"},{"name":"music-reskin/views/moderation/playlists-moderation.view","path":"music-reskin/views/moderation/playlists-moderation.view_revbd1169583c"},{"name":"music-reskin/views/page.view","path":"music-reskin/views/page.view_revca54becb59"},{"name":"music-reskin/views/playlists/playlist-album.view","path":"music-reskin/views/playlists/playlist-album.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlist-comments.view","path":"music-reskin/views/playlists/playlist-comments.view_rev9b1e6a12eb"},{"name":"music-reskin/views/playlists/playlist-compact.view","path":"music-reskin/views/playlists/playlist-compact.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlist-header-compact.view","path":"music-reskin/views/playlists/playlist-header-compact.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlist-header.view","path":"music-reskin/views/playlists/playlist-header.view_rev4707374752"},{"name":"music-reskin/views/playlists/playlist.view","path":"music-reskin/views/playlists/playlist.view_rev4707374752"},{"name":"music-reskin/views/playlists/playlists-compact.view","path":"music-reskin/views/playlists/playlists-compact.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlists-controls.view","path":"music-reskin/views/playlists/playlists-controls.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlists-extended.view","path":"music-reskin/views/playlists/playlists-extended.view_revbd1169583c"},{"name":"music-reskin/views/playlists/playlists.view","path":"music-reskin/views/playlists/playlists.view_revbd1169583c"},{"name":"music-reskin/views/popups/add-new-playlist.view","path":"music-reskin/views/popups/add-new-playlist.view_reveb3dc005a3"},{"name":"music-reskin/views/popups/add-song-to-playlist.view","path":"music-reskin/views/popups/add-song-to-playlist.view_rev131693430b"},{"name":"music-reskin/views/popups/bottom-popup-lovely.view","path":"music-reskin/views/popups/bottom-popup-lovely.view_rev4707374752"},{"name":"music-reskin/views/popups/bottom-popup.view","path":"music-reskin/views/popups/bottom-popup.view_revbd1169583c"},{"name":"music-reskin/views/popups/edit-song","path":"music-reskin/views/popups/edit-song_revbd1169583c"},{"name":"music-reskin/views/popups/moderation-reject-playlist.view","path":"music-reskin/views/popups/moderation-reject-playlist.view_rev2d12ae5649"},{"name":"music-reskin/views/popups/resident-achieved.view","path":"music-reskin/views/popups/resident-achieved.view_revbd1169583c"},{"name":"music-reskin/views/popups/send-moderation-error.view","path":"music-reskin/views/popups/send-moderation-error.view_rev520f684f4e"},{"name":"music-reskin/views/popups/share.view","path":"music-reskin/views/popups/share.view_rev4707374752"},{"name":"music-reskin/views/popups/vk-import-success.view","path":"music-reskin/views/popups/vk-import-success.view_revcc29c24897"},{"name":"music-reskin/views/popups/vk-import.view","path":"music-reskin/views/popups/vk-import.view_revbd1169583c"},{"name":"music-reskin/views/profilePage.view","path":"music-reskin/views/profilePage.view_revd360c5c6ff"},{"name":"music-reskin/views/recommendationsSmall.view","path":"music-reskin/views/recommendationsSmall.view_rev9b1e6a12eb"},{"name":"music-reskin/views/sidebar/player.view","path":"music-reskin/views/sidebar/player.view_rev4707374752"},{"name":"music-reskin/views/sidebar/sidebar.view","path":"music-reskin/views/sidebar/sidebar.view_rev9b1e6a12eb"},{"name":"music-reskin/views/songs/song-header.view","path":"music-reskin/views/songs/song-header.view_rev4707374752"},{"name":"music-reskin/views/songs/song.view","path":"music-reskin/views/songs/song.view_revff85fd8484"},{"name":"music-reskin/views/songs/songs-compact.view","path":"music-reskin/views/songs/songs-compact.view_revbd1169583c"},{"name":"music-reskin/views/songs/songs-related.view","path":"music-reskin/views/songs/songs-related.view_revb3d306752c"},{"name":"music-reskin/views/songs/songs.view","path":"music-reskin/views/songs/songs.view_revca54becb59"},{"name":"music-reskin/views/users/autoplaylists.view","path":"music-reskin/views/users/autoplaylists.view_rev1aa3496a9d"},{"name":"music-reskin/views/users/empty-music-block.view","path":"music-reskin/views/users/empty-music-block.view_revbd1169583c"},{"name":"music-reskin/views/users/empty-user.view","path":"music-reskin/views/users/empty-user.view_revbd1169583c"},{"name":"music-reskin/views/users/friend.view","path":"music-reskin/views/users/friend.view_revbd1169583c"},{"name":"music-reskin/views/users/friends.view","path":"music-reskin/views/users/friends.view_revd360c5c6ff"},{"name":"music-reskin/views/users/user-header.view","path":"music-reskin/views/users/user-header.view_rev7c5a365f69"},{"name":"my-miniapps/bonus.bundle","path":"my-miniapps/bonus.bundle_rev49fb12d42a"},{"name":"my-miniapps/carousel.bundle","path":"my-miniapps/carousel.bundle_rev49fb12d42a"},{"name":"my-miniapps/common.bundle","path":"my-miniapps/common.bundle_rev49fb12d42a"},{"name":"my-miniapps/datefns.bundle","path":"my-miniapps/datefns.bundle_rev49fb12d42a"},{"name":"my-miniapps/featuring.bundle","path":"my-miniapps/featuring.bundle_rev49fb12d42a"},{"name":"my-miniapps/index.bundle","path":"my-miniapps/index.bundle_rev49fb12d42a"},{"name":"my-miniapps/media.bundle","path":"my-miniapps/media.bundle_rev49fb12d42a"},{"name":"my-miniapps/runtime.bundle","path":"my-miniapps/runtime.bundle_rev49fb12d42a"},{"name":"my-miniapps/streams.bundle","path":"my-miniapps/streams.bundle_rev49fb12d42a"},{"name":"my-miniapps/tournaments.bundle","path":"my-miniapps/tournaments.bundle_rev49fb12d42a"},{"name":"my-miniapps/uikit.bundle","path":"my-miniapps/uikit.bundle_rev49fb12d42a"},{"name":"my-miniapps/vendors.bundle","path":"my-miniapps/vendors.bundle_rev49fb12d42a"},{"name":"navigation","path":"navigation/main_rev3cd8112df6"},{"name":"navigation/mixins/audio","path":"navigation/mixins/audio_revff85fd8484"},{"name":"navigation/mixins/friends","path":"navigation/mixins/friends_rev4349308717"},{"name":"navigation/mixins/photo","path":"navigation/mixins/photo_reva446296012"},{"name":"notification-slot","path":"notification-slot/main_revc743d71c84"},{"name":"notification-slot/tmpl/main","path":"notification-slot/tmpl/main_revc743d71c84"},{"name":"notifications/actions","path":"notifications/actions_reveeed496acf"},{"name":"notifications/base","path":"notifications/base_rev988d94f6cd"},{"name":"notifications/discussions","path":"notifications/discussions_rev91fde143bb"},{"name":"notifications/events/base","path":"notifications/events/base_revf41bf09084"},{"name":"notifications/events/discussion","path":"notifications/events/discussion_rev91fde143bb"},{"name":"notifications/events/notification","path":"notifications/events/notification_revdd0225ad4d"},{"name":"notifications/games","path":"notifications/games_revf41bf09084"},{"name":"notifications/music","path":"notifications/music_revdd0225ad4d"},{"name":"notifications/notifications","path":"notifications/notifications_rev91fde143bb"},{"name":"notifications/settings","path":"notifications/settings_rev91fde143bb"},{"name":"notifications/tmpl/actions","path":"notifications/tmpl/actions_reveeed496acf"},{"name":"notifications/tmpl/error","path":"notifications/tmpl/error_revf15123cf55"},{"name":"notifications/tmpl/main","path":"notifications/tmpl/main_rev497d3572e4"},{"name":"notifications/tmpl/settings","path":"notifications/tmpl/settings_rev91fde143bb"},{"name":"notifications/tmpl/user-panel","path":"notifications/tmpl/user-panel_revf241112b94"},{"name":"notifications/user","path":"notifications/user_revf241112b94"},{"name":"page-load-progress","path":"page-load-progress/main_revbd1169583c"},{"name":"payment/PaymentDialog","path":"payment/PaymentDialog_revb813bb02b9"},{"name":"payment/payment","path":"payment/payment_revd29533fe42"},{"name":"payment/payment-action","path":"payment/payment-action_rev9ef5ddb9a3"},{"name":"payment/payment-bonus","path":"payment/payment-bonus_rev131693430b"},{"name":"payment/payment-dialog","path":"payment/payment-dialog_rev9ef5ddb9a3"},{"name":"payment/payment-old","path":"payment/payment-old_rev9ef5ddb9a3"},{"name":"payment/payment-value-selection","path":"payment/payment-value-selection_rev9ef5ddb9a3"},{"name":"payment/payments","path":"payment/payments_rev27bafb4eba"},{"name":"payment/vkPayCounter","path":"payment/vkPayCounter_rev25d6d95fb6"},{"name":"photo-catalog","path":"photo-catalog/main_rev1da6df83bc"},{"name":"photo-catalog/album","path":"photo-catalog/album_revff85fd8484"},{"name":"photo-catalog/photo","path":"photo-catalog/photo_revff85fd8484"},{"name":"photo-catalog/tmpl/access-close","path":"photo-catalog/tmpl/access-close_revff85fd8484"},{"name":"photo-catalog/tmpl/access-friends","path":"photo-catalog/tmpl/access-friends_revff85fd8484"},{"name":"photo-catalog/tmpl/access-password","path":"photo-catalog/tmpl/access-password_revff85fd8484"},{"name":"popup","path":"popup/main_rev9ef5ddb9a3"},{"name":"popup/button","path":"popup/button_revdd0225ad4d"},{"name":"popup/fade","path":"popup/fade_rev2079db6408"},{"name":"popup/tmpl/main","path":"popup/tmpl/main_revdd0225ad4d"},{"name":"product-tools/auth-form","path":"product-tools/auth-form_rev339ca00426"},{"name":"product-tools/balance","path":"product-tools/balance_rev869a3f67c3"},{"name":"product-tools/comments","path":"product-tools/comments_rev1da6df83bc"},{"name":"product-tools/complaints","path":"product-tools/complaints_rev1146059566"},{"name":"product-tools/friendship","path":"product-tools/friendship_rev1a6fc06907"},{"name":"product-tools/holidays","path":"product-tools/holidays_revff85fd8484"},{"name":"product-tools/likers-popup","path":"product-tools/likers-popup_revff85fd8484"},{"name":"product-tools/likes","path":"product-tools/likes_rev63975fae0e"},{"name":"product-tools/payment-dialog","path":"product-tools/payment-dialog_rev8f9b6d217d"},{"name":"product-tools/share-url","path":"product-tools/share-url_rev4707374752"},{"name":"product-tools/wookmark","path":"product-tools/wookmark_revff85fd8484"},{"name":"profile","path":"profile/main_revff85fd8484"},{"name":"profile/avatar-gifts","path":"profile/avatar-gifts_revbd1169583c"},{"name":"profile/community","path":"profile/community_rev368dbcdda1"},{"name":"profile/cover","path":"profile/cover_revbd1169583c"},{"name":"profile/delete-friend","path":"profile/delete-friend_revcc29c24897"},{"name":"profile/mini-profile","path":"profile/mini-profile_revbd1169583c"},{"name":"profile/mini-profile/main","path":"profile/mini-profile/main_revc32f1593df"},{"name":"profile/mras","path":"profile/mras_rev1146059566"},{"name":"profile/status","path":"profile/status_revff85fd8484"},{"name":"profile/subscribe","path":"profile/subscribe_revbd1169583c"},{"name":"profile/tmpl/avatar-gift","path":"profile/tmpl/avatar-gift_reva81b984acb"},{"name":"profile/tmpl/mini_profile","path":"profile/tmpl/mini_profile_revbd1169583c"},{"name":"profile/user","path":"profile/user_rev368dbcdda1"},{"name":"promo","path":"promo/main_revff85fd8484"},{"name":"promo-chrome-player","path":"promo-chrome-player/main_revff85fd8484"},{"name":"promo-chrome-player/jquery.mousewheel","path":"promo-chrome-player/jquery.mousewheel_revff85fd8484"},{"name":"promo-frame/promo-frame","path":"promo-frame/promo-frame_rev27bafb4eba"},{"name":"promo-frame/tmpl/iframe","path":"promo-frame/tmpl/iframe_reve268651a47"},{"name":"promo-frame/tmpl/main","path":"promo-frame/tmpl/main_rev27bafb4eba"},{"name":"promo-frame/tmpl/vkplay/item","path":"promo-frame/tmpl/vkplay/item_reve268651a47"},{"name":"promo-frame/tmpl/vkplaylive/builtin","path":"promo-frame/tmpl/vkplaylive/builtin_rev27bafb4eba"},{"name":"promo-frame/types","path":"promo-frame/types_reve268651a47"},{"name":"promo-frame/vkplay/index","path":"promo-frame/vkplay/index_reve268651a47"},{"name":"promo-frame/vkplay/main","path":"promo-frame/vkplay/main_reve268651a47"},{"name":"promo-frame/vkplay/types","path":"promo-frame/vkplay/types_reve268651a47"},{"name":"promo-frame/vkplaylive/index","path":"promo-frame/vkplaylive/index_reve268651a47"},{"name":"promo-frame/vkplaylive/main","path":"promo-frame/vkplaylive/main_rev289319951f"},{"name":"promo-frame/vkplaylive/types","path":"promo-frame/vkplaylive/types_reve268651a47"},{"name":"promo-history-new-user/promo","path":"promo-history-new-user/promo_revbd1169583c"},{"name":"promo-history-new-user/tmpl/apps","path":"promo-history-new-user/tmpl/apps_revff85fd8484"},{"name":"promo-history-new-user/tmpl/groups","path":"promo-history-new-user/tmpl/groups_revff85fd8484"},{"name":"promo-history-new-user/tmpl/videos","path":"promo-history-new-user/tmpl/videos_revff85fd8484"},{"name":"promo/alert-visa","path":"promo/alert-visa_revbd1169583c"},{"name":"promo/gps","path":"promo/gps_revbd1169583c"},{"name":"promo/hover-bubble","path":"promo/hover-bubble_revbd1169583c"},{"name":"promo/music/android/music-android","path":"promo/music/android/music-android_rev4707374752"},{"name":"promo/music/quiz/music-quiz","path":"promo/music/quiz/music-quiz_rev4707374752"},{"name":"promo/music/votes-artists/music-votes-artists","path":"promo/music/votes-artists/music-votes-artists_rev4707374752"},{"name":"promo/tmpl/gps","path":"promo/tmpl/gps_revbd1169583c"},{"name":"promo/tmpl/music/quiz/ending","path":"promo/tmpl/music/quiz/ending_reva81b984acb"},{"name":"promo/tmpl/music/quiz/intro","path":"promo/tmpl/music/quiz/intro_reva81b984acb"},{"name":"promo/tmpl/music/quiz/question","path":"promo/tmpl/music/quiz/question_reva81b984acb"},{"name":"promo/tmpl/music/quiz/social-buttons","path":"promo/tmpl/music/quiz/social-buttons_revff85fd8484"},{"name":"promo/tmpl/music/votes-artists/card-back","path":"promo/tmpl/music/votes-artists/card-back_reva81b984acb"},{"name":"promo/tmpl/music/votes-artists/card-footer","path":"promo/tmpl/music/votes-artists/card-footer_revbd1169583c"},{"name":"promo/tmpl/music/votes-artists/card-front","path":"promo/tmpl/music/votes-artists/card-front_reva81b984acb"},{"name":"promo/tmpl/music/votes-artists/cards","path":"promo/tmpl/music/votes-artists/cards_reva81b984acb"},{"name":"promo/tmpl/music/votes-artists/playlists","path":"promo/tmpl/music/votes-artists/playlists_reva81b984acb"},{"name":"publisher","path":"publisher/main_rev3763d123cb"},{"name":"publisher/audio","path":"publisher/audio_revbd1169583c"},{"name":"publisher/photo","path":"publisher/photo_revbd1169583c"},{"name":"publisher/stat","path":"publisher/stat_revbd1169583c"},{"name":"publisher/tmpl/audio","path":"publisher/tmpl/audio_revbd1169583c"},{"name":"publisher/tmpl/audio-item","path":"publisher/tmpl/audio-item_revbd1169583c"},{"name":"publisher/tmpl/delay","path":"publisher/tmpl/delay_rev3763d123cb"},{"name":"publisher/tmpl/photo","path":"publisher/tmpl/photo_revbd1169583c"},{"name":"publisher/tmpl/photo-item","path":"publisher/tmpl/photo-item_revbd1169583c"},{"name":"publisher/tmpl/publisher","path":"publisher/tmpl/publisher_revbd1169583c"},{"name":"publisher/tmpl/share","path":"publisher/tmpl/share_revbd1169583c"},{"name":"publisher/tmpl/video","path":"publisher/tmpl/video_revff85fd8484"},{"name":"purchase-card","path":"purchase-card/main_revb7f5eb4395"},{"name":"purchase-card/index","path":"purchase-card/index_revb7f5eb4395"},{"name":"purchase-card/tmpl/purchase-card","path":"purchase-card/tmpl/purchase-card_revb7f5eb4395"},{"name":"quarantine-lp","path":"quarantine-lp/main_rev8b098716a2"},{"name":"rating/models/app-rating","path":"rating/models/app-rating_revb29c08b37f"},{"name":"rating/rating","path":"rating/rating_revb29c08b37f"},{"name":"rating/tmpl/rating","path":"rating/tmpl/rating_revb29c08b37f"},{"name":"referrals","path":"referrals/main_rev82107a1120"},{"name":"require/bundle","path":"require/bundle_revff85fd8484"},{"name":"scroll-to","path":"scroll-to/main_rev8b098716a2"},{"name":"search","path":"search/main_rev68c66c7a75"},{"name":"search/restore","path":"search/restore_revbd1169583c"},{"name":"search/stat","path":"search/stat_revbd1169583c"},{"name":"search/tmpl/filter-value","path":"search/tmpl/filter-value_revff85fd8484"},{"name":"search/tmpl/search","path":"search/tmpl/search_revbd1169583c"},{"name":"search/tmpl/user","path":"search/tmpl/user_revcccb980eca"},{"name":"search/user","path":"search/user_revbd1169583c"},{"name":"select","path":"select/main_revf33aa984bf"},{"name":"select/tmpl/main","path":"select/tmpl/main_revf33aa984bf"},{"name":"settings/notify-setting","path":"settings/notify-setting_revf0f86a4255"},{"name":"settings/tmpl/setting-list","path":"settings/tmpl/setting-list_revf0f86a4255"},{"name":"showcase/collections/showcases","path":"showcase/collections/showcases_revc6f27588fd"},{"name":"showcase/showcase","path":"showcase/showcase_revbffe6e4809"},{"name":"showcase/tmpl/showcase","path":"showcase/tmpl/showcase_revf0f86a4255"},{"name":"showcase/tmpl/showcase-slide","path":"showcase/tmpl/showcase-slide_revc6f27588fd"},{"name":"showcase/tmpl/showcase-slide-content","path":"showcase/tmpl/showcase-slide-content_revc6f27588fd"},{"name":"social-buttons","path":"social-buttons/main_rev92432d1546"},{"name":"social-buttons/tmpl/main","path":"social-buttons/tmpl/main_reva81b984acb"},{"name":"sp-video","path":"sp-video/main_revf86cc935c3"},{"name":"sp-video/album-item","path":"sp-video/album-item_revf33aa984bf"},{"name":"sp-video/channel-item","path":"sp-video/channel-item_revbd1169583c"},{"name":"sp-video/friend-item","path":"sp-video/friend-item_revff85fd8484"},{"name":"sp-video/page","path":"sp-video/page_rev339ca00426"},{"name":"sp-video/pages/base/profile","path":"sp-video/pages/base/profile_rev7c5a365f69"},{"name":"sp-video/pages/best","path":"sp-video/pages/best_revbd1169583c"},{"name":"sp-video/pages/channels","path":"sp-video/pages/channels_rev9701da092c"},{"name":"sp-video/pages/followers","path":"sp-video/pages/followers_revbd1169583c"},{"name":"sp-video/pages/follows","path":"sp-video/pages/follows_revbd1169583c"},{"name":"sp-video/pages/friends","path":"sp-video/pages/friends_revbd1169583c"},{"name":"sp-video/pages/item","path":"sp-video/pages/item_rev9f63ec6d6c"},{"name":"sp-video/pages/item/player-item","path":"sp-video/pages/item/player-item_rev4707374752"},{"name":"sp-video/pages/main","path":"sp-video/pages/main_rev182240afa4"},{"name":"sp-video/pages/recommendations","path":"sp-video/pages/recommendations_revd2a1fd5fe8"},{"name":"sp-video/pages/search","path":"sp-video/pages/search_revd2a1fd5fe8"},{"name":"sp-video/pages/search-friends","path":"sp-video/pages/search-friends_revbd1169583c"},{"name":"sp-video/pages/slice","path":"sp-video/pages/slice_reva60accd304"},{"name":"sp-video/pages/top","path":"sp-video/pages/top_reva60accd304"},{"name":"sp-video/pages/user","path":"sp-video/pages/user_revf33aa984bf"},{"name":"sp-video/profile","path":"sp-video/profile_revf71af83bd2"},{"name":"sp-video/promo","path":"sp-video/promo_revbd1169583c"},{"name":"sp-video/search/base","path":"sp-video/search/base_revd2a1fd5fe8"},{"name":"sp-video/search/friends","path":"sp-video/search/friends_revbd1169583c"},{"name":"sp-video/search/video","path":"sp-video/search/video_revbd1169583c"},{"name":"sp-video/stat","path":"sp-video/stat_rev1146059566"},{"name":"sp-video/tmpl/access-denied","path":"sp-video/tmpl/access-denied_revbd1169583c"},{"name":"sp-video/tmpl/album-item","path":"sp-video/tmpl/album-item_revf33aa984bf"},{"name":"sp-video/tmpl/billboard","path":"sp-video/tmpl/billboard_rev0039a71ef3"},{"name":"sp-video/tmpl/channel-carousel-videos","path":"sp-video/tmpl/channel-carousel-videos_revbd1169583c"},{"name":"sp-video/tmpl/channel-item","path":"sp-video/tmpl/channel-item_revbd1169583c"},{"name":"sp-video/tmpl/channels-menu","path":"sp-video/tmpl/channels-menu_rev9701da092c"},{"name":"sp-video/tmpl/config","path":"sp-video/tmpl/config_rev339ca00426"},{"name":"sp-video/tmpl/error404","path":"sp-video/tmpl/error404_revff85fd8484"},{"name":"sp-video/tmpl/error500","path":"sp-video/tmpl/error500_revff85fd8484"},{"name":"sp-video/tmpl/footer","path":"sp-video/tmpl/footer_revf0f86a4255"},{"name":"sp-video/tmpl/friend-item","path":"sp-video/tmpl/friend-item_rev68c66c7a75"},{"name":"sp-video/tmpl/head","path":"sp-video/tmpl/head_rev83b14fb214"},{"name":"sp-video/tmpl/left-menu","path":"sp-video/tmpl/left-menu_rev3cd8112df6"},{"name":"sp-video/tmpl/pager","path":"sp-video/tmpl/pager_reva60accd304"},{"name":"sp-video/tmpl/pages/best","path":"sp-video/tmpl/pages/best_revf33aa984bf"},{"name":"sp-video/tmpl/pages/channels","path":"sp-video/tmpl/pages/channels_reva81b984acb"},{"name":"sp-video/tmpl/pages/follows","path":"sp-video/tmpl/pages/follows_rev131693430b"},{"name":"sp-video/tmpl/pages/friends","path":"sp-video/tmpl/pages/friends_rev68c66c7a75"},{"name":"sp-video/tmpl/pages/item/right","path":"sp-video/tmpl/pages/item/right_revbd1169583c"},{"name":"sp-video/tmpl/pages/main","path":"sp-video/tmpl/pages/main_revdc0135438b"},{"name":"sp-video/tmpl/pages/recommendations","path":"sp-video/tmpl/pages/recommendations_revbd1169583c"},{"name":"sp-video/tmpl/pages/search","path":"sp-video/tmpl/pages/search_revbd1169583c"},{"name":"sp-video/tmpl/pages/slice","path":"sp-video/tmpl/pages/slice_revf0f86a4255"},{"name":"sp-video/tmpl/pages/top","path":"sp-video/tmpl/pages/top_reva81b984acb"},{"name":"sp-video/tmpl/pages/user","path":"sp-video/tmpl/pages/user_revf33aa984bf"},{"name":"sp-video/tmpl/profile","path":"sp-video/tmpl/profile_rev131693430b"},{"name":"sp-video/tmpl/promo-item","path":"sp-video/tmpl/promo-item_revbd1169583c"},{"name":"sp-video/tmpl/promo-items","path":"sp-video/tmpl/promo-items_revbd1169583c"},{"name":"sp-video/tmpl/right-column","path":"sp-video/tmpl/right-column_revbd1169583c"},{"name":"sp-video/tmpl/slice-item","path":"sp-video/tmpl/slice-item_revbbc007f22c"},{"name":"sp-video/tmpl/timetrack","path":"sp-video/tmpl/timetrack_revaf7214d434"},{"name":"sp-video/tmpl/video-item","path":"sp-video/tmpl/video-item_revbd1169583c"},{"name":"sp-video/tmpl/video-menu","path":"sp-video/tmpl/video-menu_reva81b984acb"},{"name":"sp-video/tmpl/weeks-top","path":"sp-video/tmpl/weeks-top_revbd1169583c"},{"name":"sp-video/video-item","path":"sp-video/video-item_rev1da6df83bc"},{"name":"ssi/tmpl/apps/refill-account","path":"ssi/tmpl/apps/refill-account_rev9054fae23a"},{"name":"ssi/tmpl/left-column/counter","path":"ssi/tmpl/left-column/counter_revbd1169583c"},{"name":"ssi/tmpl/left-column/refill-account","path":"ssi/tmpl/left-column/refill-account_reva81b984acb"},{"name":"ssi/tmpl/left/menu","path":"ssi/tmpl/left/menu_rev6691e4af3e"},{"name":"ssi/tmpl/money/refill-account","path":"ssi/tmpl/money/refill-account_reva81b984acb"},{"name":"ssi/tmpl/music/catalogue-playlist/personal","path":"ssi/tmpl/music/catalogue-playlist/personal_reva81b984acb"},{"name":"ssi/tmpl/music/common/breadcrumbs","path":"ssi/tmpl/music/common/breadcrumbs_revbd1169583c"},{"name":"ssi/tmpl/profile/avatar-gifts","path":"ssi/tmpl/profile/avatar-gifts_reva81b984acb"},{"name":"ssi/tmpl/profile/refill-account","path":"ssi/tmpl/profile/refill-account_reva81b984acb"},{"name":"ssi/tmpl/profile/right-column/gifts","path":"ssi/tmpl/profile/right-column/gifts_rev68c66c7a75"},{"name":"ssi/tmpl/profile/right-column/music","path":"ssi/tmpl/profile/right-column/music_reva81b984acb"},{"name":"ssi/tmpl/profile/right-column/subscriptions","path":"ssi/tmpl/profile/right-column/subscriptions_revb7f5eb4395"},{"name":"ssi/tmpl/profile/right-column/visitors","path":"ssi/tmpl/profile/right-column/visitors_revb91b6f9d08"},{"name":"ssi/tmpl/top/menu","path":"ssi/tmpl/top/menu_rev3763d123cb"},{"name":"subscription-community","path":"subscription-community/main_rev822ea0f310"},{"name":"subscription-community/collections/community","path":"subscription-community/collections/community_revbd1169583c"},{"name":"subscription-community/models/category","path":"subscription-community/models/category_revbd1169583c"},{"name":"subscription-community/tmpl/category_item","path":"subscription-community/tmpl/category_item_revff85fd8484"},{"name":"subscription-community/tmpl/community_item","path":"subscription-community/tmpl/community_item_revbd1169583c"},{"name":"subscriptions/SubscriptionsWidget","path":"subscriptions/SubscriptionsWidget_rev9ef5ddb9a3"},{"name":"subscriptions/tmpl/widget","path":"subscriptions/tmpl/widget_revb7f5eb4395"},{"name":"subscriptions/tmpl/widget-controllers","path":"subscriptions/tmpl/widget-controllers_revb7f5eb4395"},{"name":"suggest","path":"suggest/main_revff85fd8484"},{"name":"suggest/suggest-show-user","path":"suggest/suggest-show-user_revdd0225ad4d"},{"name":"teststand/tmpl/view-test/main","path":"teststand/tmpl/view-test/main_reva81b984acb"},{"name":"teststand/view-test","path":"teststand/view-test_revbd1169583c"},{"name":"top-menu","path":"top-menu/main_revd29533fe42"},{"name":"top-menu/tmpl/inc/buttons","path":"top-menu/tmpl/inc/buttons_rev3763d123cb"},{"name":"top-menu/tmpl/inc/content","path":"top-menu/tmpl/inc/content_rev3763d123cb"},{"name":"top-menu/tmpl/inc/hideFadeButton","path":"top-menu/tmpl/inc/hideFadeButton_revba99fe64ed"},{"name":"top-menu/tmpl/inc/logo","path":"top-menu/tmpl/inc/logo_rev99f12eb3b3"},{"name":"top-menu/tmpl/inc/search/dropdown","path":"top-menu/tmpl/inc/search/dropdown_rev91fde143bb"},{"name":"top-menu/tmpl/inc/search/main","path":"top-menu/tmpl/inc/search/main_rev91fde143bb"},{"name":"top-menu/tmpl/inc/seo-nav","path":"top-menu/tmpl/inc/seo-nav_rev91fde143bb"},{"name":"top-menu/tmpl/inc/user-button","path":"top-menu/tmpl/inc/user-button_revf241112b94"},{"name":"top-menu/tmpl/menu","path":"top-menu/tmpl/menu_rev3763d123cb"},{"name":"top-menu/tmpl/suggests/apps","path":"top-menu/tmpl/suggests/apps_rev5f12aff475"},{"name":"top-menu/tmpl/suggests/item","path":"top-menu/tmpl/suggests/item_rev91fde143bb"},{"name":"toys-collection","path":"toys-collection/main_rev62b9f1eccb"},{"name":"toys-collection/bonus-receipt","path":"toys-collection/bonus-receipt_rev9651d9990a"},{"name":"toys-collection/bonus-variants","path":"toys-collection/bonus-variants_rev9651d9990a"},{"name":"toys-collection/get-collection-toy","path":"toys-collection/get-collection-toy_rev9651d9990a"},{"name":"toys-collection/rules","path":"toys-collection/rules_rev9651d9990a"},{"name":"toys-collection/tmpl/bonus-receipt","path":"toys-collection/tmpl/bonus-receipt_rev9651d9990a"},{"name":"toys-collection/tmpl/bonus-variants","path":"toys-collection/tmpl/bonus-variants_rev9651d9990a"},{"name":"toys-collection/tmpl/collection-items","path":"toys-collection/tmpl/collection-items_rev9651d9990a"},{"name":"toys-collection/tmpl/rules","path":"toys-collection/tmpl/rules_rev9651d9990a"},{"name":"toys-collection/tmpl/toy-receive","path":"toys-collection/tmpl/toy-receive_rev9651d9990a"},{"name":"toys-collection/toy-receive-popup","path":"toys-collection/toy-receive-popup_rev9651d9990a"},{"name":"ts/collection","path":"ts/collection_revd9c24d5ad0"},{"name":"ts/event","path":"ts/event_revd9c24d5ad0"},{"name":"ts/model","path":"ts/model_revd9c24d5ad0"},{"name":"ts/utils","path":"ts/utils_rev91fde143bb"},{"name":"ts/view","path":"ts/view_revd9c24d5ad0"},{"name":"ui/bubble2","path":"ui/bubble2_rev9357aae3b3"},{"name":"ui/carousel","path":"ui/carousel_revbd1169583c"},{"name":"ui/suggest","path":"ui/suggest_revd2a1fd5fe8"},{"name":"util/countries","path":"util/countries_revff85fd8484"},{"name":"util/css-manager","path":"util/css-manager_rev1e4c553239"},{"name":"util/data-preloader","path":"util/data-preloader_revff85fd8484"},{"name":"util/date-format","path":"util/date-format_revfb867ee36e"},{"name":"util/date-time","path":"util/date-time_revbd1169583c"},{"name":"util/dom-heap","path":"util/dom-heap_revb7f5eb4395"},{"name":"util/drag-and-drop","path":"util/drag-and-drop_revff85fd8484"},{"name":"util/dwh-session","path":"util/dwh-session_revbd1169583c"},{"name":"util/event","path":"util/event_revff85fd8484"},{"name":"util/event-bus","path":"util/event-bus_revff85fd8484"},{"name":"util/event2","path":"util/event2_revff85fd8484"},{"name":"util/favicon","path":"util/favicon_revff85fd8484"},{"name":"util/find-event-target","path":"util/find-event-target_revff85fd8484"},{"name":"util/form-serialize","path":"util/form-serialize_revff85fd8484"},{"name":"util/helpers","path":"util/helpers_revd29533fe42"},{"name":"util/hosts","path":"util/hosts_rev610cff3337"},{"name":"util/htmlescape","path":"util/htmlescape_revff85fd8484"},{"name":"util/icons-manager","path":"util/icons-manager_revbd1169583c"},{"name":"util/indexed-db-cache","path":"util/indexed-db-cache_rev5f12aff475"},{"name":"util/infinite-scroll","path":"util/infinite-scroll_revff85fd8484"},{"name":"util/inflect-name","path":"util/inflect-name_revff85fd8484"},{"name":"util/is-ctrl","path":"util/is-ctrl_revff85fd8484"},{"name":"util/is-enter","path":"util/is-enter_revff85fd8484"},{"name":"util/keymap","path":"util/keymap_revff85fd8484"},{"name":"util/lazy-background","path":"util/lazy-background_rev68c66c7a75"},{"name":"util/num-end","path":"util/num-end_revff85fd8484"},{"name":"util/page-visibility","path":"util/page-visibility_revff85fd8484"},{"name":"util/prevent-scroll","path":"util/prevent-scroll_revbd1169583c"},{"name":"util/project-head-height","path":"util/project-head-height_revaf1059e633"},{"name":"util/project-scroll-toggle","path":"util/project-scroll-toggle_revff85fd8484"},{"name":"util/promise","path":"util/promise_revff85fd8484"},{"name":"util/queue","path":"util/queue_revbd1169583c"},{"name":"util/resize","path":"util/resize_revbd1169583c"},{"name":"util/schedule","path":"util/schedule_revff85fd8484"},{"name":"util/scroll","path":"util/scroll_revbd1169583c"},{"name":"util/scrollbar-width","path":"util/scrollbar-width_revff85fd8484"},{"name":"util/storage","path":"util/storage_revbd1169583c"},{"name":"util/uri","path":"util/uri_revbd1169583c"},{"name":"util/viewport-size","path":"util/viewport-size_revff85fd8484"},{"name":"util/window-visibility","path":"util/window-visibility_revdd0225ad4d"},{"name":"util/worker","path":"util/worker_rev182240afa4"},{"name":"verify","path":"verify/main_revbd1169583c"},{"name":"verify/session","path":"verify/session_revff85fd8484"},{"name":"verify/tmpl/code","path":"verify/tmpl/code_revff85fd8484"},{"name":"verify/tmpl/phone","path":"verify/tmpl/phone_revff85fd8484"},{"name":"verify/tmpl/success","path":"verify/tmpl/success_revff85fd8484"},{"name":"video-html5","path":"video-html5/main_revff85fd8484"},{"name":"video-html5/backscreen","path":"video-html5/backscreen_rev4707374752"},{"name":"video-html5/circle-preloader","path":"video-html5/circle-preloader_revff85fd8484"},{"name":"video-html5/commerce/custom-overlay","path":"video-html5/commerce/custom-overlay_revb154193247"},{"name":"video-html5/commerce/custom-preroll","path":"video-html5/commerce/custom-preroll_rev9e2dc23581"},{"name":"video-html5/commerce/external","path":"video-html5/commerce/external_revcd58e0b43f"},{"name":"video-html5/commerce/main","path":"video-html5/commerce/main_rev02dd8170b1"},{"name":"video-html5/commerce/rbadman-wrapper","path":"video-html5/commerce/rbadman-wrapper_revf05c28130d"},{"name":"video-html5/commerce/trash-wrapper","path":"video-html5/commerce/trash-wrapper_revf05c28130d"},{"name":"video-html5/context-menu","path":"video-html5/context-menu_rev9701da092c"},{"name":"video-html5/controls","path":"video-html5/controls_rev0039a71ef3"},{"name":"video-html5/flash","path":"video-html5/flash_revd2a1fd5fe8"},{"name":"video-html5/html5","path":"video-html5/html5_rev9357aae3b3"},{"name":"video-html5/link-bubble","path":"video-html5/link-bubble_rev58e2751468"},{"name":"video-html5/log","path":"video-html5/log_revbf6d2126cc"},{"name":"video-html5/plugins/black-screen-detector","path":"video-html5/plugins/black-screen-detector_rev182240afa4"},{"name":"video-html5/quality-selector","path":"video-html5/quality-selector_rev3972016021"},{"name":"video-html5/share","path":"video-html5/share_rev4707374752"},{"name":"video-html5/stat","path":"video-html5/stat_rev58e2751468"},{"name":"video-html5/storage","path":"video-html5/storage_revc6f27588fd"},{"name":"video-html5/tmpl/error","path":"video-html5/tmpl/error_rev5ba5c94e99"},{"name":"video-html5/tmpl/flash","path":"video-html5/tmpl/flash_rev9701da092c"},{"name":"video-html5/tmpl/html5","path":"video-html5/tmpl/html5_revdd38f917f9"},{"name":"video-html5/tmpl/overlay/banner","path":"video-html5/tmpl/overlay/banner_revc5bd3ff88f"},{"name":"video-html5/tmpl/preroll/video","path":"video-html5/tmpl/preroll/video_rev9701da092c"},{"name":"video-html5/video","path":"video-html5/video_rev182240afa4"},{"name":"video-html5/video-api-response","path":"video-html5/video-api-response_revff85fd8484"},{"name":"video-html5/viral-panel","path":"video-html5/viral-panel_rev3faa769534"},{"name":"video-html5/wrapper/dash-element","path":"video-html5/wrapper/dash-element_rev3faa769534"},{"name":"video-html5/wrapper/events","path":"video-html5/wrapper/events_rev9701da092c"},{"name":"video-html5/wrapper/preroll-element","path":"video-html5/wrapper/preroll-element_rev9701da092c"},{"name":"video-html5/wrapper/video-element","path":"video-html5/wrapper/video-element_rev5f12aff475"},{"name":"video/embed/main","path":"video/embed/main_rev5ba5c94e99"},{"name":"video/embed/player","path":"video/embed/player_rev9701da092c"},{"name":"video/embed/yandex-api","path":"video/embed/yandex-api_rev5ba5c94e99"},{"name":"video/tmpl/embed","path":"video/tmpl/embed_rev83b14fb214"},{"name":"video/tmpl/embed/error","path":"video/tmpl/embed/error_revd29533fe42"},{"name":"vip/frames","path":"vip/frames_rev8b6eecd813"},{"name":"vip/settings","path":"vip/settings_revb91b6f9d08"},{"name":"vip/tmpl/frames","path":"vip/tmpl/frames_rev8b6eecd813"},{"name":"vip/vip","path":"vip/vip_rev9ef5ddb9a3"},{"name":"visitors","path":"visitors/main_revbd1169583c"},{"name":"visitors/item","path":"visitors/item_revbd1169583c"},{"name":"visitors/tmpl/right-item","path":"visitors/tmpl/right-item_revb91b6f9d08"},{"name":"visits-counter","path":"visits-counter/main_rev7c5a365f69"},{"name":"welcome","path":"welcome/main_revbd1169583c"},{"name":"welcome/game","path":"welcome/game_revbd1169583c"},{"name":"welcome/tmpl/game","path":"welcome/tmpl/game_reva81b984acb"}]</script><script type="text/plain" id="plugins-defines">[{"name":"isInViewport","path":"plugins/isInViewport_revbd1169583c"},{"name":"jQuery.XDomainRequest","path":"plugins/jQuery.XDomainRequest_revbd1169583c"},{"name":"jquery.Jcrop","path":"plugins/jquery.Jcrop_revbd1169583c"},{"name":"jquery.browser","path":"plugins/jquery.browser_revff85fd8484"},{"name":"jquery.easing","path":"plugins/jquery.easing_revff85fd8484"},{"name":"jquery.fileupload","path":"plugins/jquery.fileupload_revff85fd8484"},{"name":"jquery.highlight-within-textarea","path":"plugins/jquery.highlight-within-textarea_rev1da6df83bc"},{"name":"jquery.iframe-transport","path":"plugins/jquery.iframe-transport_revbd1169583c"},{"name":"jquery.jcarousel","path":"plugins/jquery.jcarousel_revff85fd8484"},{"name":"jquery.jplayer","path":"plugins/jquery.jplayer_rev4213dc577a"},{"name":"jquery.marquee","path":"plugins/jquery.marquee_revbd1169583c"},{"name":"jquery.mask","path":"plugins/jquery.mask_rev8ba29a2b3d"},{"name":"jquery.mousewheel","path":"plugins/jquery.mousewheel_revff85fd8484"},{"name":"jquery.placeholder","path":"plugins/jquery.placeholder_revbd1169583c"},{"name":"jquery.scrollTo","path":"plugins/jquery.scrollTo_revff85fd8484"},{"name":"jquery.textcomplete","path":"plugins/jquery.textcomplete_revbd1169583c"},{"name":"jquery.ui.autocomplete.html","path":"plugins/jquery.ui.autocomplete.html_revff85fd8484"},{"name":"jquery.url","path":"plugins/jquery.url_revff85fd8484"},{"name":"jquery.wookmark","path":"plugins/jquery.wookmark_revff85fd8484"},{"name":"o2html","path":"plugins/o2html_revff85fd8484"},{"name":"swfobject","path":"plugins/swfobject_revbd1169583c"},{"name":"ua-parser","path":"plugins/ua-parser_revff85fd8484"}]</script><script type="text/plain" id="bundle-audio-player-defines">[{"name":"audio_player","path":"bundles/audio-player"},{"name":"audio-player","path":"bundles/audio-player"},{"name":"audio-player/player","path":"bundles/audio-player"},{"name":"audio-player/playlist","path":"bundles/audio-player"},{"name":"audio-player/track","path":"bundles/audio-player"}]</script><script type="text/plain" id="bundle-console-defines">[{"name":"local-server","path":"bundles/console"}]</script><script type="text/plain" id="bundle-tmpl-defines">[{"name":"handlebars","path":"bundles/tmpl"},{"name":"handlebars-helpers/debug","path":"bundles/tmpl"},{"name":"handlebars-helpers/digitFormat","path":"bundles/tmpl"},{"name":"handlebars-helpers/escape","path":"bundles/tmpl"},{"name":"handlebars-helpers/filed","path":"bundles/tmpl"},{"name":"handlebars-helpers/htmlentities","path":"bundles/tmpl"},{"name":"handlebars-helpers/icon","path":"bundles/tmpl"},{"name":"handlebars-helpers/ifEq","path":"bundles/tmpl"},{"name":"handlebars-helpers/ifGt","path":"bundles/tmpl"},{"name":"handlebars-helpers/ifLt","path":"bundles/tmpl"},{"name":"handlebars-helpers/ifNotEq","path":"bundles/tmpl"},{"name":"handlebars-helpers/inflect","path":"bundles/tmpl"},{"name":"handlebars-helpers/json-encode","path":"bundles/tmpl"},{"name":"handlebars-helpers/json-stringify","path":"bundles/tmpl"},{"name":"handlebars-helpers/json-strip-end-brace","path":"bundles/tmpl"},{"name":"handlebars-helpers/number-human-format","path":"bundles/tmpl"},{"name":"handlebars-helpers/number-width","path":"bundles/tmpl"},{"name":"handlebars-helpers/plural","path":"bundles/tmpl"},{"name":"handlebars-helpers/rb-count","path":"bundles/tmpl"},{"name":"handlebars-helpers/recursion","path":"bundles/tmpl"},{"name":"handlebars-helpers/spaceless","path":"bundles/tmpl"},{"name":"handlebars-helpers/summ","path":"bundles/tmpl"},{"name":"handlebars-helpers/times","path":"bundles/tmpl"},{"name":"handlebars-helpers/unlessEq","path":"bundles/tmpl"}]</script><script type="text/plain" id="bundle-util-defines">[{"name":"libs/petrovich","path":"bundles/util"},{"name":"libs/spletnik","path":"bundles/util"},{"name":"util/css-manager","path":"bundles/util"},{"name":"util/date-format","path":"bundles/util"},{"name":"util/date-time","path":"bundles/util"},{"name":"util/dom-heap","path":"bundles/util"},{"name":"util/drag-and-drop","path":"bundles/util"},{"name":"util/find-event-target","path":"bundles/util"},{"name":"util/hosts","path":"bundles/util"},{"name":"util/htmlescape","path":"bundles/util"},{"name":"util/icons-manager","path":"bundles/util"},{"name":"util/infinite-scroll","path":"bundles/util"},{"name":"util/inflect-name","path":"bundles/util"},{"name":"util/is-ctrl","path":"bundles/util"},{"name":"util/page-visibility","path":"bundles/util"},{"name":"util/resize","path":"bundles/util"},{"name":"util/scroll","path":"bundles/util"},{"name":"util/scrollbar-width","path":"bundles/util"},{"name":"util/storage","path":"bundles/util"},{"name":"util/uri","path":"bundles/util"}]</script><script type="text/plain" id="bundle-video-html5-defines">[{"name":"video-html5/circle-preloader","path":"bundles/video-html5"},{"name":"video-html5/context-menu","path":"bundles/video-html5"},{"name":"video-html5/link-bubble","path":"bundles/video-html5"},{"name":"video-html5/log","path":"bundles/video-html5"},{"name":"video-html5/share","path":"bundles/video-html5"},{"name":"video-html5/stat","path":"bundles/video-html5"},{"name":"video-html5/storage","path":"bundles/video-html5"},{"name":"video-html5/video-api-response","path":"bundles/video-html5"}]</script><script type="text/javascript">window.onRequireJsLoadError = function () {var statPostfix = '',errorCounter = function () {},loadRequireJs = function () {var requireJsScript = document.createElement('script');requireJsScript.type="text/javascript";requireJsScript.src = "https://my2.imgsmail.ru/mail/ru/images/js/myjs/mm/out/min/bundles/all_revd29533fe42.js";requireJsScript.crossOrigin = 'anonymous';requireJsScript.async = "async";requireJsScript.onerror = function () {errorCounter();setTimeout(loadRequireJs, 500);};document.getElementsByTagName('head')[0].appendChild(requireJsScript);};errorCounter();loadRequireJs();};</script><script id="js-require-script" defer type="text/javascript" onerror="onRequireJsLoadError()" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/mm/out/min/bundles/all_revd29533fe42.js" crossorigin="anonymous"></script> <title>Сурский сквер в Волгограде – Блог. Александр Антоненко, пользователь Александр Антоненко | Группы Мой Мир</title> <meta charset="utf-8" /> <meta name="title" content="Сурский сквер в Волгограде – Блог. Александр Антоненко, пользователь Александр Антоненко | Группы Мой Мир" /> <meta property="og:title" content="Сурский сквер в Волгограде" /> <meta property="og:site_name" content="Мой Мир@Mail.ru" /> <meta property="og:url" content="/community/blog_ant0052/5D78D25661A3F49A.html" /> <meta property="og:type" content="article" /> <meta property="og:description" content="СУРСКИЙ СКВЕР У меня всегда вызывало недоумение размещение этого сквера именно в этом месте. Даже при наличии малого количества озелененных пространств в центре города, размещение сквера в начале улицы Мира выглядит необъяснимо. Ведь недалеко, буквально в ста метрах, раскинулся парк Комсомольский, ..." /> <meta property="og:locale" content="ru_RU" /> <link rel="image_src" href="https://avt-9.foto.mail.ru/community/blog_ant0052/_avatar180" /> <meta property="og:image" content="https://avt-9.foto.mail.ru/community/blog_ant0052/_avatar180" /> <script type="text/javascript" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/json3_reve100ef83c3.js"></script> <link rel="canonical" href="/community/blog_ant0052/5D78D25661A3F49A.html" /> </head> <body class="browser-type-MSIE browser-type-MSIE-7 enable-fourth-column enable-wide-left-col show-not-only-canvas show-adaptive-canvas user-set-lang_ru_RU filed-images m-avatar-frames-enabled m-pw-checkout-enabled-balance m-pw-checkout-repeated-purchase m-pw-checkout-enabled-items payment-dialog-debug-enabled " data-has-booster=""> <script type="text/javascript">;(function(window, document) {'use strict';var file = '/static/sprites/all.html',revisionKey = 'sprites.all.rev',revisionValue = '0a7805ba1292ddbf02bd943ce944ff501',dataKey = 'sprites.all.data',isSvgSupport = document.createElementNS && document.createElementNS('http://www.w3.org/2000/svg', 'svg').createSVGRect,isLocalStorageSupport = !!window.localStorage,request;function insert(svgText) {if (svgText) {if (document.body) {document.body.insertAdjacentHTML('afterbegin', svgText);} else {document.addEventListener('DOMContentLoaded', function () {document.body.insertAdjacentHTML('afterbegin', svgText);});}}}if (isSvgSupport) {if (isLocalStorageSupport && localStorage.getItem(revisionKey) === revisionValue) {insert(localStorage.getItem(dataKey));} else {try {request = new XMLHttpRequest();request.open('GET', file, true);request.onload = function () {if (request.status >= 200 && request.status < 300) {insert(request.responseText);if (isLocalStorageSupport) {localStorage.setItem(dataKey, request.responseText);localStorage.setItem(revisionKey, revisionValue);}}};request.send();} catch (ignore) {}}}}(window, document));</script> <svg height="0" width="0" style="left: 0; position: absolute; top: 0;"><defs><pattern id="pattern-stars-empty" patternUnits="userSpaceOnUse" width="14" height="12"><use x="0" y="0" xlink:href="#icon-star" fill="#ffffff" fill-opacity="0.6" height="12" width="12"></pattern><pattern id="pattern-stars-full" patternUnits="userSpaceOnUse" width="14" height="12"><use x="0" y="0" xlink:href="#icon-star" fill="#ffcc00" height="12" width="12"></pattern></defs></svg> <div class="l-head" data-mru-app-section="head"> <div class="b-head"><script type="text/plain" data-spletnik-config>{"type": "timetracker","params": {"enabled": true,"url": "/+/stat/timetrack/","xemail": "","mna": "","mnb": "","retryTimeout": 15000,"maxFailedAttempts": 3}}</script><script type="text/plain" data-mru-fragment="client-server">{"magic": {"mna": "","mnb": "","myhost": "my.mail.ru"},"verify": {"delay": "500","count": "3"},"activeUser": {"email": ""},"mimic": {"header": "X-Secret-Key","salt": "p1lvkgbo7ko7fksbctgweqld32okk24rnh91248h"}}</script><script type="text/plain" data-mru-fragment="counters">{"proxy": "https://my.mail.ru/static/myrb2.html"}</script><script type="text/plain" data-mru-fragment="app/channel" data-postload="true">{"proxy": "//mycomet.my.mail.ru/proxy.html?6","channel": "//mycomet.my.mail.ru/v3/get_comet","defaultId": "","isEnableShare": true,"sharedWorkerPath": "/static/shared-worker.html?1","log": "1","timeout": 90000}</script><script type="text/plain" class="b-css-manager-config">{"actions":"https://my2.imgsmail.ru/mail/ru/css/new/actions_rev00b9df010f.css","admin":"https://my2.imgsmail.ru/mail/ru/css/new/modules/admin/admin_reve9438237af.css","admin.audience-setter":"https://my2.imgsmail.ru/mail/ru/css/new/admin/audience-setter_revdcebcd0125.css","admin.breaking-push":"https://my2.imgsmail.ru/mail/ru/css/new/admin/breaking-push_rev5aa1f2a4a9.css","alerts":"https://my2.imgsmail.ru/mail/ru/css/new/alerts_rev00b9df010f.css","animated-tabs":"https://my2.imgsmail.ru/mail/ru/css/new/modules/animated-tabs/animated-tabs_reva0a0a1f429.css","app-admin":"https://my2.imgsmail.ru/mail/ru/css/new/app-admin_reva216387765.css","app_catalog":"https://my2.imgsmail.ru/mail/ru/css/new/modules/app_catalog/app_catalog_rev1146059566.css","app_catalog-old":"https://my2.imgsmail.ru/mail/ru/css/new/modules/app_catalog-old/app_catalog-old_revc96c19cba1.css","application":"https://my2.imgsmail.ru/mail/ru/css/new/application_revd29533fe42.css","application-images":"https://my2.imgsmail.ru/mail/ru/css/new/application-images_reve42cb9cc8c.css","application-old":"https://my2.imgsmail.ru/mail/ru/css/new/application-old_revd29533fe42.css","application-promo":"https://my2.imgsmail.ru/mail/ru/css/new/application-promo_revb813bb02b9.css","application-promo-old":"https://my2.imgsmail.ru/mail/ru/css/new/application-promo-old_rev339ca00426.css","apps":"https://my2.imgsmail.ru/mail/ru/css/new/modules/apps/apps_revb29c08b37f.css","apps-old.modules.list-item":"https://my2.imgsmail.ru/mail/ru/css/new/apps-old/modules/list-item_rev00b9df010f.css","apps.modules.daily-task.inc.daily-task-widget-graph":"https://my2.imgsmail.ru/mail/ru/css/new/apps/modules/daily-task/inc/daily-task-widget-graph_revdd0225ad4d.css","apps.modules.hilo.game-bubble":"https://my2.imgsmail.ru/mail/ru/css/new/apps/modules/hilo/game-bubble_rev91fde143bb.css","apps.modules.hilo.hilo-tizer":"https://my2.imgsmail.ru/mail/ru/css/new/apps/modules/hilo/hilo-tizer_rev9c0ba2470d.css","apps.modules.list-item":"https://my2.imgsmail.ru/mail/ru/css/new/apps/modules/list-item_rev00b9df010f.css","avatar-edit":"https://my2.imgsmail.ru/mail/ru/css/new/modules/avatar-edit/avatar-edit_rev8bca542c51.css","balance":"https://my2.imgsmail.ru/mail/ru/css/new/modules/balance/balance_rev9054fae23a.css","battlepass":"https://my2.imgsmail.ru/mail/ru/css/new/modules/battlepass/battlepass_rev7f98c5bd3a.css","breadcrumbs":"https://my2.imgsmail.ru/mail/ru/css/new/modules/breadcrumbs/breadcrumbs_revd003683cf4.css","captcha":"https://my2.imgsmail.ru/mail/ru/css/new/modules/captcha/captcha_rev0f04b41739.css","cashback-history":"https://my2.imgsmail.ru/mail/ru/css/new/modules/cashback-history/cashback-history_rev64d8bc48dd.css","catalog":"https://my2.imgsmail.ru/mail/ru/css/new/catalog_reva96202a33d.css","checkbox-list":"https://my2.imgsmail.ru/mail/ru/css/new/modules/checkbox-list/checkbox-list_revdd0225ad4d.css","choice-friends":"https://my2.imgsmail.ru/mail/ru/css/new/modules/choice-friends/choice-friends_rev131693430b.css","comments":"https://my2.imgsmail.ru/mail/ru/css/new/modules/comments/comments_rev3cd8112df6.css","components.actions.prize-image-block":"https://my2.imgsmail.ru/mail/ru/css/new/components/actions/prize-image-block_revfb867ee36e.css","components.actions.prize-popup":"https://my2.imgsmail.ru/mail/ru/css/new/components/actions/prize-popup_rev1b20a69ca1.css","components.apps.game-card.game-card":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/game-card/game-card_rev0f3caeedc8.css","components.apps.game-card.game-card-old":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/game-card/game-card-old_revc96c19cba1.css","components.apps.game-notify":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/game-notify_rev822ea0f310.css","components.apps.promo.diamonds":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/promo/diamonds_rev3ac15932d4.css","components.apps.promo.retention-gift":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/promo/retention-gift_rev4962aee109.css","components.apps.promo.toy-set":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/promo/toy-set_rev0f46dd18ba.css","components.apps.promo.wheel-of-fortune":"https://my2.imgsmail.ru/mail/ru/css/new/components/apps/promo/wheel-of-fortune_rev12c722b871.css","components.buy-badges.buy-badges":"https://my2.imgsmail.ru/mail/ru/css/new/components/buy-badges/buy-badges_rev988d94f6cd.css","components.comments.comments":"https://my2.imgsmail.ru/mail/ru/css/new/components/comments/comments_rev3cd8112df6.css","components.communities.catalog.communities-catalog":"https://my2.imgsmail.ru/mail/ru/css/new/components/communities/catalog/communities-catalog_reva446296012.css","components.community.journal":"https://my2.imgsmail.ru/mail/ru/css/new/components/community/journal_reva0a0a1f429.css","components.datepicker.datepicker":"https://my2.imgsmail.ru/mail/ru/css/new/components/datepicker/datepicker_reva0a0a1f429.css","components.history.history":"https://my2.imgsmail.ru/mail/ru/css/new/components/history/history_rev4707374752.css","components.notification-slot.notification-slot":"https://my2.imgsmail.ru/mail/ru/css/new/components/notification-slot/notification-slot_revfb867ee36e.css","components.payment-dialog.payment-dialog":"https://my2.imgsmail.ru/mail/ru/css/new/components/payment-dialog/payment-dialog_rev0f04b41739.css","components.profile.profile":"https://my2.imgsmail.ru/mail/ru/css/new/components/profile/profile_reva0a0a1f429.css","components.right-column.right-column":"https://my2.imgsmail.ru/mail/ru/css/new/components/right-column/right-column_revb7f5eb4395.css","components.right-column.right-column-community":"https://my2.imgsmail.ru/mail/ru/css/new/components/right-column/right-column-community_revb7f5eb4395.css","components.smiles.smiles":"https://my2.imgsmail.ru/mail/ru/css/new/components/smiles/smiles_revad1fd9f86a.css","components.toys-collection.bonus-variants":"https://my2.imgsmail.ru/mail/ru/css/new/components/toys-collection/bonus-variants_rev9651d9990a.css","components.toys-collection.rules":"https://my2.imgsmail.ru/mail/ru/css/new/components/toys-collection/rules_rev9651d9990a.css","components.toys-collection.toy-item":"https://my2.imgsmail.ru/mail/ru/css/new/components/toys-collection/toy-item_rev82107a1120.css","components.toys-collection.toy-receive":"https://my2.imgsmail.ru/mail/ru/css/new/components/toys-collection/toy-receive_rev9651d9990a.css","components.upload.video.upload-video":"https://my2.imgsmail.ru/mail/ru/css/new/components/upload/video/upload-video_rev1da6df83bc.css","components.video.album-selector.album-selector":"https://my2.imgsmail.ru/mail/ru/css/new/components/video/album-selector/album-selector_rev25ac467207.css","connect.buttons":"https://my2.imgsmail.ru/mail/ru/css/new/connect/buttons_revd29533fe42.css","connect.dialogs":"https://my2.imgsmail.ru/mail/ru/css/new/connect/dialogs_revd29533fe42.css","content-tools":"https://my2.imgsmail.ru/mail/ru/css/new/modules/content-tools/content-tools_revc743d71c84.css","daily-tasks":"https://my2.imgsmail.ru/mail/ru/css/new/modules/daily-tasks/daily-tasks_rev7ddaa2a175.css","emoji":"https://my2.imgsmail.ru/mail/ru/css/new/emoji_rev0bd4e88f0a.css","game-client":"https://my2.imgsmail.ru/mail/ru/css/new/modules/game-client/game-client_rev91fde143bb.css","game-client-promo":"https://my2.imgsmail.ru/mail/ru/css/new/game-client-promo_rev91fde143bb.css","gifts":"https://my2.imgsmail.ru/mail/ru/css/new/modules/gifts/gifts_rev3cd8112df6.css","hashtag":"https://my2.imgsmail.ru/mail/ru/css/new/modules/hashtag/hashtag_rev2e72198615.css","holiday-action":"https://my2.imgsmail.ru/mail/ru/css/new/modules/holiday-action/holiday-action_rev397d303081.css","home":"https://my2.imgsmail.ru/mail/ru/css/new/modules/home/home_rev2f30d2a5ee.css","html5-video":"https://my2.imgsmail.ru/mail/ru/css/new/html5-video_revd29533fe42.css","icons-demo":"https://my2.imgsmail.ru/mail/ru/css/new/icons-demo_rev92432d1546.css","jsapi":"https://my2.imgsmail.ru/mail/ru/css/new/jsapi_rev9387976dce.css","layers":"https://my2.imgsmail.ru/mail/ru/css/new/modules/layers/layers_rev91fde143bb.css","left-menu":"https://my2.imgsmail.ru/mail/ru/css/new/modules/left-menu/left-menu_rev87a8bea70c.css","legacy":"https://my2.imgsmail.ru/mail/ru/css/new/legacy_rev25ac467207.css","likes":"https://my2.imgsmail.ru/mail/ru/css/new/modules/likes/likes_rev0f04b41739.css","main":"https://my2.imgsmail.ru/mail/ru/css/new/main_revd25e953693.css","marketing-promo":"https://my2.imgsmail.ru/mail/ru/css/new/marketing-promo_rev71abf87b3d.css","media":"https://my2.imgsmail.ru/mail/ru/css/new/media_revd29533fe42.css","mention":"https://my2.imgsmail.ru/mail/ru/css/new/modules/mention/mention_reva7efd05f1e.css","messages":"https://my2.imgsmail.ru/mail/ru/css/new/modules/messages/messages_rev0e7929ce0b.css","mobile":"https://my2.imgsmail.ru/mail/ru/css/new/mobile_rev3763d123cb.css","mobile_icons":"https://my2.imgsmail.ru/mail/ru/css/new/mobile_icons_rev701060b652.css","moderation":"https://my2.imgsmail.ru/mail/ru/css/new/modules/moderation/moderation_rev1da6df83bc.css","motivation-alerts":"https://my2.imgsmail.ru/mail/ru/css/new/modules/motivation-alerts/motivation-alerts_revb3d306752c.css","music-reskin":"https://my2.imgsmail.ru/mail/ru/css/new/modules/music-reskin/music-reskin_revd29533fe42.css","music-reskin.icons":"https://my2.imgsmail.ru/mail/ru/css/new/music-reskin/icons_rev92432d1546.css","music-reskin.moderation":"https://my2.imgsmail.ru/mail/ru/css/new/music-reskin/moderation_rev1da6df83bc.css","music_gc":"https://my2.imgsmail.ru/mail/ru/css/new/music_gc_rev71c7226500.css","music_reskin":"https://my2.imgsmail.ru/mail/ru/css/new/music_reskin_rev6691e4af3e.css","notifications":"https://my2.imgsmail.ru/mail/ru/css/new/modules/notifications/notifications_rev0f3caeedc8.css","page-load-progress":"https://my2.imgsmail.ru/mail/ru/css/new/modules/page-load-progress/page-load-progress_reva0a0a1f429.css","pages.404.404":"https://my2.imgsmail.ru/mail/ru/css/new/pages/404/404_revd9c24d5ad0.css","pages.502.502":"https://my2.imgsmail.ru/mail/ru/css/new/pages/502/502_revd2ddbfc6c4.css","pages.audio.audio":"https://my2.imgsmail.ru/mail/ru/css/new/pages/audio/audio_rev87a8bea70c.css","pages.bonus-history.bonus-history":"https://my2.imgsmail.ru/mail/ru/css/new/pages/bonus-history/bonus-history_revf639d0f61e.css","pages.communities.edit.community-edit":"https://my2.imgsmail.ru/mail/ru/css/new/pages/communities/edit/community-edit_reve13d842fe8.css","pages.communities.main.community-main":"https://my2.imgsmail.ru/mail/ru/css/new/pages/communities/main/community-main_rev293f783006.css","pages.communities.statistic.community-statistic":"https://my2.imgsmail.ru/mail/ru/css/new/pages/communities/statistic/community-statistic_reva0a0a1f429.css","pages.edit-theme.edit-theme":"https://my2.imgsmail.ru/mail/ru/css/new/pages/edit-theme/edit-theme_reva0a0a1f429.css","pages.editblacklist.editblacklist":"https://my2.imgsmail.ru/mail/ru/css/new/pages/editblacklist/editblacklist_rev1da6df83bc.css","pages.feed.feed":"https://my2.imgsmail.ru/mail/ru/css/new/pages/feed/feed_reva96202a33d.css","pages.gifts.gifts":"https://my2.imgsmail.ru/mail/ru/css/new/pages/gifts/gifts_rev3cd8112df6.css","pages.holidays.holidays":"https://my2.imgsmail.ru/mail/ru/css/new/pages/holidays/holidays_rev3cd8112df6.css","pages.login.login":"https://my2.imgsmail.ru/mail/ru/css/new/pages/login/login_rev2c085d1d24.css","pages.quarantine-lp.parts.quarantine-button":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-button_rev8b098716a2.css","pages.quarantine-lp.parts.quarantine-fonts":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-fonts_rev64d8bc48dd.css","pages.quarantine-lp.parts.quarantine-game-card":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-game-card_rev8b098716a2.css","pages.quarantine-lp.parts.quarantine-games":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-games_rev8b098716a2.css","pages.quarantine-lp.parts.quarantine-header":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-header_revf26e3150d4.css","pages.quarantine-lp.parts.quarantine-video":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-video_rev8b098716a2.css","pages.quarantine-lp.parts.quarantine-video-card":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/parts/quarantine-video-card_rev8b098716a2.css","pages.quarantine-lp.quarantine-lp":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/quarantine-lp_revd29533fe42.css","pages.quarantine-lp.quarantine-variables":"https://my2.imgsmail.ru/mail/ru/css/new/pages/quarantine-lp/quarantine-variables_rev8b098716a2.css","pages.setting.notify-setting":"https://my2.imgsmail.ru/mail/ru/css/new/pages/setting/notify-setting_reva96202a33d.css","pages.user.edit-info.edit-info":"https://my2.imgsmail.ru/mail/ru/css/new/pages/user/edit-info/edit-info_rev25ac467207.css","pages.user.edit-subscribe.edit-subscribe":"https://my2.imgsmail.ru/mail/ru/css/new/pages/user/edit-subscribe/edit-subscribe_rev25ac467207.css","pages.user.info.info":"https://my2.imgsmail.ru/mail/ru/css/new/pages/user/info/info_rev18c5c0ee0d.css","pages.user.main.user-main":"https://my2.imgsmail.ru/mail/ru/css/new/pages/user/main/user-main_rev9357aae3b3.css","pages.video.item.video-item":"https://my2.imgsmail.ru/mail/ru/css/new/pages/video/item/video-item_rev92432d1546.css","pages.vip.vip":"https://my2.imgsmail.ru/mail/ru/css/new/pages/vip/vip_rev8b6eecd813.css","pages.visitors.visitors":"https://my2.imgsmail.ru/mail/ru/css/new/pages/visitors/visitors_rev87a8bea70c.css","pages.webagent.webagent":"https://my2.imgsmail.ru/mail/ru/css/new/pages/webagent/webagent_rev0e7929ce0b.css","pages.welcome.welcome":"https://my2.imgsmail.ru/mail/ru/css/new/pages/welcome/welcome_rev0f3caeedc8.css","payment":"https://my2.imgsmail.ru/mail/ru/css/new/modules/payment/payment_rev9ef5ddb9a3.css","payment-window":"https://my2.imgsmail.ru/mail/ru/css/new/payment-window_revb7f5eb4395.css","popup":"https://my2.imgsmail.ru/mail/ru/css/new/modules/popup/popup_revb7f5eb4395.css","profile":"https://my2.imgsmail.ru/mail/ru/css/new/modules/profile/profile_reva0a0a1f429.css","promo":"https://my2.imgsmail.ru/mail/ru/css/new/modules/promo/promo_rev2559dab71e.css","promo-frame":"https://my2.imgsmail.ru/mail/ru/css/new/modules/promo-frame/promo-frame_rev289319951f.css","promo-history-new-user":"https://my2.imgsmail.ru/mail/ru/css/new/modules/promo-history-new-user/promo-history-new-user_rev58de32c019.css","promo.8march":"https://my2.imgsmail.ru/mail/ru/css/new/promo/8march_revb3d306752c.css","promo.chrome-audio-payer-page":"https://my2.imgsmail.ru/mail/ru/css/new/promo/chrome-audio-payer-page_reva0a0a1f429.css","promo.community-myproject":"https://my2.imgsmail.ru/mail/ru/css/new/promo/community-myproject_revc96c19cba1.css","promo.music-android":"https://my2.imgsmail.ru/mail/ru/css/new/promo/music-android_rev4707374752.css","promo.music-quiz":"https://my2.imgsmail.ru/mail/ru/css/new/promo/music-quiz_rev99f12eb3b3.css","promo.music-votes-artists":"https://my2.imgsmail.ru/mail/ru/css/new/promo/music-votes-artists_rev99f12eb3b3.css","promo.valentine_days":"https://my2.imgsmail.ru/mail/ru/css/new/promo/valentine_days_rev1aa3496a9d.css","publisher":"https://my2.imgsmail.ru/mail/ru/css/new/modules/publisher/publisher_rev3763d123cb.css","purchase-card":"https://my2.imgsmail.ru/mail/ru/css/new/modules/purchase-card/purchase-card_rev7f98c5bd3a.css","rating":"https://my2.imgsmail.ru/mail/ru/css/new/modules/rating/rating_revb29c08b37f.css","retina_icons_player":"https://my2.imgsmail.ru/mail/ru/css/new/retina_icons_player_rev24e8685401.css","search":"https://my2.imgsmail.ru/mail/ru/css/new/modules/search/search_reva0a0a1f429.css","select":"https://my2.imgsmail.ru/mail/ru/css/new/modules/select/select_revf71af83bd2.css","share.compiled.100":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/100_rev15abc61a75.css","share.compiled.12":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/12_rev15abc61a75.css","share.compiled.150":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/150_rev15abc61a75.css","share.compiled.20":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/20_rev15abc61a75.css","share.compiled.26":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/26_reva0a0a1f429.css","share.compiled.30":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/30_rev15abc61a75.css","share.compiled.45":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/45_rev15abc61a75.css","share.compiled.70":"https://my2.imgsmail.ru/mail/ru/css/new/share/compiled/70_rev15abc61a75.css","showcase":"https://my2.imgsmail.ru/mail/ru/css/new/modules/showcase/showcase_rev2d2919013c.css","social-buttons":"https://my2.imgsmail.ru/mail/ru/css/new/modules/social-buttons/social-buttons_rev99f12eb3b3.css","sp-video":"https://my2.imgsmail.ru/mail/ru/css/new/modules/sp-video/sp-video_rev4707374752.css","sp-video.icon":"https://my2.imgsmail.ru/mail/ru/css/new/sp-video/icon_revd29533fe42.css","sp-video.icon2x":"https://my2.imgsmail.ru/mail/ru/css/new/sp-video/icon2x_revd098c65648.css","sprites.all.all":"https://my2.imgsmail.ru/mail/ru/css/new/sprites/all/all_revd29533fe42.css","sprites.all.all2x":"https://my2.imgsmail.ru/mail/ru/css/new/sprites/all/all2x_revd29533fe42.css","sprites.smiles.smiles":"https://my2.imgsmail.ru/mail/ru/css/new/sprites/smiles/smiles_revad1fd9f86a.css","subscription-community":"https://my2.imgsmail.ru/mail/ru/css/new/modules/subscription-community/subscription-community_rev1dd64e8df1.css","themes.theme1":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme1_revc96c19cba1.css","themes.theme10":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme10_revc96c19cba1.css","themes.theme11":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme11_revc96c19cba1.css","themes.theme13":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme13_revc96c19cba1.css","themes.theme14":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme14_revc96c19cba1.css","themes.theme15":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme15_revc96c19cba1.css","themes.theme16":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme16_revc96c19cba1.css","themes.theme17":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme17_revc96c19cba1.css","themes.theme18":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme18_revc96c19cba1.css","themes.theme19":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme19_revc96c19cba1.css","themes.theme2":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme2_revc96c19cba1.css","themes.theme20":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme20_revc96c19cba1.css","themes.theme21":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme21_revc96c19cba1.css","themes.theme22":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme22_revc96c19cba1.css","themes.theme23":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme23_revc96c19cba1.css","themes.theme24":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme24_revc96c19cba1.css","themes.theme25":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme25_revc96c19cba1.css","themes.theme26":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme26_revc96c19cba1.css","themes.theme27":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme27_revc96c19cba1.css","themes.theme28":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme28_revc96c19cba1.css","themes.theme29":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme29_revc96c19cba1.css","themes.theme3":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme3_revc96c19cba1.css","themes.theme30":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme30_revc96c19cba1.css","themes.theme31":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme31_revc96c19cba1.css","themes.theme32":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme32_revc96c19cba1.css","themes.theme33":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme33_revc96c19cba1.css","themes.theme34":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme34_revc96c19cba1.css","themes.theme35":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme35_revc96c19cba1.css","themes.theme36":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme36_revc96c19cba1.css","themes.theme37":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme37_revc96c19cba1.css","themes.theme38":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme38_revc96c19cba1.css","themes.theme39":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme39_revc96c19cba1.css","themes.theme4":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme4_revc96c19cba1.css","themes.theme5":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme5_revc96c19cba1.css","themes.theme6":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme6_revc96c19cba1.css","themes.theme7":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme7_revc96c19cba1.css","themes.theme8":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme8_revc96c19cba1.css","themes.theme9":"https://my2.imgsmail.ru/mail/ru/css/new/themes/theme9_revc96c19cba1.css","top-menu":"https://my2.imgsmail.ru/mail/ru/css/new/modules/top-menu/top-menu_revf15123cf55.css","verify":"https://my2.imgsmail.ru/mail/ru/css/new/modules/verify/verify_rev0f04b41739.css","video":"https://my2.imgsmail.ru/mail/ru/css/new/video_rev987baa7900.css","video.embed":"https://my2.imgsmail.ru/mail/ru/css/new/video/embed_revd29533fe42.css","vip":"https://my2.imgsmail.ru/mail/ru/css/new/modules/vip/vip_rev8b6eecd813.css","web-console":"https://my2.imgsmail.ru/mail/ru/css/new/web-console_rev4fba4a556e.css","winmodal.winmodal":"https://my2.imgsmail.ru/mail/ru/css/new/winmodal/winmodal_rev070184930d.css"}</script><div class="b-head__counters" type="gemius"><script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="1877" data-alternative-num="">{"q": "1877","aQ": "","n": "","sitezone": "","siteId": "120","preview": "","lang": "en_US","targetNewDesign": "","extraOptions": ""}</script></div><div class="b-head__banner"></div><div class="b-head__portal-navigation b-head__portal-navigation_old"> <!--noindex--> <style>.x-ph{position:relative;z-index:1003;margin:0;padding:0;font:12px/16px HelveticaNeue,Arial,sans-serif;white-space:nowrap;text-align:left;background:#fff;height:28px;*zoom:1}.x-ph .w-x-ph{width:100%;border-collapse:collapse;background:#fff}.x-ph .w-x-ph,.x-ph .w-x-ph__col{padding:0;margin:0;border:0;border-spacing:0;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph .w-x-ph__col{height:28px;vertical-align:top;white-space:nowrap}.x-ph .w-x-ph__col_left{width:1%;padding-right:20px;text-align:left}.x-ph .w-x-ph__col_right{text-align:right}.x-ph__menu{position:relative;z-index:1004;display:inline-block;padding-right:2px;font:12px/16px HelveticaNeue,Arial,sans-serif;vertical-align:top}.w-x-ph__menu__placeholder{position:absolute;top:100%;left:50%;width:0;height:0;font:0/0 a}.x-ph__menu__button,.x-ph__menu__button:link,.x-ph__menu__button:visited,.x-ph__menu__button:hover,.x-ph__menu__button:active,.x-ph__menu__button:focus{position:relative;z-index:1005;display:inline-block;width:100%;padding:6px 0 5px;border-right:1px solid #fff;border-left:1px solid #fff;font:12px/16px HelveticaNeue,Arial,sans-serif;text-decoration:none;cursor:pointer;outline:none}.x-ph-ff.x-ph-win .x-ph__menu__button,.x-ph-ff.x-ph-win .x-ph__menu__button:link,.x-ph-ff.x-ph-win .x-ph__menu__button:visited,.x-ph-ff.x-ph-win .x-ph__menu__button:hover,.x-ph-ff.x-ph-win .x-ph__menu__button:active,.x-ph-ff.x-ph-win .x-ph__menu__button:focus{padding-top:5px;padding-bottom:6px;height:17px}.x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text{display:inline-block;width:100%;padding:0 14px 0 6px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#005bd1;font-style:normal;text-decoration:none;overflow:hidden;text-overflow:ellipsis;text-align:left;vertical-align:top}.x-ph__menu__button:hover .x-ph__menu__button__text,.x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu__button:active .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__text{color:#ff9e00}.x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__icon{position:absolute;right:5px;top:13px;width:0;height:0;border-width:4px;border-style:solid;border-color:#005bd1 #fff #fff;font:0/0 a}.x-ph__menu__button:hover .x-ph__menu__button__icon,.x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu__button:active .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__icon{border-color:#ff9e00 #fff #fff}.w-x-ph__menu__button__shadow{position:absolute;z-index:1007;top:0;opacity:0;width:50px;height:0;background:#fff;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,.2);box-shadow:0 4px 15px rgba(0,0,0,.2)}.x-ph__link{display:inline-block;padding:6px;margin-right:6px;*padding:5px 6px 7px;*zoom:1;text-decoration:none;white-space:nowrap;outline:none;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph__link,a.x-ph__link{color:#005bd1}.x-ph__link:hover,a.x-ph__link:hover{color:#ff9e00;text-decoration:none}.x-ph__link:hover .x-ph__link__text,a.x-ph__link:hover .x-ph__link__text{color:#ff9e00}.x-ph__link_ext,a.x-ph__link_ext,.x-ph__link_ext:hover,a.x-ph__link_ext:hover{text-decoration:none}.x-ph__link__text{text-decoration:none;font-style:normal;cursor:pointer}.x-ph__link__balloon{display:none;overflow:hidden;margin-bottom:-4px;margin-left:3px;padding:1px 3px;min-width:9px;height:13px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#ff9e00;color:#fff;vertical-align:baseline;text-align:center;font-weight:400;font-style:normal;font-size:11px;line-height:13px;cursor:pointer;-webkit-animation-duration:500ms;-moz-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both}.x-ph-ff.x-ph-mac .x-ph__link__balloon,.x-ph-opera .x-ph__link__balloon{line-height:14px}.x-ph__link_ext .x-ph__link__balloon{display:inline-block;*display:inline;*zoom:1}.x-ph-ios .x-ph__link__balloon{margin-bottom:-5px;padding:0 3px 2px}.x-ph__link_first{margin-left:14px}.x-ph__link_last{margin-right:12px}.x-ph__link_ext{padding-right:1px}.x-ph__link_selected{font-weight:700}.x-ph-ff.x-ph-win .x-ph__link{padding:5px 6px 7px}.x-ph__auth__link_icon{position:relative;overflow:hidden;padding:0 6px!important;width:16px;height:28px;vertical-align:top;text-indent:30px}.x-ph__auth__link_icon,.x-ph__auth__link_icon:hover{color:#fff!important}.x-ph__auth__link_icon:after{position:absolute;top:2px;left:2px;display:block!important}.w-x-ph__link{display:inline-block;vertical-align:top}.x-ph__auth{width:100%}.x-ph__auth,.w-x-ph__auth__col{margin:0;padding:0;border:0;border-spacing:0;font:12px/16px HelveticaNeue,Arial,sans-serif}.w-x-ph__auth__col{vertical-align:top;text-align:right;white-space:nowrap}.w-x-ph__auth__col_left{width:99%}.w-x-ph__auth__col_right{padding-right:2px}.x-ph__auth__user{position:relative;display:block;width:100%;min-width:100px;height:28px;overflow:hidden}.w-x-ph__auth__user_inner{position:absolute;right:0;text-align:left;max-width:100%}.x-ph__auth__user__text{color:#000;display:inline-block;padding:6px 10px 6px 0;_padding:5px 10px 7px 0;font:12px/16px HelveticaNeue,Arial,sans-serif}.x-ph__auth__user__fade{position:absolute;top:0;right:-6px;width:16px;height:28px;overflow:hidden;background:url("https://img.imgsmail.ru/ph/0.58.35/auth/fade2.png") repeat-y 0 0;_display:none}.x-ph__auth__link,.x-ph__auth__link:link,.x-ph__auth__link:visited,.x-ph__auth__link:hover,.x-ph__auth__link:active,.x-ph__auth__link:focus{font:12px/16px HelveticaNeue,Arial,sans-serif}.w-x-ph__auth__dropdown{position:relative;display:block;min-width:100px;width:100%;height:1px;text-align:right}.w-x-ph__auth__dropdown__inner{position:absolute;right:6px;width:100%;min-width:100px;text-align:right}.x-ph__menu_auth{max-width:100%}.x-ph__menu__button_auth,.x-ph__menu__button_auth:link,.x-ph__menu__button_auth:visited,.x-ph__menu__button_auth:hover,.x-ph__menu__button_auth:active,.x-ph__menu__button_auth:focus{max-width:100%}.x-ph__menu__button__text_auth{position:relative}.x-ph__menu__button__text_auth,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text_auth{max-width:560px}.x-ph__menu_auth_unread .x-ph__menu__button__text_auth,.x-ph__menu_auth_unread.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text_auth{padding-left:14px}.x-ph__menu__button_auth__unread{display:none;position:absolute;left:4px;top:12px;width:6px;height:6px;background:#ff9e00;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.x-ph__menu_auth_unread .x-ph__menu__button_auth__unread{display:block}.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__text,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__text{color:#333}.x-ph__menu_open .x-ph__menu__button .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:hover .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:focus .x-ph__menu__button__icon,.x-ph__menu_open .x-ph__menu__button:active .x-ph__menu__button__icon{border-color:#333 #fff #fff}.x-ph__menu__button_auth__unread{background-position:0 -133px}.x-ph__menu__button__text__icon,.x-ph__auth_list__item__info__social{display:inline-block;overflow:hidden;width:16px;height:16px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;vertical-align:top}.x-ph__menu__button__text__icon:after,.x-ph__auth_list__item__info__social:after{margin:-4px 0 0 -4px}</style> <div class="x-ph portal-headline" id="portal-headline"><table class="w-x-ph" cellspacing="0"><tr><td class="w-x-ph__col w-x-ph__col_left"><a href="https://r.mail.ru/n312359242?sz=2&rnd=289043900" rel="nofollow noopener" class="x-ph__link x-ph__link_first">Mail.ru</a><a id="ph_mail" href="https://r.mail.ru/n312359243?sz=2&rnd=289043900" rel="nofollow noopener" class="x-ph__link"><span class="x-ph__link__text">Почта</span><i class="x-ph__link__balloon" id="g_mail_events"></i></a><a id="ph_my" style="" class="x-ph__link" href="https://r.mail.ru/n312359707?sz=2&rnd=289043900" rel="nofollow noopener"><span class="x-ph__link__text x-ph__link_selected">Мой Мир</span><i class="x-ph__link__balloon" id="g_my_events"></i></a><span class="w-x-ph__link" style=""><a class="x-ph__link" href="https://r.mail.ru/n312359708?sz=2&rnd=289043900" rel="nofollow noopener"><span class="x-ph__link__text">Одноклассники</span><i class="x-ph__link__balloon" id="g_ok_events"></i></a><span id="PH_bub:ok" class="x-ph-bub__placeholder"></span></span><a class="x-ph__link" href="https://r.mail.ru/n312359246?sz=2&rnd=289043900" rel="nofollow noopener" style=""><span class="x-ph__link__text">Игры</span><i class="x-ph__link__balloon" id="g_games_events"></i></a><a href="https://r.mail.ru/n312359247?sz=2&rnd=289043900" rel="nofollow noopener" style="" class="x-ph__link"><span class="x-ph__link__text">Знакомства</span><i class="x-ph__link__balloon" id="g_love_events"></i></a><a href="https://r.mail.ru/n312359248?sz=2&rnd=289043900" rel="nofollow noopener" style="" class="x-ph__link">Новости</a><a href="https://r.mail.ru/n312359249?sz=2&rnd=289043900" rel="nofollow noopener" style="" class="x-ph__link">Поиск</a><a id="PH_allProjects" class="x-ph__link" href="https://r.mail.ru/n312359250?sz=2&rnd=289043900" rel="nofollow noopener">Все проекты</a><span class="x-ph__menu" id="PH_projectsMenu" style="display:none;"><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_left"></i><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_right"></i><a class="x-ph__menu__button" id="PH_projectsMenu_button" href="#" rel="nofollow noopener"><i class="x-ph__menu__button__icon"></i><i class="x-ph__menu__button__text">Все проекты</i></a></span></td><td class="w-x-ph__col w-x-ph__col_right"><div id="PH_authView" style="display:none"><table class="x-ph__auth" cellspacing="0"><tr><td class="w-x-ph__auth__col w-x-ph__auth__col_left"><span id="PH_singleuser" class="x-ph__auth__user"><span class="w-x-ph__auth__user_inner"><span id="PH_user-email_disabled" class="x-ph__auth__user__text"></span><span class="x-ph__auth__user__fade"></span></span></span><div id="PH_miltiuser" style="display:none;" class="w-x-ph__auth__dropdown"><div class="w-x-ph__auth__dropdown__inner"><div class="x-ph__menu x-ph__menu_auth" id="PH_authMenu"><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_left"></i><i class="w-x-ph__menu__button__shadow w-x-ph__menu__button__shadow_right"></i><span class="x-ph__menu__button x-ph__menu__button_auth" id="PH_authMenu_button"><i class="x-ph__menu__button_auth__unread" title=""></i><i class="x-ph__menu__button__icon x-ph__menu__button__icon_auth"></i><i class="x-ph__menu__button__text x-ph__menu__button__text_auth" id="PH_user-email"></i></span></div></div></div></td><td class="w-x-ph__auth__col w-x-ph__auth__col_right"><a id="PH_logoutLink" class="x-ph__link x-ph__link_last x-ph__auth__link" href="https://r.mail.ru/cls1074201/auth.mail.ru/cgi-bin/logout?next=1&lang=ru_RU&Page=https%3A%2F%2Fmy.mail.ru" rel="nofollow noopener" title="выход" xname="clb1074201">выход</a></td></tr></table></div><div id="PH_noAuthView" style=""><table class="x-ph__auth" cellspacing="0"><tr><td class="w-x-ph__auth__col w-x-ph__auth__col_right"><a id="PH_regLink" class="x-ph__link x-ph__auth__link" href="https://r.mail.ru/cls47159165/r.mail.ru/clb1126011/e.mail.ru/signup?from=navi&lang=ru_RU&SignupMymailRu=1&back=https%3A%2F%2Fmy.mail.ru%2Fcommunity%2Fblog_ant0052%2F5D78D25661A3F49A.html&siteid=120&rnd=289043900" rel="nofollow noopener">Регистрация</a><a class="x-ph__link x-ph__link_last x-ph__auth__link" href="https://my.mail.ru/cgi-bin/login?page=https%3A%2F%2Fmy.mail.ru" rel="nofollow noopener" id="PH_loginLink" xname="clb951827">Вход</a></td></tr></table></div></td></tr></table></div><div id="PH_innerHTML" style="display:none;"></div><!--[if IE 7]><script>var ____________ie7 = true;</script><![endif]--><!--[if IE 8]><script>var ____________ie8 = true;</script><![endif]--><script> if (!window.__PHS) var __PHS = {}; (function (s) { s.exp = {}; s.lang = "ru_RU"; s.logDetails = false; s.maxAccounts = 20; s.eid = ''; s.id = 47159165; s.settingsId = +'37879182'; s.siteid = +'120'; s.sitezone = +'2'; s.pv = '2'; s.region = 'Сингапур'; s.loginLink = 'https://my.mail.ru/cgi-bin/login?page=https%3A%2F%2Fmy.mail.ru'; s.authFormExtDomainsEnabled = false; s.portalAuthEnabled = true; s.disableGamesCounter = false; s.loginLinkXName = 'clb1270902'; s.registerBackUrl = "https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html"; s.bizLinks = false; s.loveCounter = false; s.mailEvents = false; s.disableIFCheck = false; s.mailSplashUpdate = false; s.settingsText = false; s.settingsPage = false; s.showPassword = false; s.loginFromProject = false; s.pauseUpdate = false; s.pauseUpdateTime = 0; s.authGate = false; s.authGateJS = 'https://img.imgsmail.ru/ag/l.js'; s.authGateJSHasVer = false; s.devAuth = /(^|\.)devmail\.ru$/.test(window.location.hostname); if (!s.socialAuth) s.socialAuth = {"vk": 1,"ok": 1,"fb": 1};s.externalJS = 'https://img.imgsmail.ru/ph/0.58.35/external.min.js'; s.projectsMenu={"projects": [{"items": [{"title": "Авто","url": "https://trk.mail.ru/c/lfmn59"},{"title": "Гороскопы","url": "https://trk.mail.ru/c/sxmg92"},{"title": "Дети","url": "https://trk.mail.ru/c/c6g5d9"},{"title": "Добро","url": "https://trk.mail.ru/c/t2emd6"},{"title": "Дом","url": "https://trk.mail.ru/c/x1nl75"},{"title": "Задачи","url": "https://trk.mail.ru/c/oug674"},{"title": "Здоровье","url": "https://trk.mail.ru/c/vm65i6"},{"title": "Кино","url": "https://trk.mail.ru/c/qjeng8"},{"title": "Леди","url": "https://trk.mail.ru/c/p7wpt2"},{"title": "Мой Мир","url": "https://trk.mail.ru/c/dinvz3"},{"title": "Облако","url": "https://trk.mail.ru/c/t46eg7"},{"title": "Ответы","url": "https://trk.mail.ru/c/nep4a7"},{"title": "Питомцы","url": "https://trk.mail.ru/c/x8pj79"},{"title": "Погода","url": "https://trk.mail.ru/c/qtcyh9"},{"title": "Спорт","url": "https://trk.mail.ru/c/kz5jj1"},{"title": "ТВ программа","url": "https://trk.mail.ru/c/k7q398"},{"title": "Hi-Tech","url": "https://trk.mail.ru/c/jmokx4"}]},{"title": "Для бизнеса","items": [{"title": "VK Tech","url": "https://trk.mail.ru/c/kr3w88"},{"title": "VK Cloud","url": "https://trk.mail.ru/c/bxhvk9"},{"title": "VK WorkSpace","url": "https://trk.mail.ru/c/qr4gj5"},{"title": "VK WorkDisk","url": "https://trk.mail.ru/c/z20ob3"},{"title": "VK Teams","url": "https://trk.mail.ru/c/ed8rn1"},{"title": "VK Реклама","url": "https://trk.mail.ru/c/fnkyf9"},{"title": "MyTracker","url": "https://trk.mail.ru/c/j0oqb4"},{"title": "Почта для бизнеса","url": "https://trk.mail.ru/c/yq1mk3"},{"title": "Почта для образования","url": "https://trk.mail.ru/c/dytax4"},{"title": "Рейтинг сайтов","url": "https://trk.mail.ru/c/q8nfv2"}]},{"title": "Другие проекты","items": [{"title": "Капсула","url": "https://trk.mail.ru/c/wc5bb1", "img": "https://r.mradx.net/pictures/0D/196D4C.png", "imgWidth": "16", "imgHeight": "16", "img_2x": "https://r.mradx.net/pictures/2C/F0E95C.png"},{"title": "ТамТам","url": "https://trk.mail.ru/c/iglmp1", "img": "https://r.mradx.net/pictures/B9/380E74.png", "imgWidth": "16", "imgHeight": "16", "img_2x": "https://r.mradx.net/pictures/A9/AC7A85.png"},{"title": "Юла","url": "https://trk.mail.ru/c/j6hdy3", "img": "https://r.mradx.net/pictures/33/2CDE9B.png", "imgWidth": "16", "imgHeight": "16", "img_2x": "https://r.mradx.net/pictures/AA/FEE215.png"}]}], "links": [{"title": "Список всех проектов","url": "https://trk.mail.ru/c/uym884"}]}; s.user=''; s.jsonpEnabled=+''; })(window.__PHS);(function(e,r){function aa(a,d){return a.bind.apply(a,C.call(arguments,1))}function K(a){for(var a=a||{},d=1,b=arguments.length;d<b;d++){var f=arguments[d],i;for(i in f)f.hasOwnProperty(i)&&(a[i]=f[i])}return a}function ba(a,d){for(var b in d)Object.prototype.hasOwnProperty.call(d,b)&&!Object.prototype.hasOwnProperty.call(a,b)&&(a[b]=d[b]);return a}function L(a){return document.getElementById(a)}function ca(a,d,b,f){var i="",e=[],l=0;if("string"===typeof a)e.push([a,d]),l+=d,"object"==typeof b&&(f= b,b=x);else{for(var k in a)a.hasOwnProperty(k)&&(e.push([k,a[k]]),l+=a[k]);"string"==typeof d?(f=b,b=d):"object"==typeof d&&(f=d,b=x)}void 0===b&&(b=x);a=0;for(d=e.length;a<d;a++)e[a]=e[a].join(":");"object"==typeof f&&("string"==typeof f.rlog&&f.rlog.length&&Array.isArray(f.rlog_message)&&f.rlog_message.length)&&(i="&rlog="+f.rlog+"&rlog_message="+f.rlog_message.join(",")+(f.email?"&email="+f.email:""));(new Image).src="//stat.radar.imgsmail.ru/update?p=headline&t="+b+"&v="+l+"&i="+e.join(",")+(document.referrer? "&r="+escape(document.referrer):"")+i+"&rnd="+Math.random()}function da(a,d,b){function f(){a();h||(e=D(f,d))}var e,h;b&&a();e=D(f,d);return function(){h=!0;M(e)}}function ea(a){a.stopPropagation?a.stopPropagation():a.cancelBubble=!0;a.preventDefault?a.preventDefault():a.returnValue=!1}function fa(a){a.preventDefault?a.preventDefault():a.returnValue=!1}function N(a,d,b,f){if(d)if(d.addEventListener)d[a?"addEventListener":"removeEventListener"](b,f,!1);else d[a?"attachEvent":"detachEvent"]("on"+b, f)}function v(a){return a&&1==a.nodeType}function O(a){(function(){for(var a,b=arguments,f=b.length;f--;){a=b[f].split(",");for(var i=a.length;i--;){var h=a[i],l=void 0,k=parseInt(1E9*Math.random()),j=void 0;if(l=h.match(/^(?:cl([bn])|([adgin]))(\d+)(?:sz(\d+))?/))l[1]?j="s"+l[1]:"n"==l[2]?j="nc":("i"==l[2]&&(k=null),j=l[2]),j+=l[3]+".gif?",l[4]&&(j+="sz="+l[4]),k&&(j+="&rnd="+k),e.settings.eid&&(j+="&test_id="+e.settings.eid),(new Image).src="//rs.mail.ru/"+j}}})(a)}function ga(a){N(1,a,"mousedown", function(a){a||(a=window.event);for(a=a.target||a.srcElement;a;)a.getAttribute&&a.getAttribute("xname")&&O(a.getAttribute("xname")),a=a.parentNode})}function ha(a,d){var b;b=v(d)?function(a,d){return a==d}:function(a,d){return y(a,d)};for(var f=a.parentNode;f;){if(b(f,d))return f;f=f.parentNode}return!1}function ia(a){for(;a.firstChild;)a.removeChild(a.firstChild)}function y(a,d){return v(a)&&z?a.classList.contains(d):!!~(" "+a.className+" ").indexOf(" "+d+" ")}function E(a,d){if(v(a))if(z)for(var d= d.split(" "),b=0;b<d.length;b++)a.classList.add(d[b]);else!y(a,d)&&(a.className+=" "+d)}function P(a,d){v(a)&&(z?a.classList.remove(d):a.className=a.className.replace(RegExp("(^|\\s)"+d+"(\\s|$)","g"),"$1"))}function ja(a,d){if(!v(a))return z?a.classList.toggle(d):y(a,d)?(P(a,d),!1):(E(a,d),!0)}function ka(a){return"string"!==typeof a||!a?null:(new Function("return "+a))()}function la(){return!!b.SCookie.getGlobal(Q)}function ma(a){var d={"&":"&","<":"<",">":">",'"':"""},b=[],f;for(f in d)b.push(f); b="["+b.join("")+"]";f=function(a){return d[a]};return"string"===typeof a&&RegExp(b).test(a)?a.replace(RegExp(b,"g"),f):null==a?"":a}function A(a,d,b){if(void 0!==d){var f,b=b||{};null===d&&(d="",b.expires=-1);d+="";document.cookie=a+"="+d+(b.expires&&(f="number"==typeof b.expires&&(f=new Date),f.setTime(f.getTime()+864E5*b.expires),f||"toUTCString"in b.expires&&b.expires)&&"; expires="+f.toUTCString()||"")+(b.path?"; path="+b.path:"")+(b.domain?"; domain="+b.domain:"")+(b.secure?"; secure":"");return d}if(""!== (document.cookie||""))return d=(document.cookie.match(RegExp("(?:^|; ?)"+a+"\\=(\\S*?)(?:; ?|$)"))||[])[1],void 0===d?void 0:d}function R(){this._invocations=[];this._context=this._fn=null}function t(){}function F(a){this._node=b.byId(a);this._container=this._node.parentNode}function na(a){this._counters=a;for(var b in this._counters)this._counters.hasOwnProperty(b)&&(this._counters[b]=new F(this._counters[b]));this.update=function(a,b){if("string"==typeof a){var d={};d[a]=b;this.update(d)}else for(d in a)a.hasOwnProperty(d)&& (this._counters[d].update(a[d]),this._counters[d]._isAnim=e.activeUser())}}function p(a){p.__all.push(this);this._opts=a;this._open=this._open.bind(this);this._baseClass=a.baseClass;this._rootNode=a.rootNode;this._dropdown=a.dropdown;this._button=a.button;this._openCounter=a.openCounter||null;this._hideTimeout=null;this._orientation=this._opts.orientation;this._openClass=this._baseClass+"_open";this._rightClass=this._openClass+"_right";this._leftClass=this._openClass+"_left";this._inited=!!this._dropdown; this._triggerHideOnInit=this._triggerShowOnInit=!1;b.event(1,this._button,"click",this.show.bind(this))}function s(a,b){b=b||{};this._url=a;this._encoding=b.encoding;this._JSONPCallbackParam=b.JSONPCallbackParam||"callback";this._xhrEnabled=!__PHS.jsonpEnabled&&!b.jsonpEnabled;this._processing=!1;this._requestSource=b.requestSource;this._xhr2Supported=!1;try{XMLHttpRequest&&"withCredentials"in new XMLHttpRequest&&(this._xhr2Supported=!0)}catch(c){}}function oa(a){function d(){h!==(h=location.hash.replace(/^#/, "")||null)&&f()}this._userEmail=a.userEmail;this.____user=this._userEmail.innerHTML||void 0;var c="string"==typeof this.____user&&this.____user.length;this._user=e.settings.loginFromProject&&"mail"==b.project&&c?this.____user:null;this._updateByTimeout=a.updateByTimeout;this.updateLastRequest=0;this._noAuthView=a.noAuthView;this._authView=a.authView;this.updateAccountInfo();var f=b.bind(this.updateAccountInfo,this),i=!1;if(!this._updateByTimeout)if(window.jsHistory&&window.jsHistory.change)window.jsHistory.change(function(){i&& f();i=!0});else if("onhashchange"in window)b.event(1,window,"hashchange",f);else{var h=location.hash.replace(/^#/,"")||null;b.setIntervalByTimeout(d,50)}}function S(a,b){var c=document.createElement("script"),f=document.getElementsByTagName("head")[0];"undefined"!==typeof b&&(c.defer="defer",c.async="async");c.type="text/javascript";c.src=a;!("opera"in window)||"complete"===document.readyState?f.appendChild(c):window.addEventListener("DOMContentLoaded",function(){f.appendChild(c)},!1)}if(!e){var b= {};r.swaDomain="//portal.mail.ru";r.authDomain="https://auth.mail.ru";/^https?:\/\/[^/]*?\.dev\.mail\.ru($|\/\S*)/i.test(location.href)?(r.swaDomain="//portal.dev.mail.ru",r.authDomain="https://auth.dev.mail.ru"):/^https?:\/\/[^/]*?\.devmail\.ru($|\/\S*)/i.test(location.href)&&(r.swaDomain="//portal.devmail.ru",r.authDomain="https://auth.devmail.ru");r.swaTest&&(r.swaDomain="//portal.test.mail.ru",r.authDomain="https://test.auth.mail.ru");window.__PH=e={_:b,experiments:r.exp};delete r.exp;e.settings= r;var C=Array.prototype.slice;void 0===Function.prototype.bind&&(Function.prototype.bind=function(a){var b=C.call(arguments,1),c=this;return function(){return c.apply(a,b.concat(C.call(arguments,0)))}});Array.isArray||(Array.isArray=function(a){return"[object Array]"===Object.prototype.toString.call(a)});var x="my",D=window.setTimeout,M=window.clearTimeout,w=L("portal-headline"),G=!1,z="classList"in document.documentElement,pa=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a, b)}:function(a,b){for(var c=0,f=a.length;c<f;c++)if(a[c]==b)return c;return-1},T=window.devicePixelRatio,qa=void 0!=document.createElement("div").style.backgroundSize&&1<T,Q="s_c",U={},ra=function(a){return a.replace(/([A-Z])/g,function(a,b){return"-"+b.toLowerCase()}).replace(/^ms-/,"-ms-")},sa=function(a){return a.replace(/([a-z])-([a-z])/g,function(a,b,f){return b+f.toUpperCase()}).replace(/^-/,"")},V=function(a,b){var c=a.charAt(0).toUpperCase()+a.slice(1);a:{var c=(a+" "+ta.join(c+" ")+c).split(" "), f;b:if(f=c.length,"CSS"in window&&"supports"in window.CSS){for(;f--;)if(window.CSS.supports(ra(c[f]),b)){f=!0;break b}f=!1}else f=void 0;if(void 0!==f)c=f;else{var e,h;e=c.length;for(f=0;f<e;f++)if(h=c[f],~(""+h).indexOf("-")&&(h=sa(h)),void 0!==ua[h]){c=!0;break a}c=!1}}return c},ta=["Moz","O","ms","Webkit"],n=[],q=[],ua=function(){return"function"!==typeof document.createElement?document.createElement(arguments[0]):"svg"===document.documentElement.nodeName.toLowerCase()?document.createElementNS.call(document, "http://www.w3.org/2000/svg",arguments[0]):document.createElement.apply(document,arguments)}("testelem").style,m=navigator.userAgent;-1!=m.indexOf("Firefox")?q.push("ff"):-1!=m.indexOf("Opera")?q.push("opera"):-1!=m.indexOf("Chrome/40")&&q.push("chrome40");if(-1!=m.indexOf("iPad")||-1!=m.indexOf("iPhone")||-1!=m.indexOf("iPod"))q.push("ios"),G=!0;-1!=m.indexOf("Mac OS")&&!G?q.push("mac"):-1!=m.indexOf("Windows")?q.push("win"):q.push("not-desk");"ontouchstart"in window?q.push("touch"):q.push("no-touch"); n.push({name:"csstransforms",fn:function(){return-1===navigator.userAgent.indexOf("Android 2.")&&V("transform","scale(1)",!0)},options:void 0});m=V("boxShadow","1px 1px",!0);n.push({name:"boxshadow",fn:m,options:void 0});var u,B,H,I;for(I in n)if(n.hasOwnProperty(I)){m=[];u=n[I];u.name&&m.push(u.name.toLowerCase());u="function"===typeof u.fn?u.fn():u.fn;for(B=0;B<m.length;B++)H=m[B],U[H]=u,q.push((u?"":"no-")+H)}E(w,"x-ph-"+q.join(" x-ph-"));var n=1*new Date+"",va=n.substring(n.length-2),n=b,q=x, wa=/\s*(\S+)\s*/g,xa=!/\[native\s+code\]/i.test(document.getElementsByClass+""),ya=/\./g;K(n,{timers:{},percent:function(a){return va<a},supports:U,extend:K,append:ba,dpr:T,retina:qa,project:q,setTimeout:function(a,b){return D(a,b)},clearTimeout:function(a){return M(a)},rootNode:w,byId:L,byClassName:function(a,b,c){var f,e;"string"===typeof a&&(c=b,b=a,a=document);c=c||"";if(!a||null==b)return[];b=b.replace(/\s+/ig,".");"."!=b[0]&&(b="."+b);if("querySelectorAll"in a){c=a.querySelectorAll(c+b);if(xa){f= -1;for(a=[];e=c[++f];)a.push(e);return a}return c}c=a.getElementsByTagName(c||"*");b&&(b=b.replace(ya," "),b=RegExp(b.replace(wa,"(?=(^|.*\\s)$1(\\s|$))")));f=-1;for(a=[];e=c[++f];)1===e.nodeType&&(!b||b.test(e.className))&&a.push(e);return a},radar:ca,bind:aa,setIntervalByTimeout:da,eventCancel:ea,eventPreventDefault:fa,event:N,isNode:v,emptyNode:ia,count:O,countEl:ga,hasParent:ha,hasClass:y,removeClass:P,addClass:E,toggleClass:ja,ArrayIndexOf:pa,parseJson:ka,isCorp:la,isCorpCookie:Q,iOs:G,replaceUnsafeSymbols:ma}); var W=/(^|\.)devmail\.ru$/.test(window.location.hostname),g={_S_cookie_set_get_remove:function(a,b,c,f){var e,h,l=RegExp("(^|\\|)("+c+"=)(.*?)(\\||$)"),b={domain:b,expires:365,path:"/"};if(c){e=A(a)||"";h=(e.match(l)||[])[3];var k=null;void 0!==f?(c=void 0!==h||null===f?k=e.replace(l,null===f?function(a,b,d,c,f,e){return 0===e?"":f}:"$1$2"+f+"$4"):(e?e+"|":"")+c+"="+f,A(a,c,b),""===k&&A(a,null,b)):f=h;return f}},_throw_noValue_Error:function(){throw Error("need value");},__prefix:null,__domain:W? ".devmail.ru":".mail.ru",setProject:function(a,b){if(!a||!b)throw Error("project is not valid");"."!==b.substr(0,1)&&(b="."+b);g.__prefix=a;W&&(b=b.replace(/.[a-z0-9\-]*.[a-z0-9]*$/,".devmail.ru"));g.__domain=b},_getPrefix:function(a){a||(a={});a.prefix=a.prefix||g.__prefix;a.domain=a.domain||g.__domain;if(!a.prefix||!a.domain)throw Error("run setProject before");return a},getGlobal:function(a){return g._S_cookie_set_get_remove("s",g.__domain,a)},setGlobal:function(a,b){void 0===b&&g._throw_noValue_Error(); g._S_cookie_set_get_remove("s",g.__domain,a,b);return g.getGlobal(a)},removeGlobal:function(a){var b=g.getGlobal(a);g._S_cookie_set_get_remove("s",g.__domain,a,null);return b},getLocal:function(a,b){b=g._getPrefix(b);return g._S_cookie_set_get_remove("s_"+b.prefix,b.domain,a)},setLocal:function(a,b,c){c=g._getPrefix(c);void 0===b&&g._throw_noValue_Error();g._S_cookie_set_get_remove("s_"+c.prefix,c.domain,a,b);return g.getLocal(a,c)},removeLocal:function(a,b){var b=g._getPrefix(b),c=g.getLocal(a,b); g._S_cookie_set_get_remove("s_"+b.prefix,b.domain,a,null);return c}};b.SCookie=g;R.prototype={getQuery:function(){var a=this.invoke.bind(this);a.replace=this.replace.bind(this);return a},invoke:function(){this._fn?this._fn.apply(this._context,arguments):this._invocations.push(arguments)},replace:function(a,b){if(!this._fn){for(var b=b||window,c=0,f=this._invocations.length;c<f;c++)a.apply(b,this._invocations[c]);delete this._invocations;this._fn=a;this._context=b}}};b.extend(b,{DeferredQuery:R}); t.prototype={emit:function(a,b,c){function f(){--h||c&&c()}void 0==b&&(b={});var e=this.listeners(a);if(e)for(var e=e.slice(),a=new t.Event(a,b),h=e.length,b=0,l=h;b<l;b++){var k=e[b];if("function"===typeof k)try{k.call(this,a,f)}catch(g){f()}}else c&&c()},listeners:function(a){return this._events&&this._events[a]&&this._events[a].length&&this._events[a]},addListener:function(a,b){if("function"!==typeof b)throw Error("invalid argument");this._events||(this._events={});this._events[a]||(this._events[a]= []);this._events[a].push(b);this.emit("newlistener",{type:a});return this},once:function(a,b){function c(){this.removeListener(a,c);b.apply(this,arguments)}if("function"!==typeof b)throw Error("invalid argument");this.on(a,c);return this},removeListener:function(a,d){if("function"!==typeof d)throw Error("invalid argument");if(!this._events[a])return this;var c=this._events[a],f=b.ArrayIndexOf(c,d);if(0>f)return this;c.splice(f,1);0===c.length&&delete this._events[a];return this}};t.prototype.on=t.prototype.addListener; t.Event=function(a,b){this.type=a;this.data=b};t.relay=function(a,b,c){for(var f=0,e=a.length;f<e;f++){var h=a[f];b.on(h,function(a){return function(){c.emit(a)}}(h))}};b.EventEmitter=t;(function(){function a(){var a=d();a.id++;a=a.id;4095<a&&(a=0);c(a);a=d();return a.id}function d(){var a=g.getGlobal(r),b;if(!a)return c(0,0,{id:0,current:0}),{id:0,current:0};b=parseInt(a.substr(0,3),16);a=parseInt(a.substr(3,6),16);return{id:b,current:a}}function c(a,b,c){(c=c||d())||(c={});void 0!==a&&(c.id=a); c.id=void 0!=c.id&&c.id.toString(16);switch(c.id.length){case 1:c.id="00"+c.id;break;case 2:c.id="0"+c.id}void 0!==b&&(c.current=b);c.current=void 0!=c.current&&c.current.toString(16);switch(c.current.length){case 1:c.current="00"+c.current;break;case 2:c.current="0"+c.current}g.setGlobal(r,c.id+c.current)}function f(a,f){function g(a){l!==a&&(l=a,e.emit("visibilitychange",{hidden:a,visible:!a}))}var j;if(f)j=f.hidden,g(j);else if(j="focus"==a.type||"focusin"==a.type?!1:"blur"==a.type||"focusout"== a.type?!0:!!document[i],"focusout"==a.type)h=b.setTimeout(function(){h=void 0;g(j)},0);else if("focusin"==a.type)void 0!==h?b.clearTimeout(h):g(j),h=void 0;else if((p||q)&&!k)if(j)h=b.setTimeout(function(){h=void 0;try{d().current===n||g(j)}catch(a){b.radar("cookieError",1)}},200);else{try{d().current!==n&&(c(void 0,n),g(j))}catch(m){b.radar("cookieError",1)}b.clearTimeout(h);h=void 0}else g(j)}var i,h,l=!1,k,j={hidden:"visibilitychange",mozHidden:"mozvisibilitychange",webkitHidden:"webkitvisibilitychange", msHidden:"msvisibilitychange",oHidden:"ovisibilitychange"};for(i in j)if(j.hasOwnProperty(i)&&i in document){k=j[i];break}var j=navigator.userAgent,m=-1<j.indexOf("iPad")||-1<j.indexOf("iPhone")||-1<j.indexOf("iPod"),p=!k&&-1<j.indexOf("Opera"),q=0<j.indexOf("Safari")&&-1===j.indexOf("Chrome"),r="t";try{if((p||m||q)&&!k){var n=a();c(void 0,n)}}catch(u){b.radar("cookieError",1)}if(k)b.event(1,document,k,f);else if(window.eval&&eval("/*@cc_on!@*/false"))b.event(1,document,"focusin",f),b.event(1,document, "focusout",f);else if(m){var s=new Date,t=function(){b.clearTimeout(50);b.setTimeout(t,50);var a=new Date;100<a.getTime()-s.getTime()&&d().current!==n&&(c(void 0,n),l=!1,f({},{hidden:!0}),l=!0,f({},{hidden:!1}));s=a};b.setTimeout(t,50)}else b.event(1,window,"focus",f),b.event(1,window,"blur",f)})();F.prototype={visibleClass:"x-ph__link_ext",show:function(){b.addClass(this._container,this.visibleClass);b.clearTimeout(this._animTimeout);b.clearTimeout(this._animResetTimeout);this._anim&&this._isAnim&& (this._animTimeout=b.setTimeout(function(){b.addClass(this._node,"x-ph-animated_flash");this._animResetTimeout=b.setTimeout(function(){b.removeClass(this._node,"x-ph-animated_flash")}.bind(this),1E3)}.bind(this),100))},hide:function(){b.removeClass(this._container,this.visibleClass)},value:function(a){void 0!==a&&(this._node.innerHTML=this.prepare(a));return parseInt(this._node.innerHTML,10)||void 0},prepare:function(a){a=parseInt(a);return 0<a?a:0},update:function(a){var d=this.value();b.clearTimeout(this._updateTimeout); this._updateTimeout=b.setTimeout(function(){a=this.value(a);if(void 0!==d&&a>d||e.activeUser()!=this._isAnim)this._anim=!0;this[a?"show":"hide"]();this._anim=!1}.bind(this),100)}};b.Counters=na;b.Counter=F;p.__all=[];p.resetShowOnInit=function(a){for(var b=0,c=p.__all.length;b<c;b++){var f=p.__all[b];if(!a||f!==a)f._triggerShowOnInit=!1,f._triggerHideOnInit=!1}};p.hideAll=function(){for(var a=0,b=p.__all.length;a<b;a++){var c=p.__all[a];c._triggerShowOnInit=!1;c._triggerHideOnInit=!1;c.hide()}};b.extend(p.prototype, b.EventEmitter.prototype,{init:function(a){!this._dropdown&&a&&(this._dropdown=a,this._rootNode.appendChild(a),this._inited=!0,this._triggerShowOnInit&&this.show(),this._triggerHideOnInit&&this.hide(),this._triggerHideOnInit=this._triggerShowOnInit=!1)},_mouseIn:function(){b.clearTimeout(this._hideTimeout)},_mouseOut:function(){b.clearTimeout(this._hideTimeout);this._hideTimeout=b.setTimeout(this.hide.bind(this),4E3)},isVisible:function(){return b.hasClass(this._rootNode,this._openClass)},show:function(a){b.clearTimeout(this._hideTimeout); a&&b.eventPreventDefault(a);this._inited?this.isVisible()||this.emit("show",{},function(){this.__toggle(!0)}.bind(this)):(this._triggerShowOnInit=!0,p.resetShowOnInit(this))},hide:function(){this._inited?this.isVisible()&&this.emit("hide",{},function(){this.__toggle(!1)}.bind(this)):this._triggerShowOnInit=!this._triggerShowOnInit},_hideOther:function(){for(var a=0,b=p.__all.length;a<b;a++){var c=p.__all[a];c!=this&&c.isVisible()&&c.hide();c._triggerShowOnInit=!1}},_click:function(a){var d=a.target|| a.srcElement;d==this._dropdown||b.hasParent(d,this._dropdown)?this.emit("click",{clickEvent:a},b.bind(this.hide,this)):"click"==a.type&&(b.hasParent(d,this._rootNode)&&b.eventPreventDefault(a),this.hide())},_open:function(){b.clearTimeout(this._openTimeout);this._openTimeout=b.setTimeout(function(){if(this._orientation)b.addClass(this._rootNode,this._openClass),b.addClass(this._rootNode,this["_"+this._orientation+"Class"]);else{var a=this._dropdown.clientWidth,d=this._rootNode.offsetLeft,c=a+(this._rootNode.offsetParent== b.rootNode?d:1E4),f=document.body.offsetWidth;b.addClass(this._rootNode,this._openClass);b.removeClass(this._rootNode,c<=f?this._rightClass:this._leftClass);b.addClass(this._rootNode,c>f?this._rightClass:this._leftClass);this._dropdown.style.right=d+this._rootNode.clientWidth<a&&c>f?-(a-(d+this._rootNode.clientWidth)+10)+"px":""}a=function(){if(window.URL||window.webkitURL)this._dropdown.style.width=this._dropdown.clientWidth+1+"px",this._dropdown.style.width=null}.bind(this);a();b.setTimeout(a,0)}.bind(this), 0)},__toggle:function(a){b.clearTimeout(this.__eventsTimeout);this.__eventsTimeout=b.setTimeout(function(){b.event(a,document,"click",this.__click||(this.__click=this._click.bind(this)));b.event(a,this._rootNode,"mouseout",this.__mouseOut||(this.__mouseOut=this._mouseOut.bind(this)));b.event(a,this._rootNode,"mouseover",this.__mouseIn||(this.__mouseIn=this._mouseIn.bind(this)))}.bind(this),10);a?(this._openCounter&&b.count(this._openCounter),"block"!==this._dropdown.style.display&&(this._dropdown.style.display= "block"),this._open(),b.event(1,window,"resize",this._open)):(b.removeClass(this._rootNode,this._openClass),b.removeClass(this._rootNode,this._leftClass),b.removeClass(this._rootNode,this._rightClass),b.event(0,window,"resize",this._open))}});b.Menu=p;var X=document.getElementsByTagName("head")[0];s.prototype={get:function(a){a=b.extend({encoding:this._encoding,params:{},complete:function(){}},a);this.cancel();return this[this._isXHR2()?"_getXHR":"_getScript"](this._url,a)},_isXHR2:function(){return this._xhrEnabled&& this._xhr2Supported},_getUrl:function(a,b){var c=!!~a.indexOf("?");b.rnd=(new Date).getTime();for(var f in b)if(b.hasOwnProperty(f)){var e=b[f];"function"==typeof e&&(e=e(b));void 0!==e&&(a+=(c?"&":"?")+f+"="+encodeURIComponent(e),c=!0)}return a},_getXHR:function(a,d){var c=new XMLHttpRequest;this._processing=!0;b.clearTimeout(this._xhrTimeout);d.timeout&&(this._xhrTimeout=b.setTimeout(function(){this._processing&&(b.clearTimeout(this._xhrTimeout),this._processing=!1,this.cancel(),d.complete({status:"error", errorType:"timeout"}))}.bind(this),d.timeout));c.onreadystatechange=function(){if(this._processing){var a;if(4===c.readyState){b.clearTimeout(this._xhrTimeout);this._processing=!1;var e;if(200==c.status){try{e=b.parseJson(c.responseText)}catch(h){a=!!h}if("object"!==typeof e||!e)a=!0}!a&&200==c.status?(a=e,a.error&&!a.errorType&&(a.errorType="serverError")):a=a?{status:"error",errorType:"parseError"}:200!=c.status?{status:"error",errorType:"netError"}:{status:"error"};this._requestSource&&(a.requestSource= this._requestSource);d.complete(a)}}}.bind(this);c.open("get",this._getUrl(a,d.params),!0);c.withCredentials=!0;c.send(null);this._xhr=c},_getScript:function(a,d){function c(){X.appendChild(i);b.setTimeout(function(){X.removeChild(i)},6E4)}var e=this._cbName="__PHJSONPCallback_"+s.getUuid(),i=document.createElement("script"),h,g=d.timeout;d.params[this._JSONPCallbackParam]=e;a=this._getUrl(a,d.params);window[e]=function(a){b.clearTimeout(h);window[e]=s.__PHEmptyCallback;this._cbName=null;this._processing= !1;this._requestSource&&(a.requestSource=this._requestSource);a.error&&!a.errorType&&(a.errorType="serverError");"cancel"!=a.status&&d.complete(a)}.bind(this);i.defer="defer";i.async="async";i.type="text/javascript";d.encoding&&(i.charset=d.encoding);i.src=a;!("opera"in window)||"complete"===document.readyState?(this._processing=!0,c()):window.addEventListener("DOMContentLoaded",b.bind(function(){this._processing=!0;c()},this),!1);g&&(h=b.setTimeout(b.bind(function(){window[this._cbName]({status:"error", errorType:"timeout"})},this),g))},isProcessing:function(){return this._processing},cancel:function(){this._isXHR2()?this._cancelXHR():this._cancelScript()},_cancelXHR:function(){this._xhr&&this._xhr.abort()},_cancelScript:function(){this._cbName&&window[this._cbName]&&window[this._cbName]({status:"cancel"})}};s.__uuid=0;s.getUuid=function(){return s.__uuid++};s.__PHEmptyCallback=function(){};b.extend(b,{Transport:s});b.AccountManager=oa;b.extend(b.AccountManager.prototype,b.EventEmitter.prototype, {activeUser:function(){return this._user},updateLogin:function(a,b){this._user=a;this._userEmail.innerHTML=this.drawName(a,b);a?(this._noAuthView.style.display="none",this._authView.style.display=""):(this._authView.style.display="none",this._noAuthView.style.display="")},isCorp:b.isCorp,isCorpCookie:b.isCorpCookie,setCorp:function(a){for(var d=0,c=a.length;d<c;d++)if("corp.mail.ru"===a[d].split("@")[1])return b.SCookie.setGlobal(this.isCorpCookie,(new Date).getTime()),!0;if((a=b.SCookie.getGlobal(this.isCorpCookie))&& (new Date).getTime()>1*a+864E5)return b.SCookie.removeGlobal(this.isCorpCookie),!1},drawName:function(a,d){var c="";"string"!=typeof d?(this._userEmail.className=e.settings.multiAuthEnabled?"x-ph__menu__button__text x-ph__menu__button__text_auth":"x-ph__auth__user__text",c=a):(b.addClass(this._userEmail,"x-ph-ico x-ph-ico_"+this.getSocialId(a)+"_small"),c=" "+d);return c},getSocialId:function(a){a=a.match(/^[0-9]+@(vk|ok|fb)$/);return null==a?void 0:a[1]}});var Y=!1;b.extend(b.AccountManager.prototype, {updateCounters:function(a){var d={},a=a||{};if("mail"!=b.project&&!("home"==b.project&&e.settings.mailSplashUpdate)||!Y&&"mail"==b.project&&!e.settings.mailEvents)d.mail=a.mail_cnt||0;Y=!0;d.my=a.my_cnt||0;e.settings.disableGamesCounter||(d.games=a.games_cnt||0);this.updateNotifier(a);b.counters.update(d)},updateNotifier:function(a){var d=b.byId("PH_authMenu"),a=a.mail_notifier?parseInt(a.mail_notifier,10):0;b[(0==a?"remove":"add")+"Class"](d,"x-ph__menu_auth_unread")},_sendError:function(a){var d= {updateError:1},c=e.settings.logDetails?{rlog:"navidata_errors",email:e.activeUser(),rlog_message:[]}:null;a.errorType&&(d["updateError_"+a.errorType]=1,c&&c.rlog_message.push(a.errorType));a.requestSource&&(d["updateError_"+a.requestSource]=1,c&&c.rlog_message.push(a.requestSource),a.errorType&&(d["updateError_"+a.errorType+"_"+a.requestSource]=1,c&&c.rlog_message.push(a.errorType)));c?b.radar(d,c):b.radar(d);this.emit("updateError")},_PHUpdater:function(a,d,c){function f(a){"ok"!=b.project&&e.settings.portalAuthEnabled&& this.updateLogin(k,m);this.updateCounters(h);"function"===typeof a&&a()}var i=a.status,d=d||function(){};if("error"==i)this._sendError(a),d();else{var h=a.data,g=h.action,k=h.email,j=b.bind(f,this),m="undefined"!==typeof h.soc_name?b.replaceUnsafeSymbols(h.soc_name):void 0;this.setCorp(h.list||[]);e.settings.portalAuthEnabled?"switch"==g?"disabled"==i?c?(b.radar({disabledUser:1,disabledUserRestore:1}),d()):(this.emit("disabledUser"),e.emit("disabledUser",a.data,function(){b.radar({disabledUser:1, disabledUserSendToLogin:1});window.location="https://e.mail.ru/login?fail=1&d1&page="+encodeURIComponent(location.href)+"&email="+encodeURIComponent(k)})):"ok"==i&&k!=this.activeUser()?(this.emit("authChange"),(new Image).src="//r3.mail.ru/k?auth=1&rnd="+Math.random(),e.listeners("authChange")?(b.radar("authChange",1),!k||void 0!==h.mail_cnt?e.emit("authChange",a.data,function(){j(d)}):this.loadAccountInfo(b.bind(function(a){"error"==a.status?(this._sendError(a),d()):(h=b.extend(a.data,h),e.emit("authChange", h,function(){j(d)}))},this),k)):c?(b.radar("authChangeReloadDis",1),!k||void 0!==h.mail_cnt?j(d):this.loadAccountInfo(b.bind(function(a){"error"==a.status?(this._sendError(a),d()):(h=b.extend(a.data,h),j(d))},this),k)):(b.radar("authChangeReload",1),b.setTimeout(function(){location.reload()},10))):"noauth"==i&&k!=this.activeUser()?("home"===b.project&&(i=[],i.push("headlineAuthLost"),i.push("mpop="+(e.cookie("Mpop")?"1":"0")),i.push("activeEmail="+this.activeUser()),i.push("newEmail="+k),(new Image).src= "//gstat.imgsmail.ru/gstat?ua=1&logme="+encodeURIComponent(i.join(";"))+"&rnd="+(new Date).getTime()+Math.random()),b.radar("authLost",1),this.emit("authLost"),i=function(){a.status="ok";a.data.action="switch";this._PHUpdater(a,d,c)}.bind(this),e.emit("authLost",a.data,i)):(b.radar("authRestore",1),"function"===typeof d&&d()):"list"==g&&("____user"in this&&(this.____user!==k&&"mail"===b.project&&((new Image).src="//gstat.imgsmail.ru/gstat?logme="+encodeURIComponent("headlineFail;headlineEmail="+k+ ";projectEmail="+this.____user)+"&rnd="+(new Date).getTime()+Math.random(),g={userMismatch:1},g["userMismatch_"+(k?"":"no")+"HeadlineUser"]=1,g["userMismatch_"+(this.____user?"":"no")+"ProjectUser"]=1,g["userMismatch_"+(this.____user?"":"no")+"PUser_"+(k?"":"no")+"HUser"]=1,b.radar(g)),delete this.____user),null===this.activeUser()?(e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),e.emit("update",a.data,function(){j(d)})):k==this.activeUser()?((g=e.cookie("Mpop"))&&("ok"==i&& this.activeUser()&&-1==g.indexOf(this.activeUser()))&&b.count("d1409289"),e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),e.emit("update",a.data,function(){j(d)})):(a.data.action="switch",this._PHUpdater(a,d,!0))):(e.settings.enableUpdateRadars&&b.radar("update",1),this.emit("update"),e.emit("update",a.data,function(){j(d)}))}}});b.extend(b.AccountManager.prototype,{_authTransport:new b.Transport(e.settings.authDomain+"/cgi-bin/auth?mac=1",{JSONPCallbackParam:"JSONP_call",requestSource:"auth"}), switchAccount:function(a,b,c){var e={};if(a){e.Login=a;var g=this.updateResume(b||function(){}),a=function(a){this._PHUpdater(a,g,c)}.bind(this);this._authTransport.get({params:e,complete:a,timeout:3E4})}},_logoutTransport:new b.Transport(e.settings.authDomain+"/cgi-bin/logout?mac=1",{JSONPCallbackParam:"JSONP_call",requestSource:"logout"}),logoutAccount:function(a,b){var c={};if(a&&a!==this.activeUser())c.Login=a;else throw Error("Can not logout. Not active account expected.");this._logoutTransport.get({params:c, complete:b})}});var J=!1,Z;b.extend(b.AccountManager.prototype,{_accountInfoTransport:new b.Transport(e.settings.swaDomain+"/NaviData?mac=1&gamescnt=1&Socials=1",{JSONPCallbackParam:"JSONP_call",requestSource:"accountInfo"}),loadAccountInfo:function(a,b){var c={};if(b=!e.settings.multiAuthEnabled?void 0:b||this.activeUser())c.Login=b;this._accountInfoTransport.get({params:c,complete:function(b){"function"===typeof a&&a(b)},timeout:3E4})},updateAccountInfo:function(a,b){if(!J){var c=+new Date;if(this._updateByTimeout|| !this._updateByTimeout&&this.updateLastRequest<c-this.updateRequestTimeout||b)!this._updateByTimeout&&this.updateLastRequest&&((new Image).src="//rs.mail.ru/d"+"47159165".replace("%","")+".gif?"+c),this.updateLastRequest=c,c=function(b){this._PHUpdater(b,a)}.bind(this),c=this.updateResume(c),this.loadAccountInfo(c)}},updateRequestTimeout:6E4,updateReset:function(a){this._updateByTimeout&&(a?(a=this.updateRequestTimeout-(new Date).getTime()+this.updateLastRequest,0>a&&(a=0)):a=this.updateRequestTimeout, b.clearTimeout(this._listAccountTimeout),this._listAccountTimeout=b.setTimeout(b.bind(this.updateAccountInfo,this),a))},updateResume:function(a){if(this._updateByTimeout){var d=this._accountInfoTransport.isProcessing();this._accountInfoTransport.cancel();this.updateReset();var c=!1;this.once("authChange",function(a,b){c=!0;"function"===typeof b&&b()})}return b.bind(function(b){this._updateByTimeout&&(d?c?this.updateReset():this.updateAccountInfo():c?this.updateReset():this.updateReset(!0));"function"== typeof a&&a(b)},this)},pauseUpdate:function(a,b){a?Z=setTimeout(function(){J=!0},b):(clearTimeout(Z),J=!1)}});b.SCookie[(b.retina?"set":"remove")+"Global"]("rt",1);b.SCookie[(b.retina?"set":"remove")+"Global"]("dpr",b.dpr);e.settings.enableUpdateRadars=b.percent(1);e.settings.authFormEnabled=e.settings.multiAuthEnabled=e.settings.portalAuthEnabled;b.rbCounters={projectMenuOpen:"d521727"};w=!1;if(~navigator.userAgent.indexOf("Opera")&&(!~navigator.userAgent.indexOf("Opera/9.8")||~navigator.userAgent.indexOf("Version/10")|| ~navigator.userAgent.indexOf("Version/11")||~navigator.userAgent.indexOf("Opera/10")||~navigator.userAgent.indexOf("Opera 10"))||window.____________ie7||~navigator.userAgent.indexOf("Firefox/3."))e.settings.multiAuthEnabled=!1,e.settings.authFormEnabled=!1,w=!0;b.byId("PH_singleuser").style.display=e.settings.multiAuthEnabled?"none":"block";b.byId("PH_miltiuser").style.display=e.settings.multiAuthEnabled?"block":"none";e.settings.projectsMenuEnabled=!1;w||(e.settings.projectsMenuEnabled=!0,b.byId("PH_projectsMenu").style.display= "inline-block",b.byId("PH_allProjects").style.display="none",b.projectsMenuOpen=(new b.DeferredQuery).getQuery(),b.event(1,b.byId("PH_projectsMenu_button"),"click",b.projectsMenuOpen));e.settings.bizLinks&&(b.byId("PH_projectsMenu").style.display="none",b.byId("PH_allProjects").style.display="none");b.countEl(b.byId("PH_logoutLink"));b.countEl(b.byId("PH_loginLink")||b.byId("PH_authLink"));b.extend(e,b.EventEmitter.prototype,{cookie:A});if(~navigator.userAgent.toLowerCase().indexOf("iphone")||~navigator.userAgent.toLowerCase().indexOf("ipad")|| ~navigator.userAgent.toLowerCase().indexOf("ipod")||~navigator.userAgent.toLowerCase().indexOf("android"))document.body.style.cursor="pointer";e.cookie.s={};b.extend(e.cookie.s,{getLocal:g.getLocal,setLocal:g.setLocal,removeLocal:g.removeLocal,getGlobal:g.getGlobal,setGlobal:g.setGlobal,removeGlobal:g.removeGlobal,setProject:g.setProject});var $="mail"!==b.project;b.accountManager=new b.AccountManager({noAuthView:b.byId("PH_noAuthView"),authView:b.byId("PH_authView"),userEmail:b.byId(e.settings.multiAuthEnabled? "PH_user-email":"PH_user-email_disabled"),updateByTimeout:$});b.counters=new b.Counters({mail:"g_mail_events",my:"g_my_events",ok:"g_ok_events",games:"g_games_events",love:"g_love_events"});e.updateCounter=function(a){"sting"===typeof a||"number"===typeof a||void 0===a||null===a?b.counters._counters[b.project]&&b.counters.update(b.project,a):b.counters.update(a);$||b.accountManager.updateAccountInfo()};"mail"==b.project&&window.jQuery&&window.jQuery(window).bind("updatemessagescount",function(a,b){e.updateCounter(b)}); e.isMultiAuth=function(){return e.settings.multiAuthEnabled};e.activeUser=function(){if(e.settings.portalAuthEnabled){var a=b.accountManager.activeUser();return null===a?b.accountManager.____user:a}return b.byId("PH_user-email_disabled").innerHTML||void 0};e.settings.portalAuthEnabled&&(e.isCorp=function(){var a=e.activeUser();return"corp.mail.ru"==(a&&a.split("@")[1])},e.switchAccount=function(a,d){b.accountManager.switchAccount(a,d)},e.logoutAccount=function(a,d){b.accountManager.logoutAccount(a, function(){b.accountManager.loadAccountsList(d)})});e.settings.multiAuthEnabled&&(e.loadAccountsList=(new b.DeferredQuery).getQuery(),e.on("visibilitychange",function(a){a.data.hidden?e.settings.pauseUpdate&&b.accountManager.pauseUpdate(!0,e.settings.pauseUpdateTime||36E5):(null!==b.accountManager.activeUser()&&b.accountManager.activeUser()?b.accountManager.switchAccount(b.accountManager.activeUser(),null,!0):b.accountManager.updateAccountInfo(function(){},!0),e.settings.pauseUpdate&&b.accountManager.pauseUpdate())})); b.authMenu=new b.Menu({baseClass:"x-ph__menu",orientation:"right",rootNode:b.byId("PH_authMenu"),button:b.byId("PH_authMenu_button"),openCounter:"home"==b.project?"d1126003":"mail"==b.project?"d1126002":"my"==b.project?"d1270901":"d1126005"});e.authMenu=new b.EventEmitter;e.authForm=new b.EventEmitter;e.settings.multiAuthEnabled&&(e.authMenu.show=b.authMenu.show.bind(b.authMenu),e.authMenu.hide=b.authMenu.hide.bind(b.authMenu));e.settings.authFormEnabled?(b.showQuery=(new b.DeferredQuery).getQuery(), e.authForm.show=function(){b.timers.render=1*new Date;b.showQuery.apply(this,arguments)},e.authForm.hide=(new b.DeferredQuery).getQuery(),e.authForm.insert=(new b.DeferredQuery).getQuery(),e.authForm.isVisible=function(){return!1}):(e.authForm.show=function(a){var d=[];a||(a={});a.login&&a.domain&&d.push("email="+a.login+"@"+a.domain);d.push("page="+encodeURIComponent(a.successPage?a.successPage:"mail"==b.project||"home"==b.project?"https://e.mail.ru/messages/inbox?back=1":window.location.href)); window.location="https://e.mail.ru/login?"+d.join("&")},e.authForm.hide=function(){},e.authForm.isVisible=function(){return b.authForm?b.authForm.isVisible():!1});b.authLinkClickHandler=function(a){e.listeners("loginRequest")?(b.eventPreventDefault(a),e.emit("loginRequest")):e.settings.authFormEnabled&&(b.eventPreventDefault(a),e.authForm.show())};b.event(1,b.byId("PH_authLink"),"click",b.authLinkClickHandler);b.registerLinkClickHandler=function(a){e.listeners("registerRequest")&&(b.eventPreventDefault(a), e.authForm.hide(),e.emit("registerRequest"))};b.event(1,b.byId("PH_regLink"),"click",b.registerLinkClickHandler);e.isAuthFormEnabled=function(){return e.settings.authFormEnabled};if(e.settings.projectsMenuEnabled||e.settings.multiAuthEnabled||e.settings.authFormEnabled)e.settings.authGate&&S(e.settings.authGateJS+(e.settings.authGateJSHasVer?"":"?_="+Math.random())),S(e.settings.externalJS,!0)}})(window.__PH,window.__PHS); //# sourceURL=https://img.imgsmail.ru/ph/0.58.35/inline.js </script><!--/noindex--></div><div class="b-head__menu" data-mru-fragment="top-menu"><div class="b-head__menu__inner"> <a href="/" class="b-head__menu__logo booster-sc" > <img class="b-head__universal-logo" src="https://myworld.mrgcdn.ru/logo_feb-23.svg" /> </a> <div class="b-head__menu__navigate-to-button"> <span class="b-head__menu__navigate-to-button__icon"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-back"></use></svg> </span> <span class="b-head__menu__navigate-to-button__title"> <span class="b-head__menu__navigate-to-button__apps">Все игры</span> </span> </div> <div class="b-head__menu__links"> <div class="b-head__menu__links__item"> <a href="/music" target="_blank" class="b-head__menu__links__item__link" data-clns="d15282959" title="Музыка"> <i class="b-head__menu__links__item__icon ui-icon"><svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-head-music"></use></svg></i> Музыка </a> </div> <div class="b-head__menu__links__item"> <a href="/video" target="_blank" class="b-head__menu__links__item__link" data-clns="d15282977" title="Видео"> <i class="b-head__menu__links__item__icon ui-icon"><svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-head-video"></use></svg></i> Видео </a> </div> <div class="b-head__menu__links__item"> <a href="/apps" target="_blank" class="b-head__menu__links__item__link" data-clns="d15283001" title="Игры"> <i class="b-head__menu__links__item__icon ui-icon"><svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-head-games"></use></svg></i> Игры </a> </div> <div class="b-head__menu__links__item"> <a href="/my/communities" target="_blank" class="b-head__menu__links__item__link" title="Группы"> <i class="b-head__menu__links__item__icon ui-icon"><svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-groups"></use></svg></i> Группы </a> </div> </div> <script type="text/plain">{"isGameClient":false,"isHideNav":false,"placeholder":"Искать","balance":{"locales":{"refill":"Пополнить","100k":"100к+","yourBalance":"Ваш счёт","details":"Подробнее","count":{"main":"Основной","bonus":"Бонусный"},"popupLabel":"Информация о счёте","popupClose":"Закрыть","useBonusText":"Оплачивать до 50% покупки бонусными мэйликами","expireText":{"through":"через","two":"бонусных мэйликов сгорит","one":"бонусный мэйлик сгорит","five":"бонусных мэйлика сгорят","fiveDays":"дней","oneDays":"день","twoDays":"дня"}},"balanceWithBonus":0,"balance":0,"bonus":0,"rulesList":{"list":["Ваш счёт делится на основную и бонусную часть.","К основной части относятся все купленные вами мэйлики. Они хранятся на счету до тех пор, пока вы их не потратите.","К бонусной части относятся мэйлики, которые получены за участие в акциях на платформе (бонусы за покупку, ежедневные задания и т.д.).","Бонусные мэйлики имеют срок жизни — 14 дней с момента получения.","Информация о ближайшей дате сгорания будет отображаться в подсказке при наведении на счёт в шапке портала."]},"isShowCheckboxInBalanceDetails":"1","isUseBonus":false,"expireBonusMailiki":{"number":0,"upto":0}},"position":"fixed","sections":{"selected":{"text":"Группы","id":"groups"}},"buttons":[{"id":"notifications","iconHtml":"<svg class=\"svg-sprite-icon\"><use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"#icon-notifications\"></use></svg>","title":"уведомления","clns":"d816421,d816436"},{"id":"messages","iconHtml":"<svg class=\"svg-sprite-icon\"><use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"#icon-messages\"></use></svg>","title":"сообщения","clns":"d1186406"},{"id":"discussions","iconHtml":"<svg class=\"svg-sprite-icon\"><use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"#icon-discussions\"></use></svg>","title":"обсуждения","clns":"d816421,d816426"},{"id":"games","iconHtml":"<svg class=\"svg-sprite-icon\"><use xmlns:xlink=\"http://www.w3.org/1999/xlink\" xlink:href=\"#icon-game-notifications\"></use></svg>","title":"игры","clns":"d816421,d816438"}],"counters":{},"locales":{"navigateTo":{"apps":"Все игры"},"search":{"placeholder":"Искать","placeholderGameClient":"Искать игры","sections":{"games":"Игры","peoples":"Люди","photo":"Фото","music":"Музыка","video":"Видео","hashtags":"Хэштеги","groups":"Группы","internet":"В интернете"}},"balance":{"refill":"Пополнить","100k":"100к+","yourBalance":"Ваш счёт","details":"Подробнее","count":{"main":"Основной","bonus":"Бонусный"},"popupLabel":"Информация о счёте","popupClose":"Закрыть","useBonusText":"Оплачивать до 50% покупки бонусными мэйликами","expireText":{"through":"через","two":"бонусных мэйликов сгорит","one":"бонусный мэйлик сгорит","five":"бонусных мэйлика сгорят","fiveDays":"дней","oneDays":"день","twoDays":"дня"}},"buttons":{"notifications":"уведомления","messages":"сообщения","discussions":"обсуждения","actions":"акции","games":"игры","profile":"профиль"},"links":{"music":"Музыка","video":"Видео","games":"Игры","groups":"Группы"},"exit":"Выйти","vip":"VIP-пользователь"}}</script> </div> <div class="b-head__menu__inner"><div class="b-head__alerts navigation"><script type="text/plain" data-type="alert-options">{"isGameClient": false,"isNewMenu": true}</script></div></div></div></div> </div> <div class="l-content" data-mru-app-section="body" id="boosterCanvas"> <div class="l-content__left" id="LeftColumn"> <!--noindex--> <div class="b-authorization" data-mru-fragment="authorization/main"> <div class="b-authorization__logo"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-smile-logo"></use></svg> </div> <h1 class="b-authorization__title"> Откройте свой Мир! </h1> <a data-register data-clns="d653585" tabindex="2" href="https://r.mail.ru/clb653585/e.mail.ru/signup?lang=ru_RU&back=https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html&from=mrg_my&SignupMymailRu=1" class="b-authorization__register ui-button-main">Регистрация</a> <a data-login data-clns="d" tabindex="1" href="https://r.mail.ru/cls/e.mail.ru/cgi-bin/login?lang=ru_RU&page=https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html" class="b-authorization__login ui-button-liter">Вход</a> <div class="b-authorization__info"> <a class="simple-message" href="https://help.mail.ru/my-help/recommend" target="_blank" rel="noopener" onclick="event.stopPropagation()"> <i class="simple-message__icon">i</i> <div class="simple-message__text">Мы применяем рекомендательные технологии</div> </a> </div> </div> <!--/noindex--> <script src="https://auth.mail.ru/https.js?2537854936"></script> </div><div class="l-content__center"> <div class="l-content__center__inner ui-simple-block l-content__center__inner_with-navigation apps-page-content "> <script type="text/javascript" charset="utf-8" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/my_all.min_rev339ca00426.js" ></script> <script type="text/javascript" charset="utf-8" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/global_rev73eab3f1d9.js"></script> <script type="text/javascript"> function settingHead () { V.set({ 'ActiveEmail': '', 'ActiveIsInSandbox': false, 'ActiveVerification': false, 'MyMailHost': 'my.mail.ru', 'ActiveFriendsCount' : 21, 'ActiveIsVipUser' : 0, 'MirDaysOld': '' }); } (function () { if (window.Prototype) { settingHead(); } else { var interval = setInterval(function () { if (window.Prototype) { clearInterval(interval); interval = null; settingHead(); } }, 1000); } })(); var ua = navigator.userAgent.toLowerCase(); var isOpera = ua.indexOf("opera") != -1; var isIE = (ua.indexOf("msie") != -1) && !isOpera; var PhotoAvtHost = 'avt.foto.mail.ru'; var JournalName = "Блог. Александр Антоненко"; var JournalEmail = 'blog_ant0052'; var MyMailHost = 'my.mail.ru'; var Owner = false; function gebi(id){ return document.getElementById(id) } // variable for include js var Theme_tmpl = 0; var PerlVar_JournalEmail = "blog_ant0052"; var PerlVar_BlogsPerlHost = "my.mail.ru"; var PerlVar_MyMailHost = "my.mail.ru"; var PerlVar_ACTION_DIR = "/cgi-bin/journal/"; var PerlVar_back = "back=https%3a%2f%2fmy.mail.ru%2fcommunity%2fblog_ant0052%2f5D78D25661A3F49A.html".replace(/%/g,'%'); var PerlVar_ActiveEmail = ""; var PerlVar_back_value = "https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html"; var PerlVar_active_subscribed = 0; var PerlVar_JournalDir = "/community/blog_ant0052/"; var PerlVar_FavoritesRequest = 0; var PerlVar_tag_search_path = "tag/"; var PerlVar_AuthPage = "/community/blog_ant0052/5D78D25661A3F49A.html"; var PerlVar_Entry_ID = "5D78D25661A3F49A"; var PerlVar_URL = "/community/blog_ant0052/5D78D25661A3F49A.html?thread=0&page=1&skip=0"; var PerlVar_ProKey = "1"; var PerlVar_ProKeyExpire = "500"; var PerlVar_comments_subscribed = 0; var PerlVar_Extlinks_Alert = 1; var PollUrlPopup = "/community/blog_ant0052/jpolls?addpoll=1&cju=blog_ant0052"; var UsePopup = true; var PerlVar_LastTags = ''; var MagickString='AjaxResponse'; var OKCommand='OK'; var ErrorCommand='Error'; var RedirectCommand='Redirect'; function send_ajax_request() { var method = arguments[0]; var script_name = arguments[1]; var func = arguments[2]; var args = arguments[3]; var func_args = []; var callback; var callback_object; for (var i = 0; i < args.length; i++) { if (typeof args[i] != "undefined" && args[i].constructor == Function) { callback = args[i]; if (args.length > i + 1) { callback_object = args[i + 1]; } break; } else { func_args[func_args.length] = args[i]; } } var request = new AjaxRequest(method, script_name, func, func_args, callback, callback_object); ajax_requests.push(request); if (!request.send()) { ajax_requests.splice(ajax_requests.length - 1, 1); } } function perl_add_friend() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_add_friend", arguments); } function perl_get_capcha_id() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_get_capcha_id", arguments); } function perl_check_capcha_needed() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_check_capcha_needed", arguments); } function perl_vote_post() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_vote_post", arguments); } function perl_add_blacklist() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_add_blacklist", arguments); } function perl_post_comment() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_post_comment", arguments); } function perl_show_comment() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_show_comment", arguments); } function perl_get_post_protect_key() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_get_post_protect_key", arguments); } function perl_poll_vote() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_poll_vote", arguments); } function perl_set_post_tags() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_set_post_tags", arguments); } function perl_check_capcha() { send_ajax_request("GET", "/community/blog_ant0052/jajax", "perl_check_capcha", arguments); } var ActiveID = ""; var JHash = { 'CommunityID': '','ActiveID': '' }; </script> <script type="text/javascript" charset="utf-8" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/community-only_all.min_rev14d0bd8d85.js"></script> <script type="text/javascript" charset="utf-8" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/common.js?37"></script> <div class="b-head__navigation b-head__navigation-unauthorized" data-mru-fragment="head/navigation"> <div class="b-head__navigation-pos"> <script type="text/plain" data-mru-fragment="visits-counter"></script> <div class="b-head__navigation-content-wrapper"> <div class="b-head__navigation-content"> <div class="b-navigation__user-info"> <div class="b-navigation__user-link"> <div class="avatar-container b-navigation__avatar-container" data-placement-id="apwpo4mcm" > <a href="https://my.mail.ru/community/blog_ant0052/" type="booster" data-clns="d958143,d958159" style="background-image: url(https://avt-2.foto.mail.ru/community/blog_ant0052/_avatar32?1397824656);" class="avatar m-size-5 booster-sc " > </a> </div> <a class="b-navigation__user booster-sc" href="https://my.mail.ru/community/blog_ant0052/" title="Блог. Александр Антоненко" data-clns="d958143,d958159" type="booster" > <span class="b-navigation__username">Блог. Александр Антоненко</span> </a> </div> </div> <div class="b-navigation__menu"> <a class="b-navigation__menu-item" href="/community/blog_ant0052/info" >О группе </a> <a class="b-navigation__menu-item" href="/community/blog_ant0052/friends" >Участники </a> <a class="b-navigation__menu-item booster-sc" href="/community/blog_ant0052/photo" data-clns="d958175,d958185" type="booster" >Фото </a> <a class="b-navigation__menu-item" href="/community/blog_ant0052/video" data-clns="d958196,d958201" target="_blank" >Видео </a> <a class="b-navigation__menu-item booster-sc" href="/community/blog_ant0052/audio" data-clns="d958203,d958214" type="booster" >Музыка </a> <a class="b-navigation__menu-item active" href="/community/blog_ant0052/journal" >Обсуждения </a> </div> </div> </div> </div> </div> <link rel="stylesheet" onerror="onErrorLoadStyle(this)" type="text/css" href="https://my2.imgsmail.ru/mail/ru/css/new/components/smiles/smiles_revad1fd9f86a.css"/> <script> </script> <link rel="stylesheet" onerror="onErrorLoadStyle(this)" type="text/css" href="https://my2.imgsmail.ru/mail/ru/css/new/components/community/journal_reva0a0a1f429.css"/> <script> </script> <link rel="stylesheet" onerror="onErrorLoadStyle(this)" type="text/css" href="https://my2.imgsmail.ru/mail/ru/css/new/components/history/history_rev4707374752.css"/> <script> </script> <div data-mru-fragment="community/journal/journal"> <div class="b-navigation b-navigation__page-blog b-navigation-no-owner" > <div class="b-navigation__page-name">Запись</div> <div class="b-navigation__arrow"></div> <div class="b-navigation__sub"> </div> <div class="b-navigation__sub-buttons"> </div> <script type="text/plain" data-navigation-options=""> { "isPhotoPage": false, "isHolidaysPage": false, "isFriendsPage": false, "isAudioPage": false, "activeEmail": "", "activeDir": "", "isOwner": false } </script> </div> <style type="text/css"> /* POPUP */ div.popupDivIn { width:500px; position:absolute; } div.popupDivIn div.content { border-left: 2px solid #b7cede; border-right: 2px solid #b7cede; background-color:#EDEFF2; } iframe.PopupFrame { width:496px; height:465px; } div.popupDivIn div.border_t_b div.not_l, div.popupDivIn div.border_t_b div.not_l div { margin-left:0px; padding-left:0px; border-left:none; } div.popupDivIn div.border_t_b div.not_r, div.popupDivIn div.border_t_b div.not_r div { margin-right:0px; padding-right:0px; border-right:none; } /* popup button */ div.popupDivIn div.multi_button_on { position:absolute; right:-98px; top:0; z-index:300; width:100px; height:34px; } div.popupDivIn div.multi_button_on div.button { padding-left:4px; background: url(https://my1.imgsmail.ru/r/blogs/wysiwyg/popup_but_bg.gif) #EDEFF2 bottom right no-repeat; height:31px; font: 12px/14px Arial,sans-serif; color:#57585b; border-right:2px solid #B7CEDE; } div.popupDivIn div.popup_but_t { background-color: #B7CEDE; height:2px; font: 1px/1px; position:relative; top:-2px; z-index:301; margin-right:2px; margin-bottom:-2px; } div.popupDivIn div.popup_but_t img { margin-bottom:-2px; position:absolute; right:-2px; } div.popupDivIn div.popup_but_b { background-color: #B7CEDE; height:2px; font: 1px/1px; position:relative; bottom:-2px; z-index:301; margin-right:2px; margin-top:-2px; } div.popupDivIn div.popup_but_b img { margin-top:-2px; position:absolute; right:-2px; } /* shadow */ div.popupDivIn div.popup_shadow { height:4px; font:1px/1px; background:url(https://my2.imgsmail.ru/r/blogs/wysiwyg/popup_shadow.png) transparent repeat-x; position:relative; bottom:-6px; z-index:301; margin-top:-4px; } div.popupDivIn div.popup_shadow div.sh_r { font:1px/1px; height:4px; width:3px; background:url(https://my3.imgsmail.ru/r/blogs/wysiwyg/popup_shadow_r.png) transparent right top no-repeat; float:right; margin-right:-3px; //position:relative; } div.popupDivIn div.popup_shadow div.sh_l { font:1px/1px; height:4px; width:3px; background:url(https://my9.imgsmail.ru/r/blogs/wysiwyg/popup_shadow_l.png) transparent right top no-repeat; float:left; margin-left:-3px; //position:relative; } div.popupDivIn div.popup_cor_t { background-color: #B7CEDE; height:2px; font: 1px/1px; position:relative; top:-2px; z-index:301; margin-right:2px; margin-left:2px; margin-bottom:-2px; } div.popupDivIn div.popup_cor_t img { margin-bottom:-2px; position:absolute; } div.popupDivIn div.popup_cor_t img.cor_l { left:-2px; } div.popupDivIn div.popup_cor_t img.cor_r { right:-2px; } div.popupDivIn div.popup_cor_b { background-color: #B7CEDE; height:2px; font: 1px/1px; position:relative; bottom:-2px; z-index:301; margin-right:2px; margin-left:2px; margin-top:-2px; z-index:302; } div.popupDivIn div.popup_cor_b img { margin-top:-2px; position:absolute; } div.popupDivIn div.popup_cor_b img.cor_l { left:-2px; } div.popupDivIn div.popup_cor_b img.cor_r { right:-2px; } </style> <script type="text/javascript"><!-- function resizeFrame(h){ h=h+34; var curtStep; var stepsCount = 6; obj = gebi('PopupFrame'); var curHeight = obj.offsetHeight; if (h>curHeight){ curtStep = parseInt((h-curHeight)/stepsCount); if(curtStep<5) curtStep=5; resizeFrameDo('+',h,curtStep); } if (h<curHeight){ curtStep = parseInt((curHeight-h)/stepsCount); if(curtStep<5) curtStep=5; resizeFrameDo('-',h,curtStep); } } function resizeFrameDo(dir,h,curtStep){ obj = gebi('PopupFrame'); if(dir=='+'){ obj.style.height = obj.offsetHeight + curtStep + 'px'; if(obj.offsetHeight < (h - curtStep)) { setTimeout(function() {resizeFrameDo(dir,h,curtStep)},50); } else { obj.style.height = h + 'px'; if(gebi('popupDiv').style.display != 'none') shadowDiv(1); } } if(dir=='-'){ obj.style.height=obj.offsetHeight-curtStep + 'px'; if(obj.offsetHeight > (h + curtStep)) { setTimeout(function() {resizeFrameDo(dir,h,curtStep)},50); } else { obj.style.height = h + 'px'; if(gebi('popupDiv').style.display != 'none') shadowDiv(1); } } } function popupShow(id,src,w,h){ gebi('PopupFrame').src=src; shadowDiv(1); gebi('PopupFrame').style.width = w + 'px'; gebi('PopupFrame').style.height = h + 'px'; gebi('popupDiv').style.width = w+4 + 'px'; gebi('popupDiv').style.height = h+4 + 'px'; gebi('popupDiv').style.left=parseInt(jQuery('.l-content__center')[0].scrollWidth/2)-parseInt(w/2)+'px'; gebi('popupDiv').style.top = parseInt(getClientHeight()/2)+getBodyScrollTop()-120-parseInt(h/2)+'px'; gebi('popupDiv').style.display = 'block'; } function popupClose(id){ shadowDiv(0); gebi(id).style.display = 'none'; } function wysiwygPopupClose(){ shadowDiv(0); gebi('popupDiv').style.display = 'none'; } //--></script> <div class="popupDivIn" style="z-index:255; display:none;" id="popupDiv"> <div style="background-color:#FFF;"> <div class="popup_cor_t"><img src="https://my1.imgsmail.ru/r/blogs/wysiwyg/popup_cor_l_t.gif" width="4" height="4" border="0" class="cor_l"><img src="https://my2.imgsmail.ru/r/blogs/wysiwyg/popup_cor_r_t.gif" width="4" height="4" border="0" class="cor_r"></div> <div class="content"> <iframe src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" frameborder="0" scrolling="no" id="PopupFrame" class="PopupFrame"></iframe> </div> </div> <div class="popup_cor_b"><img class="cor_l" src="https://my9.imgsmail.ru/r/blogs/wysiwyg/popup_cor_l_b.gif" width="4" height="4" border="0"><img class="cor_r" src="https://my1.imgsmail.ru/r/blogs/wysiwyg/popup_cor_r_b.gif" width="4" height="4" border="0"></div> <div class="popup_shadow IEpng ml3 mr3"><div class="sh_l IEpng"></div><div class="sh_r IEpng"></div></div> </div> <style type="text/css"> /* blogs css */ /*Common styles*/ /* td{font-size:75%;font-family:arial} */ td.gr_sm{font-size:70%;color:#656972;font-family:tahoma} td.logo{padding:0px 17px 0px 15px} td.r_7{padding-right:7px} td.r_20{padding-right:20px} td.t_4{padding-top:4px} td.t_6{padding-top:6px} td.right_top{padding-top:2px;font-size:70%;font-family:tahoma} td.res_num{font-size:90%;padding-right:10px} td.res_num div{padding:2px 5px 3px 5px;font-weight:bold;color:#003073} td.res_cont{padding:0px 0px 17px 0px} td.res_cont li{padding:0px} td.res_cont2{padding:2px 0px 12px 0px} td.res_cont div.cont{margin:5px 0px 5px 0px} td.oranzhe{border-left:5px solid #FFAA00; padding:5px 0px 5px 10px} .t_fone{background-image:url('https://my9.imgsmail.ru/mail/ru/images/blogs/t_fone.gif');background-position:top left;background-repeat:repeat-x} .b_fone{background-image:url('https://my9.imgsmail.ru/mail/ru/images/blogs/b_fone.gif');background-position:top left;background-repeat:repeat-x} .l_fone{background-image:url('https://my9.imgsmail.ru/mail/ru/images/blogs/l_fone.gif');background-position:top left;background-repeat:repeat-y} .r_fone{background-image:url('https://my9.imgsmail.ru/mail/ru/images/blogs/r_fone.gif');background-position:top left;background-repeat:repeat-y} a:hover{color:#F26D00;text-decoration:none} a.cor_col{color:#BB4B00;} a.cor_col:hover{color:#BB4B00;} a.sm{font-size:90%;font-family:tahoma} a.sm_gr{font-size:90%;color:#656972;font-family:tahoma} a.gr{color:#656972} a.frm1{color:#FFFFFF;font-family:arial} a.big{font-size:130%} a.big2{font-size:125%} a.or_b{color:#FF720C;font-weight:bold} input.exit_but{font-family:tahoma;font-size:90%} br.think{line-height:1px} b.bl{color:#000000} input.but_min_out{font-size:95%; font-family:tahoma; padding:0px} wbr:after {content: "\00200B";} /* jentry */ .data_line{color:#666A75;background-image:url('https://my9.imgsmail.ru/mail/ru/images/blogs/gr_point.gif');background-repeat:repeat-x;background-position:center center;font-size:90%;font-family:tahoma;margin:5px 0px 7px 0px} .data_line b{background-color:#FFFFFF;padding-right:5px;font-weight:normal} .cont_blog{margin:12px 0px 10px 0px;} .gr_line{background-color:#D9D9D9} h1.tems{color:#FF8500;margin:7px 0px 2px 0px} .gr_sm{color:#656972;font-family:tahoma} table.tred{margin-bottom:15px} table.tred_sm{margin-bottom:10px} table.tred td div.bord_av{padding:5px;border:1px solid #DADCE5} table.tred td div.tem{margin-top:9px;color:#003073;font-size:100%;font-weight:bold} table.tred td.cont{padding:9px 13px 9px 13px;border-top:1px solid #DADCE5} table.tred td.cont table.autor td{padding:0px} table.tred td.cont table.autor td.info{font-size:70%;font-family:tahoma;color:#696971;padding-left:15px} table.tred td.cont table.autor td.icons{padding-left:20px} table.tred td.cont div.cont{margin:10px 0px 10px 0px} table.autor td{padding:0px} table.autor td.info{font-size:70%;font-family:tahoma;color:#696971;padding-left:15px} .hide_bg {background:#F7F7F7} div.larger {font-size:90%;text-align:center; line-height:9px;} div.larger a, div.larger a:Hover {color:#BA4A00;} img.lupa { position:relative;top:1px;} .hide_com{color:#000000;font-weight:bold;margin-bottom:7px} img.avatar2{border:5px solid #8ACCFC;margin:0px 10px 10px 0px} .tipalink {border-bottom:1px dashed #0857A6; color:#0857A6; cursor:pointer; text-decoration:none; position:relative; margin-bottom:3px;} .smile {cursor:pointer;} #allsmileys{display:none; color:#666666;} .inviz {display:none;} /* comments form */ div.cont_div{margin:10px 0px;padding:7px 10px 10px 10px;border:1px solid #D9D9D9;} div.cont_div table td{padding:3px 0px 3px 0px} div.cont_div table td.hide {padding:0px;} div.cont_div table td.hide input {margin:0px 5px 0px 0px;width:15px;} div.cont_div h1{font-size:120%} div.cont_div h1 span{font-size:85%;font-family:tahoma;font-weight:normal;color:#000000} div.del_min{border:1px solid #000000; position:absolute;padding:10px;background-color:#f3f3f3;z-index:1} div.cont_div form{margin:0} .capcha { background-color: #FFF7E9; color: #666; font-family: tahoma; font-size: 11px; padding-left: 10px; width: 200px; border: 1px solid #135EAA; } div.complain_form { background:#FFFFFF none repeat scroll 0%; border:1px solid #000000; font-family:arial; font-size:75%; height:auto; left:0px; padding:5px; position:absolute; top:0px; width:220px; z-index:100; } a.dashed { border-bottom:1px dashed; text-decoration:none; } a:Hover.dashed { border-bottom:none; color:#F26D00; } #tagcloud_icon, #calendar_state_icon { cursor:pointer; } /* journal */ .disclaim{color:003073;font-size:105%; padding:5px 0;} .lenta{font-size:90%;font-family:tahoma;color:#696973;} /*List-elements*/ ul.nav{margin:0px 0px 0px 17px;padding:0px 0px 0px 0px} ul.nav li{color:#DADFE5; padding-bottom:0px} ul.nav li.black{color:#000000} /*Forms elements*/ input.sm_out{font-size:100%;font-family:tahoma;margin:5px 10px 0px 7px} input.sm_90{font-size:90%;font-family:tahoma} input.sm_90_tb{font-size:90%;font-family:tahoma;margin:5px 0px 15px 0px} input.sm_90_tb2{font-size:90%;font-family:tahoma;margin:12px 0px 20px 0px} input.w_100{width:100%;font-family:arial} select.w_100{width:100%;font-family:arial} select.w_100_b4{width:100%;font-family:arial;margin-bottom:4px} select.sm_100{width:100%;font-family:tahoma;font-size:90%} input.s_100{font-family:arial;font-size:100%} button.s20{width:20px;height:20px} textarea{width:100%;font-family:arial;font-size:100%} /*Table header*/ td.header td.text{padding:0px 17px 0px 15px;font-size:70%;color:white;} td.header{background-color:#00468c} td.header div.cor{background-color:#00468c;} table.shapka td{background-color:#0033CC; color:white; font-size:70%; font-family:tahoma} table.shapka td table td.first{background-color:white; color:#013572; font-size:75%; padding-right:7px; padding-left:12px; font-family:arial} table.shapka td table td.first a{color:#013572; text-decoration:none} table.shapka td table td.first a:hover{color:#013572; text-decoration:underline} table.shapka td table td.mid{background-color:#5977B3; font-size:75%; padding-right:7px; padding-left:6px; font-family:arial} table.shapka td table td.mid a{color:white; text-decoration:none} table.shapka td table td.mid a:hover{text-decoration:underline} table.shapka td.bel{background-color:#0033CC} table.shapka td.hello{padding-top:7px; color:#F2F8FF;font-size:75%;font-family:arial} table.shapka td.hello b{color:white} /*Table upr*/ table.upr{margin-bottom:10px} td.uups{border-left:1px solid #CED0D9;border-right:1px solid #CED0D9; padding:7px 10px 10px 10px} td.uupsbot{height:1px;background-color:#CED0D9;} table.upr td table.nul_pad td, table.upr0 td table.nul_pad td{padding:0px} /* style for avatars*/ table.avatar_tbl_1 { border-collapse:collapse; margin: 0 10px 10px 0; float:left; border:0;} table.avatar_tbl_1 td { text-align:center; padding:5px !important; background-color:#8ACCFC;} table.avatar_st{ border-collapse:collapse;} table.avatar_st td {padding-bottom: 5px !important;} table.avatar_top_1 {border:4px solid #8ACCFC; border-bottom:none;margin:0px 0px 7px;} table.avatar_top_1 td { text-align:center;} table.avatar_top_1 td.avatar_top_larger { padding-bottom:4px; background-color:#8ACCFC !important;} .usinfArrow { position:absolute; z-index:10000; top:0; left:0; width:190px; border:1px solid #929292; background-color:#FFF9F2; font:11px tahoma; margin:0px; } .usinfArrow .userinfo{padding:5px 10px;} .usinfArrow a {color:#0857A6;text-decoration:underline;} .usinfArrow a:hover{color:#F26D00;text-decoration:none;} .usinfArrow a.grey {color:#666666;} .usinfArrow img.icon {margin:2px 5px 2px 0;} .usinfArrow img.icon2 {margin:2px 4px 2px 0;} .usinfArrow .projectName {color:#666666; font-weight:bold; padding:0 0 5px 0px;} .usinfArrow .line {background-color:#D0D0D0; margin:10px 0;} .usinfArrow #divForFriendsId, #divForFriendsId a {font-size:11px; font-family:tahoma; color:#5B5B5B;} .usinfArrow #divForFriendsId input {font:11px tahoma; color:#5B5B5B;} .usinfArrow .widthCheckBox {padding:0 0 5px 25px;} .usinfArrow .newGroup {padding:0 0 10px 45px;} .usinfArrow .forButt {padding:0 0 10px 20px;} .usermenu_act {background-color:#FFE0A9; padding:0 10px 3px 10px; white-space:nowrap;} .usermenu_act img {margin-right:2px;} .usermenu_pas {padding:2px 0 0 0; white-space:nowrap;} .usermenu_pas img {margin-right:4px;} /* style for jupdate menu */ table.zakladki td{padding:0px;font-family:tahoma} select.tah70{font-size:95%;font-family:tahoma} .contest_invite {width: 470px; padding: 6px; border: solid 1px #34A61E; background: #ECFFE1; margin-bottom: 20px; float:left;} .contest_invite IMG.avatar {border: solid 1px #34A61E; margin-right: 10px;} .contest_invite A {color: #248411; font-weight: bold;} .contest_invite A:hover {color: #248411;} /* for konkurs */ img.second-place {border: solid 5px #99E0F0;} img.third-place {border: solid 5px #CCFF78;} table.wins_tbl td {vertical-align:top; padding: 0 15px 30px 0;} table.wins_tbl table td {padding: 0;} table.wins_tbl td.r_td {padding-top:18px;} table.wins_tbl td.l_td {text-align:center;} table.wins_tbl td.l_td h2{text-align:left;padding-left:10px;} div.contest_info {color: #248411; font-weight: bold;} div.contest_info a{color: #248411;} div.contest_info a.orn{color:#ff8c00; font-weight:normal;} div.contest_info span {color:#000000; font-weight:normal;} div.contest_list a {color: #248411; font-weight:bold;} div.rating_block {padding:10px;} .rtd {background-color: #66CC00;font-weight: bold;padding: 1px 3px;} .rtd a {color: #FFFFFF;text-decoration: none;} #capcha_popup { background-color: #FFF7E9; color: #666; font-family: tahoma; font-size: 11px; padding-left: 10px; width: 200px; border: 1px solid #135EAA; visibility: hidden; position: absolute; z-index: 10001; top: 0; } .vote_done { padding: 5px; text-align: center; background: #FFF6E4; font-weight: bold; color: #FF6600; font-size: 110%; } #tagsearchdiv{ font-family:arial} #tagsearchdiv form { margin:0; padding:0;} .grey, .grey a{color:#666666;text-decoration:none;} .tg1{font-size: 150%} .tg2{font-size: 130%} .tg3{font-size: 110%} .tg4{font-size: 95%} .tg5{font-size: 80%} a:hover.tg1, a:hover.tg2, a:hover.tg3, a:hover.tg4, a:hover.tg5 {text-decoration: underline;} span.gr_comm{color:#666A75} /* favorit */ .favoradd {position: absolute; font-family: arial; z-index: 10000; } .favoradd div {padding: 5px; border: 1px solid #000; background: #f3f3f3;} .favoradd span {font-size: 12px;} .favoradd .ico_context_help {margin: 0 0 -2px 5px;} .favoradd textarea {display: block; width: 400px; height: 45px; margin: 5px 0 5px 0; font-family: arial; color: #000; font-size: 12px; border:1px solid #999;} .favoradd input.add {font-weight: bold; color: #333; font-size: 12px;} .favoradd input.close {color: #333; font-size: 12px;} .favoradd .ico_close {position: absolute; right: 8px; top: 8px;} a.lasttags { color: #000; text-decoration:none; border-bottom: thin dashed #000000; } /* music */ .text_audio {display:none;} .div_dashed {border-bottom:1px dashed #999999;} .div_dashed_act {border-bottom:none;} .bot_menu{margin:10px 0px 25px 0px} .corner { width: 7px; height: 7px; } .bubble_bg { background-color: #FFDC95; } .corner2 { width: 4px; height: 4px; } .bubble_bg2 { background-color: #FFF2D8; } .challenge_codes { width: 250px; overflow: hidden; overflow-x: hidden; padding: 5px; background-color: #FFF6ED; border: 1px solid #FFBF7F; font:11px/14px Arial; position:absolute; z-index:255; } .valign { vertical-align: top; } .challenge_autopost_grade { color: #7D8485; font-size: 20px; padding: 0px 5px; vertical-align: top; } .challenge_autopost_time_left { color: #7D8485; font-size: 10px; padding: 0px 8px; } .challenge_autopost_call_friends { padding-top: 15px; } div.popup_div a { color:#0857A6 !important; } div.popup_div #subscribe_span { color:#000 !important; } .vote_b{background-color:#66CC00;font-weight:bold;padding:1px 3px} .vote_a {text-decoration:none!important;color:#FFF!important} .pointer { cursor: pointer } /* stars */ table.postincom{float:left;margin:0 8px 10px 0} table.star_avatar td{padding:0} table.star_avatar td.canvt{background:url("https://my9.imgsmail.ru/mail/ru/images/blogs/star_border_t_bg.gif") no-repeat;text-align:right} table.star_avatar td.canvl{background:url("https://my9.imgsmail.ru/mail/ru/images/blogs/star_border_l_bg.gif") no-repeat;vertical-align:bottom} table.star_avatar td.canvr{background:url("https://my9.imgsmail.ru/mail/ru/images/blogs/star_border_r_bg.gif") no-repeat;vertical-align:bottom} table.star_avatar td.canvb{background:url("https://my9.imgsmail.ru/mail/ru/images/blogs/star_border_b_bg.gif") no-repeat;text-align:right} .del_div{color:#686B70;border:1px solid #DADCE5;padding:10px;margin-bottom:20px;font-size:90%;font-family:tahoma} div.hidden_div { overflow:hidden; height:1px; } .postRateVote { background:transparent url(https://my9.imgsmail.ru/r/foto2/vote_sprite.gif) no-repeat scroll left top; margin-top:-3px; // margin-top:-20px; margin-left: 5px; // margin-left: 15px; width:82px; display:inline-block; position:relative; } .postRateVote span i { background:transparent none no-repeat scroll 0%; cursor:pointer; display:-moz-inline-box; display:inline-block; font-size:0pt; height:21px; line-height:0pt; vertical-align:middle; width:25px; //width:27px; } .groups a { border-bottom:1px dashed #0857A6; margin-right:1px; text-decoration:none; } .b-premoderate-post h1.tems { max-width: 640px; margin-left: 115px; text-overflow: ellipsis; overflow: hidden; } .b-premoderate-post .cont_blog { margin-left: 115px; max-width: 640px; word-wrap: break-word; } /* blogs css end */ i, em { font-style: italic; } u { text-decoration: underline; color: #111; } .popupFaderInfomessage { width: 500px; height: 80px; color: #8888BB; //height:95px; position:absolute; z-index:512; background-color:#FFF; border:2px solid #FF8B33; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; padding:10px; text-align: center; font: 12px Arial; } .popupFaderInfomessage h2 { color:#426084; } .popupClose { cursor:pointer; position:absolute; right:8px; top:6px; } .popupButton { margin-right: 30px; margin-top: 10px; width: 50px; } .cont { /* for comment list */ //width:100%; } .cont_blog { //width:100%; } .post_text { min-height:17px; /* bug fix for FF(17px - height horizontal scroll) */ overflow:auto; overflow-x:auto; overflow-y:hidden; //width:100%; //float:left; } #image_Rate {padding: 0 5px 0 5px; color: #999999;} .imageRateVoteAccess {width: 190px;background: url(https://my9.imgsmail.ru/mail/ru/images/foto2/vote_sprite.gif) no-repeat 2px center; position:relative;} .imageRateVoteAccess2 {width: 190px;font-size: 120%; color: #FD7500; position:relative;} #image_Rate_Vote_Access a i{ height: 29px; width: 27px; vertical-align:middle; font-size:0; line-height:0; background: no-repeat; cursor: pointer;} #image_Rate_Vote_Access a:hover i{position: relative; z-index: 3; width: 36px; left: -2px; margin-right: -9px; } #image_Rate_Vote_Access a.v1:hover i{background:url(https://my1.imgsmail.ru/mail/ru/images/foto2/v1-light.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my2.imgsmail.ru/r/foto2/v1-light.png', sizingMethod='scale')} #image_Rate_Vote_Access a.v2:hover i{background:url(https://my3.imgsmail.ru/mail/ru/images/foto2/v2-light.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my9.imgsmail.ru/r/foto2/v2-light.png', sizingMethod='scale')} #image_Rate_Vote_Access a.v3:hover i{background:url(https://my1.imgsmail.ru/mail/ru/images/foto2/v3-light.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my2.imgsmail.ru/r/foto2/v3-light.png', sizingMethod='scale')} #image_Rate_Vote_Access a.v4:hover i{background:url(https://my3.imgsmail.ru/mail/ru/images/foto2/v4-light.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my9.imgsmail.ru/r/foto2/v4-light.png', sizingMethod='scale')} #image_Rate_Vote_Access a.v5:hover i{background:url(https://my1.imgsmail.ru/mail/ru/images/foto2/v5-light.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my2.imgsmail.ru/r/foto2/v5-light.png', sizingMethod='scale')} #image_Rate_Vote_Access i.mega{vertical-align:middle;display:inline-block; font-size:0; line-height:0; cursor: pointer; height: 53px; width: 54px; left: -7px; z-index: 4; position: relative; background:url(https://my3.imgsmail.ru/mail/ru/images/foto2/vote_mega_.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my9.imgsmail.ru/mail/ru/images/foto2/vote_mega_.png', sizingMethod='scale')} #image_Rate_Vote_Access a:hover i.mega{height: 53px; width: 54px; left: -7px;} #image_Rate_Vote_Access i.paid{background:url(https://my1.imgsmail.ru/mail/ru/images/foto2/vote_mega_active.png) center no-repeat; _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://my2.imgsmail.ru/mail/ru/images/foto2/vote_mega_active.png', sizingMethod='scale')} .icoModer {background:url('https://my2.imgsmail.ru/mail/ru/images/my/icons-people.png') no-repeat 0 -144px;} </style> <div style="display:none" id="audio_player_template">https://my2.imgsmail.ru/mail/ru/images/my/player3.swf?file=#{URL}&time=#{Time}&mid=0&vol=#{Vol}&linkshow=1&linkurl=https://my.mail.ru/music/songs/#{file}&title=#{title}</div> <script> var ActiveEmail = ''; </script> <script type="text/javascript"> function post_scroll(id) {} // redefine func from tags.js function post_tags_callback_set(res,list,lasttags) { if (!res) { alert('Ошибка изменения меток!'); return; } var parpar = post_tagslist_object.parentNode; var str = 'Метки: '; var tags = ''; while (a=list.shift()) { if (typeof(a)!='object') continue; str += '<a href="' + PerlVar_JournalDir + 'tag/'+win2url(a[0])+'">'+a[1]+'</a>'; tags += a[1]; if (list.length) { str+=', '; tags+=', '; } } //var inner = parpar.innerHTML; //var reg = new RegExp('(<img .*src=.*)','i'); //var pos = reg.exec(inner); var postid = gebi('posttagsid').value; parpar.innerHTML=str+' <a href="#" onclick="return show_post_tags(this,\''+postid+'\',\''+tags.replace(/\\/g,'\\\\')+'\')" class="link edits" title="Редактировать метки"><i></i></a>'; var span = gebi('journallasttags'); if (!span) return; var html = 'Последние: '; if (lasttags.length==0) { html = ''; } else { for(var i=lasttags.length-1;i>=0;i--) { var a = lasttags[i]; html+='<a href="#" class="lasttags" onclick="return post_post_addtag(\''+a[1].replace(/\\/g,'\\\\')+'\')">'+a[1]+'</a>'; if(i) html+=', '; } } span.innerHTML = html; } // redefine funcs from favorites.js function post_favortags_callback_add(res) { if (res) { // hide link if (post_addfavorites_object) post_addfavorites_object.style.display = 'none'; } else { alert('Пост ранее уже был добавлен в "Избранное!"'); } } function post_favorites_startimage(obj) { return } function post_favorites_stopimage(doit) { return } function getCoord(obj) { var left = 0; var top = 0; while (obj) { left += obj.offsetLeft; top += obj.offsetTop; obj = obj.offsetParent; } return {'x': left, 'y': top}; } function addIframe(src, nofade, height, width, hash) { // hash = {users:[{...}], head: ''} $('friends_frame_preloader', 'friends_frame_fader', 'friends_frame', 'friends_frame_wrapper').each(function(el){if(el) $(el).remove()}); var c = $('boosterCanvas') || $(document.body); var leftColumnWidth = 0, centerColumnWidth = 0; if ($('LeftColumn')) { var leftColumnWidth = $('LeftColumn').offsetWidth; } if (jQuery('.l-content__center').size()) { var centerColumnWidth = jQuery('.l-content__center')[0].offsetWidth; } var top_scroll = document.body.scrollTop || (window.pageYOffset ? window.pageYOffset : ((document.body.parentElement) ? document.body.parentElement.scrollTop : 0)); var _top = 130, _width = width||550, _height = height||410, _left = leftColumnWidth + (centerColumnWidth - _width) / 2; if($('boosterCanvas') && navigator.userAgent.indexOf('MSIE 6') != -1) _top = $('boosterCanvas').scrollTop + ($('boosterCanvas').clientHeight - 400)/2; if(!nofade) { var wrapDiv = c.appendChild(new Element('div', {'style':'position: fixed; left: 50%; top: 0; width: ' + c.offsetWidth + 'px; margin-left: -' + c.offsetWidth/2 + 'px; z-index:300;', 'id':'friends_frame_wrapper'})); var fdiv = wrapDiv.appendChild(new Element('div', {'style':'position:absolute; background-color:#333; opacity:0.5;filter: alpha(opacity=50); z-index:299;','id':'friends_frame_fader'})); with(fdiv.style) {height = _height + 20 + 'px';width = _width + 20 + 'px';top = _top - 10 + 'px';left = _left - 10 + 'px';}; } if(src) { wrapDiv.insert(new Element('div', {'id': 'friends_frame_preloader','style':'position: absolute;top: '+_top + 'px;left: '+_left+ 'px;border: none!important;z-index:300;' + 'width:'+_width+'px;height:'+_height+'px;background: white url(https://my9.imgsmail.ru/r/blogs/wysiwyg/wysFrameLoader.gif) no-repeat scroll 50% 50%;'}).update('<i class="mf_spIco mf_iDel mf_iDelAlert" onClick="onAddIframe(1)" style="right: 10px;top: 10px;"></i>' + '<span style="position: absolute;left: 50%;top:50%;margin-top:19px;margin-left:-22px;">Загрузка</span>')); wrapDiv.insert(new Element('iframe', {'src':src,'width':_width+'px','height':_height+'px','id':'friends_frame','class':'mf_ohd ohd','frameborder':'no','style':'position: absolute;top: '+_top+'px;left: '+_left+ 'px;border: none!important;z-index:300;display:none;'})); } else { if(!hash && !hash.users && !hash.head) return; c.insert(new Element('div', {'id': 'friends_frame_preloader','style':'position: absolute;top: '+_top + 'px;left: '+_left+ 'px;border: none!important;z-index:90;' + 'width:'+_width+'px;height:'+_height+'px;background-color: #FFF;'}).update('<i class="mf_spIco mf_iDel mf_iOnes deleteElem" onClick="onAddIframe(1)"></i>')); $('friends_frame_preloader').insert('<h3 class="mt5 mb5 mf_tal ml5">'+hash.head+'</h3><div class="popup_container"><div id="popup_peoples"></div></div><input class="mt20 mb20" type="button" onclick="return onAddIframe(1);" value=" закрыть " /></div>'); var _mk = function(h){ return '<div class="mf_mt3 mf_tal mf_ohd"><a '+(h.Dir ? 'target="_blank" href="'+h.Dir+'" style="background-image: url(https://avt1.imgsmail.ru'+h.Dir+'_avatarsmall'+(h.AvatarChangeTime ? '?' + h.AvatarChangeTime : '')+')"' : 'style="background-image: url(https://my1.imgsmail.ru/r/avatars/small-00noavatar.jpg)"')+'class="mf_fll mr5 mf_a45 mb0 ml5"></a>'+(h.Dir ? '<a href="'+h.Dir+'" target="_blank">'+h.Name+'</a>' : '<span class="mf_grey mf_t11">'+h.Email+'</span>')+(h.EventFriends && !h.Friend && !h.Iam ? '<div class="mt3" id="add_'+h.Email+'"><a onclick="return ajaxAddFriends(this,{\'email\':\''+h.Email+'\', \'callbackFunc\':handlerHistoryInfoMessage})" class="mf_spIco mf_iAddMen mf_dIB mf_cp mb2">добавить в друзья</a></div>' : '')+'</div>'; }; var pc = $('popup_peoples'); var count = 0, flim = 20, to = 0,ic = 0; var _add = function(){ if(to) clearTimeout(to); ic = count + flim; for(;count < ic;count++) { if(count == hash.users.length) return; pc.insert(_mk(hash.users[count])); } to = setTimeout(_add, 100); }; _add(); if(window.Booster && window.Booster.fetchAnchors) Booster.fetchAnchors(pc); } return false; } </script> <div id="complain_form" class="complain_form" style="display:none"></div> <div class="ohd mb10 mf_pRel"> <div class="flr mf_t11"> <a id="prev_post" href="javascript:check_go(false,'5D78D25661A3F49A')" style="margin-right: 2px;">« Предыдущая запись</a> · <a style="margin-left: 2px;" id="next_post" href="javascript:check_go(true,'5D78D25661A3F49A')">Следующая запись »</a> </div> </div> <div class="PostHeadDiv mf_pRel" rel="journal-discussion-post"> <a class="fll mr10" href="/mail/ant0052/"><i class="ava90" style="background-image: url(https://avt-21.foto.mail.ru/mail/ant0052/_avatar?);"></i></a> <div class="PostHeadBody"> <div class="PostTop ml0"> <div class="PosterName fll"> <a href="/mail/ant0052/">Александр Антоненко</a>, </div> <div class="PostDateTime fll">11-09-2023 09:41</div> <div class="PostLink fll">(<a href="/community/blog_ant0052/5D78D25661A3F49A.html">ссылка</a>)</div> <span class="fll pr10"><a id="ComplintLink" href="#" type="blog_ant0052,4,/cgi-bin/my/,5D78D25661A3F49A" onclick="return reportSpam(this);" class="mf_spIco mf_iSpam">Это спам</a></span> </div> <h1 class="PostSubject"> Сурский сквер в Волгограде </h1> <div class="PostBody blogs__post-style-fix" id="post_text_5D78D25661A3F49A"> <div id="b-post-container"></div> <script type="text/plain" id="b-post-template" style="display: none"> <div style="text-align: center;"><b>СУРСКИЙ СКВЕР</b></div><br /><br />У меня всегда вызывало недоумение<br />размещение этого сквера именно в этом месте. Даже при наличии малого количества<br />озелененных пространств в центре города, размещение сквера в начале улицы Мира<br />выглядит необъяснимо. Ведь недалеко, буквально в ста метрах, раскинулся парк<br />Комсомольский, переходящий в Детский. А буквально в двух шагах, через дорогу,<br />имеется территория Дома пионеров (сейчас называется ГДЮЦ, но я буду называть<br />по-старому), которая, в свою очередь, примыкает к пойме реки Царицы. На первый<br />взгляд, озеленения именно этом месте города хватало. Да и начинать улицу Мира с<br />незастроенного участка, однобоко, градостроительно не правильно. <br />01<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2183.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Возможно градостроители предусмотрели сквер<br />из-за бани, которая расположена через проезжую часть небольшой улицы им. 10-й<br />дивизии НКВД. Архитекторы предполагали, что посетители, выйдя из бани, могли<br />отдохнуть в тени деревьев этого сквера. Бани назывались Сурскими. Своё название<br />они получили от улицы, на которой стояли — Сурской, а та в свою очередь, по<br />легенде, была названа в честь речки Сура, протекавшей в соседнем овраге. Это<br />было до войны. Теперь эта улица называется – имени 10-й дивизии НКВД. А сквер<br />появился после войны при строительстве жилого дома по адресу: улица 10-й<br />дивизии НКВД, дом №2. Так же его адресом иногда называют улицу Мира, дом №1;<br />например, так этот дом указан в реестре объектов культурного наследия<br />Волгоградской области.<br /><br />Дом, признанный памятником архитектуры и<br />градостроительства, был построен в 1954 году по индивидуальному проекту<br />архитектора Израиля Фиалко. В нем пять подъездов и четыре этажа. Сурский сквер<br />был важной частью проекта дома. Парадный фасад дома в свою очередь обращен в<br />сторону улицы Краснознаменской. Большое пространство сквера должно было<br />усиливать восприятие фасада дома, подчеркивать его торжественность. <br />02<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2184.jpg" width="600" height="337"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Сейчас от этого замысла ничего не<br />осталось. Деревья хаотично разрослись и закрывают фасад дома, главный вход<br />заложен и превращен в окно, к нему не ведут дорожки — парадный фасад здания<br />теперь выглядит как задворки.<br />03<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2185.jpg" width="600" height="450"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />На протяжении многих лет сквер находился в<br />не очень приглядном состоянии. Поэтому и отдыхающих там людей не было видно.<br />Непрезентабельное было место. Ну и, как водится, в Волгограде, это зеленое<br />пространство стали понемногу захватывать. На углах появились киоски (аптечный,<br />шаурма), а часть сквера, примыкающую к жилому дому, захватил детский сад №189,<br />разместившийся в первом этаже этого дома. Своей территории у детского сада не<br />было, поэтому он для размещения детских игровых площадок захватил общественное<br />пространство. С детскими садами и школами в центре Волгограда беда. Почти все<br />они размещаются в зданиях, расположенных внутри жилых кварталов и своих<br />территорий практически не имеют. Например, в небольшом квартале, размером 90 на<br />90 метров, размещается наш дом с детским садом №189, еще один жилой дом и<br />средняя школа №83. <br />04<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2186.jpg" width="600" height="337"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />В ноябре 2017 года в Волгограде был<br />объявлен конкурс проектов памятника строителям, восстанавливавшим Сталинград.<br />Скульптурную композицию долгое время хотели поставить вместо фонтана на площади<br />Сталинградской победы перед Домом политпросвещения. Но потом о площади и<br />приведении ее в порядок как-то забыли, и памятник решили установить в центре<br />Сурского сквера. Автором памятника стал москвич Андрей Ковальчук с проектом в<br />виде бронзового куба. По замыслу автора, из статичной фигуры куба прорезаются<br />лица простых рабочих — тех, кто своими руками поднимал город из руин.<br />05<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2187.jpg" width="600" height="334"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />В 2018 году Сурский сквер стал одной из<br />территорий, подлежащих благоустройству. От установки в Сурском сквере памятника<br />строителям в виде бронзового куба не отказались. Расходы по установке памятника<br />планировал взять на себя Союз строителей Волгоградской области как инициатор<br />установки памятного знака.<br /><br />Со временем проекты благоустройства<br />Сурского сквера становятся все более амбициозными. Летом 2022 года<br />муниципальное предприятие Центр компетенций «ВЯЗ» (называющий себя также<br />Архитектурным бюро Волгограда) сообщил, что его специалисты представили<br />губернатору Андрею Бочарову концепцию развития Сурского сквера.<br /><br />Теперь стоит спросить – откуда появился этот «ВЯЗ»? Одно название чего стоит! Вяз – это самое сорное дерево,<br />неприхотливое, хорошо растет даже без ухода, растет, когда его не просят! Вяз<br />не обладает красивой кроной, но имеет неприятную особенность – вокруг себя<br />распространяет много мусора. Раньше его использовали в озеленении из-за неприхотливости.<br />А сейчас стараются заменить другими породами деревьев. Так и Центром «ВЯЗ»!<br />Непонятно, почему ему доверяют проектирование самых значимых мест в Волгограде.<br />Необъяснимо…<br /><br />Оказывается, «ВЯЗ» — это Муниципальное<br />бюджетное учреждение «Центр компетенций по вопросам городской среды Волгограда<br />«ВЯЗ». Власти объясняют: такой центр нужен, чтобы обеспечить взаимодействие<br />архитекторов, урбанистов и экспертов в смежных областях с общественностью. В<br />первую очередь с активной молодежью, у которой есть свои взгляды на развитие<br />общественных пространств, но нет возможности донести их до профессионалов.<br /><br /><br />Смысл работы «ВЯЗа» таков: сотрудники<br />разрабатывают сами, а также собирают от инициативных горожан предложения и<br />проекты развития городских территорий. Ключевой смысл в постоянном получении<br />обратной связи от горожан, особенно молодежи.<br /><br />Зарегистрирован «ВЯЗ» еще 28 января 2019<br />года. Некто Дмитрий Селивохин представляется «руководителем центра «ВЯЗ». Но потом оказалось, что он занимает позицию<br />главного архитектора. Позже молодой московский урбанист рассказал о том, как<br />его занесло в Волгоград. История простая – в 2018 году Селивохин вместе со<br />своей фирмой участвовал в волгоградском парковом форуме, где и познакомился с<br />мэром Лихачевым. По словам самого архитектора, у властей уже была идея создания<br />центра компетенции и его предложение «пришлось ко двору». <br /><br />Основной вид деятельности «ВЯЗа» - это<br />«регулирование и содействие эффективному ведению экономической деятельности<br />предприятий» (вы что-нибудь поняли?), в дополнительных, помимо деятельности в<br />области архитекторы и дополнительного образования также - «Деятельность<br />зрелищно-развлекательная прочая, не включенная в другие группировки».<br /><br />Действительно, создание центров<br />компетенции по благоустройству – это федеральная задача, точнее один из<br />механизмов по реализации нацпроекта «Жилье и городская среда». Его активно поддерживает министерство<br />строительства и ЖКХ. Такие центры созданы уже во многих субъектах РФ. И тут<br />начинается самое интересное.<br /><br />В Волгограде уже давно работает Региональный<br />Центр Компетенций по благоустройству окружающей среды. Центр является<br />подразделением ГБУ ВО «Волгоградское областное архитектурно-планировочное<br />бюро», подведомственного областному комитету архитектуры и градостроительства.<br /><br />Задачами Регионального Центра Компетенций<br />(РЦК) является повышение качества проработки проектов благоустройства в<br />муниципальных образованиях, внедрение современных решений и материалов, а также<br />воплощение в жизнь лучших практических идей. Среди целей - «вовлечение молодежи<br />и некоммерческих организаций в проекты по благоустройству».<br /><br />РЦК также занимается подготовкой и<br />экспертизой дизайн-проектов от муниципальных образований, обучением<br />специалистов для работы в этой сфере с привлечением специалистов из<br />профессиональных и экспертных сообществ.<br /><br />К слову, на момент создания «ВЯЗа» у<br />регионального центра уже есть определенные публичные успехи. Например, проекты<br />благоустройства Михайловки и Николаевска вышли в финал всероссийского конкурса<br />«Развитие малых городов и исторических поселений».<br /><br />В итоге получается, что «ВЯЗ» - это дублирование<br />уже имеющегося! Циничная в своем неуважении к волгоградским проектировщикам. В<br />Волгоград тащат за бюджетные деньги каких-то ребят из Москвы, а местные<br />архитекторы вынуждены зарабатывать в других местах. Из 200 фирм, которые есть в<br />Волгограде, большинство сидят без работы. Хотя своих талантливых архитекторов в<br />Волгограде конечно достаточно!<br /><br />Раньше благоустройством города занимались<br />мэтры архитектуры – Симбирцев, Фиалко, Макаренко, а сейчас какой-то никому не<br />известный Селивохин! Парадокс…<br /><br />Ну бог с ним, с этим «ВЯЗОМ». Вечером 6<br />сентября этого года состоялось торжественное открытие Сурского сквера.<br />Рассмотрим то, что получилось в итоге.<br />06<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2188.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />В плюсы можно отнести то, что привели в<br />порядок общественное пространство – уложили тротуарную плитку, расстелили<br />газон, установили светильники, расставили скамейки с урнами. Жители уже этому<br />довольны! Выполнено все довольно качественно. Но, как всегда, найдется ложка<br />дегтя! <br />07<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2189.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Например, газон подходит к отмостке дома, отмостка<br />находится в плачевном состоянии. Неужели нельзя было отремонтировать отмостку? Это<br />не так затратно! А сейчас в левом углу дома на отмостке образовался даже<br />небольшой котлован, куда будет скапливаться вода. <br />08<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2190.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Или один из канализационных люков выполнен<br />с таким отвратительным качеством. Мало, что это не красиво, не эстетично, но<br />можно оступиться и получить травму.<br />09<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2191.jpg" width="400" height="600"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Установлены очень примитивные светильники!<br />Похоже, что взяли типовые из каталога, самые дешевые. Неужели для центра города<br />нельзя придумать что-то получше? Городской архитектуре давно надо было<br />озаботиться применять в центре города для освещения зеленых зон один тип<br />светильников, соответствующий по стилю сталинскому ампиру.<br />10<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2192.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Скамейки установили красивые,<br />дизайнерские. И что немаловажно – со спинками. А то в Волгограде вошло в моду<br />устанавливать скамейки без спинок. Особенно практикуются скамейки длинные. Но<br />это неудобно. Человек на такой скамейке не может присесть и отдохнуть.<br />Приходится сидеть, выпрямив спину, а это очень затруднительно, особенно пожилым<br />людям. Но, с другой стороны, это очень удобно, чтобы лежать. Этим пользуются определенные<br />люди, особенно в Александровском саду около собора. <br />11<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2193.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />В Сурском сквере тоже применены длинные<br />скамейки без спинок. Причем, они выполнены в виде сплошных бетонных тумбочек,<br />на которые сверху прикреплены бруски. Кстати такое сиденье очень непрактично –<br />никто и никогда не будет выметать мусор между брусков! Да и смотрятся они<br />несколько примитивно. А покраска белой краской вскоре станет не такой белой! Но<br />что меня удивило и обрадовало – это то, что брусочки «под дерево» сделаны из<br />полимерного материала! Это очень практично, так как натуральное дерево<br />коробится, трескается, отлетает краска. Сейчас мы повсеместно видим в<br />Волгограде малые архитектурные формы из натурального дерева в плачевном<br />состоянии.<br />12<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2194.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Около скамеек стоят урны, в одном стиле со<br />скамейками. И что немаловажно, прикрытые сверху. А то я имел «удовольствие» видеть<br />в Александровском саду, как вороны растаскивали мусор из урн по всей<br />территории. Урны были открыты сверху. И этот мусор не убирался несколько дней! <br />13<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2195.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br /><br />Вся территория сквера имеет по периметру<br />ограждение, выполненное из гранитных блоков. Это хорошо, но недостаточно. Не<br />лишним было-бы выполнить чугунное ограждение сквера. Гранитные блоки по<br />периметру сквера не являются непреодолимой преградой для наших людей. <br />14<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2196.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />За примером далеко ходить не надо. Можно<br />посмотреть на бульварную часть Аллеи Героев, где протаптываются тропинки<br />поперек газона. Это видно на примере бульвара на проспекте Ленина. Одно время<br />там убрали чугунное ограждение, но потом все-таки вернули его на прежнее место.<br />Да и сквер, имеющий красивое ограждение, выглядит более уютно. Ну если жалко<br />было тратиться на красивое ограждение, то можно было-бы за блоками высадить живую<br />изгородь из кустарников, как сделано на Площади Павших Борцов!<br />15 <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2228.jpg" width="600" height="400"border="0" alt="false" /> </span> <br /><div style="text-align: center;"></div><br />С планировкой сквера авторы не особенно<br />заморачивались. Диагональные дорожки сделали сквер проходным, как привокзальная<br />площадь. Да и весь участок стал похож не на сквер с дорожками, а на площадь с<br />фрагментами озеленения!<br />16<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2198.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;">17</div><br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2199.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Причем на одном углу размещена огромная<br />площадка, неизвестно для чего предусмотренная. <br />18<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2200.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />А на другом углу пешеходов встречает<br />ограждение из гранитных блоков, за которым разместилась огромная площадка.<br />Зачем она? Неизвестно. Сейчас вы видите, что на ней стоят несколько<br />электросамокатов, которые запретили в Париже! Но эта площадка отняла у сквера<br />такую большую площадь.<br />19<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2201.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />От улицы Краснознаменской до центральной<br />площадки сквера ведет очень широкая аллея. Такая широкая аллея была бы уместна<br />перед памятником пограничникам. В День пограничника перед памятником обычно<br />собирается много людей! Но в Сурском сквере нет памятника пограничникам!! По<br />композиции сквера в этом месте уместно было бы разместить клумбы с цветами, как<br />на Площади Павших Борцов. А то в Волгограде очень мало цветочных клумб. А<br />Сурском сквере установлены две малюсенькие бетонные клумбочки на входе с улицы<br />Краснознаменской. Вот и все цветочки!<br />20<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2202.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Перед Сурским сквером на улице<br />Краснознаменской расположено разворотное кольцо троллейбуса и на тротуаре<br />имеется конечная остановка с высадкой пассажиров. Авторы проекта почему-то<br />ничего не предусмотрели для благоустройства этой остановки. Хотя на всех<br />визуализациях видно, что там размещали остановочный павильон. А сейчас всю<br />обочину засадили деревьями. И людям, выйдя из троллейбуса, негде спрятаться от<br />дождя или солнца.<br />21<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2203.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;">22</div><br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2204.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Могли авторы проекта предусмотреть нормальную<br />парковку около Сурской бани. А то сейчас машины сплошняком стоят вдоль<br />тротуара, занимая полосу проезжей части. <br />23<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2205.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />А с противоположной стороны сквера, по<br />улице Мира, есть парковка. Но она устроена давно.<br />24<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2206.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />А вот с озеленением, как всегда, просто<br />беда. В процессе работ было вырублено много деревьев и кустарников. Конечно они<br />были не очень эстетически красивые. Осталось несколько деревьев по периметру<br />сквера. Вместо вырубленных, были высажены молодые саженцы. Когда они вырастут и<br />дадут тень мы уже, наверное, не увидим. А сейчас сквер представляет собой голую<br />площадь. Недаром некоторые горожане назвали его плацем. Причем половину<br />территории сквера занимают мощеные тротуары и площадки. Сейчас, да и в<br />ближайшие несколько лет, тени в сквере не будет, и посидеть на лавочке с<br />комфортом не получится. Неужели нельзя вместо саженцев высаживать зрелые<br />деревья. Такой метод уже давно практикуется в мире.<br />25<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2207.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />На долю озеленения приходится оставшаяся<br />половина территории сквера. Но этого мало, чтобы сквер назывался сквером. Сквер<br />— это благоустроенная и озелененная территория внутри жилой или промышленной<br />застройки. В сквере по определению должны быть газоны, цветники, группы<br />деревьев и кустарников. Площадь дорожек, площадок не должна превышать 25% от<br />всей территории. Неужели проектировщики не знают этих норм? Я не знаю, есть ли в<br />Волгограде дендрологи, но видя то, как озеленяют в Волгограде новые парки и<br />скверы, приходишь к выводу, что занимаются этим явно не дендрологи!<br />26<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2208.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Например, в сквере им. 8 марта, недалеко<br />от кинотеатра «Родина», было высажено несколько десятков саженцев сосен, больше<br />половины которых не прижились в течении года. Потом пришлось пересаживать. И не<br />факт, что и эти хвойные деревья приживутся в нашем климате. В Сурском сквере<br />тоже посадили пару ёлок. Не знаю, чем руководствовались авторы проекта! Да и обычно<br />ёлки высаживают у Кремлевской стены, или в аналогичных торжественных местах. Ну<br />и в крайнем случае, подразумевают использовать ёлку на Новый год!<br />27<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2209.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />И самый главный вопрос для Волгограда -<br />кто будет следить за зелеными насаждениями? Кто будет поливать, ухаживать за<br />сквером? Ведь зеленые насаждения требуют постоянного, ежедневного ухода!<br />Недавно я был в Астрахани и прогулялся в парке около оперного театра. Там в<br />парке с утра и весь день копошилось с десяток человек – садовники, дворники,<br />электрики и т.п. Наличие автоматического полива не решает проблемы. Ведь и за<br />ним надо следить. <br />28<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2210.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />В Сурском сквере рядом с жилым домом<br />разместили детскую игровую площадку и огражденный забором участок для детского<br />сада. В Волгограде давно наметилась тенденция – в общественных пространствах,<br />особенно парках и скверах, размещать все, что можно себе вообразить – детские<br />площадки, качели, спортивные площадки, игровые комплексы, аттракционы и т.д. Я даже<br />удивляюсь, как на Площади Павших Борцов не построили детские площадки или аттракционы?<br />Но может это пока… Так и тут, в Сурском сквере, разместили детскую площадку. Авторы<br />обосновывают это тем, что рядом расположен Дом пионеров, дети будут идти из<br />него в сквер поиграться. Сомнительный довод! Приводят даже мнение родителей и<br />детей, посещающих Дом пионеров. <br />29<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2211.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Наверное это и есть, в понимании «ВЯЗА»,<br />получение обратной связи от горожан, особенно молодежи. Но результат получается<br />смешным, если не назвать опасным! Профессионалы так не делают. Ведь дети будут<br />должны переходить улицу с довольно оживленным автомобильным движением. К чему<br />это может привести – вспомните случай у здания цирка на той же улице<br />Краснознаменской! Да к тому же Дом пионеров сам имеет свой довольно большой<br />участок, где можно разместить сколько угодно развлекательных мест для детей. А перед<br />фасадом Дома пионеров уже имеется фонтан, который, к сожалению, давно не<br />работает! <br />30<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2212.jpg" width="600" height="400"border="0" alt="false" /> </span> <br />Да и на этой довольно большой детской<br />площадке есть только две качалки на пружинах для самых маленьких и дырка в<br />полу, в которой устроен батут(?). Хорошо, что площадка застелена прорезиненными<br />плитами. Хотя из опыта мы видим, что такое покрытие не очень долго может продержаться.<br />Но зато есть аж четыре скамейки на солнцепеке!<br />31<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2213.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Люди конечно рады. Хоть какая-то детская<br />площадка есть для их детей, и из близлежащих жилых домов будут ходить дети. Но<br />все это от нашей бедности, потому что в их дворах ничего такого нет! А такие площадки<br />должны быть в каждом(!) дворе.<br />32<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2214.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />А с детским садом отдельная история.<br />Неизвестно когда появился этот детский сад в первом этаже жилого дома.<br />Неизвестно как этот детский сад получил участок на территории общегородского<br />сквера. Тут явно без нарушения норм и законов не обошлось! <br /><br />Ведь по-хорошему надо или весь сквер<br />занимать детским садом, или искать для детского сада другое место,<br />удовлетворяющее всем градостроительным требованиям. А так и детский сад<br />получается ущербным, и от сквера отрезали кусок, которым не будут пользоваться<br />жители города. Но сейчас детский сад д и этим доволен! На открытии сквера<br />заведующая детским садом от радости даже не знала, как благодарить<br />благодетелей! И администрация города довольна – забота о детях!<br />33<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2215.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Довольно большая площадь огорожена<br />двухметровым металлическим забором. Хорошо еще что он покрашен в зеленый цвет.<br />Почти вся площадь покрыта прорезиненными плитами. На площадке стоят две<br />беседки, поэтому похоже, что площадка рассчитана на две группы детского сада. У<br />беседок все стороны кроме одной обшиты деревянными рейками с просветами. И даже<br />кровля тоже обшита рейками с просветами. То есть эта кровля не защитит детей ни<br />от солнца, ни от дождя. Тогда зачем такая беседка нужна?<br />34<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2216.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Из развлечений на площадке есть только две<br />качельки и деревянный трактор! Все! Но зато установлены аж четыре скамейки и<br />крохотная беседка. <br />35<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2217.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Из положительного можно отметить только<br />елочку, которую посадили в центре площадки. Я так полагаю, что эту елочку будут<br />наряжать на Новый год и водить вокруг нее хоровод с Дедом Морозом. <br />36<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2218.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Территория между детскими игровыми площадками<br />и жилым домом оказалась выброшенной из структуры парка. На одной пешеходной<br />дорожке нет ни одной лавочки. Да и кто захочет там сидеть и созерцать высокий<br />железный забор? <br />37<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2219.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Ну и наконец - изюминка на торте! В центре<br />сквера на площадке установлен памятник. Вместо куба установили новую<br />скульптурную композицию – это «Памятник строителям», он посвящен тем, кто<br />восстанавливал город после Сталинградской битвы и продолжает его развивать по<br />сей день. Создал скульптуру волгоградский скульптор Сергей Щербаков. Но непонятно, почему без<br />конкурса разработку памятника отдали именно ему? <br /><br />Композиция представляет собой стол, на<br />котором размещен генеральный план Волгограда. За столом находятся три фигуры.<br />Первый персонаж — архитектор, он сидит и работает с картой, вторая скульптура —<br />руководитель проекта (?). Третий персонаж — это строитель в каске и с теодолитом.<br />Рядом стоит стул, на который любой желающий может присесть и сфотографироваться.<br />38<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2220.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Ну что тут сказать! Во-первых, это не<br />памятник, а скорее, садово-парковая скульптура. Высота фигур в рост человека. И<br />разместили фигуры на уровне земли. Композиционно эта скульптурная группа очень<br />мала для такой площади! У памятников фигуры должны быть высотой более<br />полутора-двух ростов человека. И стоять памятники должны на пьедестале. А так<br />это получился не памятник, а фигурная композиция типа «Чебурашка и крокодил<br />Гена» для Диснейленда, у которой все фотографируются. К сожалению, сейчас у нас<br />в стране культура сводится до уровня «развлекаловки». Считается, что так людям<br />будет интересно, люди будут довольны. Но, как сказал Пушкин – «нельзя идти на<br />поводу толпы»!<br />39<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2221.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />И фон для скульптуры очень «удачный» -<br />двухметровый металлический забор детского сада. Очень символично – строители на<br />фоне забора! <br /><br />Композиция памятника тоже вызывает недоумение.<br />Она сродни памятникам соцреализма – баба с серпом, рабочий с молотом и<br />строитель с теодолитом… <br />40<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2222.jpg" width="600" height="418"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />И если уж очень хотели увековечить память<br />тех людей, кто возрождал Сталинград, то уже есть памятник послевоенным<br />архитекторам Сталинграда. Кстати, кто не знает, «архитектор» переводится с<br />греческого как «главный строитель»! Памятник увековечил знаковых для Волгограда<br />архитекторов, стоявших во главе возрождения Сталинграда – это Алабян К.С.,<br />Симбирцев В.Н. и Масляев В.Е. Уменьшенная копия этого памятника стоит во дворе<br />«Горхоза». Было бы очень уместно разместить этот памятник в Сурском сквере, так<br />как рядом стоят памятники архитектуры, созданные архитекторами – кинотеатр<br />«Победа», здание цирка, Дом пионеров, улица Мира! А на сторонах постамента<br />можно было-бы изобразить знаковые здания города.<br />Получается сейчас у строителей есть, хоть и неказистый, памятник, а у архитекторов, которые создают эту красоту города - нет памятника! Они что - недостойны?<br /><br />Переименование Сурского сквера в Сквер<br />строителей у горожан не вызвало энтузиазма. Сурский сквер – это историческое<br />название и переименовывать его, это значит забывать свою историю! Не хочется<br />быть «иванами, не помнящими родства»!<br />41<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2223.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Очень надуманным кажется прием<br />использования небольшого водопада. И водопад вытекает из-под карты, и водное<br />зеркало небольшое, можно сказать миниатюрное. Фонтанов в Волгограде мало, до<br />обидного мало! Их конечно больше чем пляжей! Но фонтан в Сурском сквере<br />выглядит как насмешка!<br />42<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2224.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Размещение вдоль пешеходных аллей макетов<br />зданий значимых объектов историко-архитектурного облика Волгограда вызывает<br />сомнение. Во-первых, несколько утрированные макеты не передают в полной мере<br />красоту архитектурных памятников. Такие макеты, но более мастерски сделанные,<br />целесообразно размещать в музее. <br />43<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2225.jpg" width="600" height="400"border="0" alt="false" /> </span> <br /><br /><br /><div style="text-align: center;"></div><br />Во-вторых, площадки, на которых они стоят,<br />занимают значительную территорию, отнимая ее от площади озеленения сквера.<br />44<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2226.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Вокруг этих макетов установлены длинные<br />скамейки, наверное для того, чтобы проводить познавательные лекции, или для<br />того, чтобы люди, сидя на этих скамейках, созерцали неописуемую красоту этих<br />макетов! Конечно, до сада камней Рёандзи в японском городе Киото Сурскому<br />скверу далеко. <br />45<br /> <span> <img src="https://content.foto.my.mail.ru/mail/ant0052/_blogs/i-2227.jpg" width="600" height="400"border="0" alt="false" /> </span> <div style="text-align: center;"></div><br />Поэтому я считаю не очень удачной идею<br />размещать «музей под открытым небом» на территории Сурского сквера. Да, это<br />необычно, но не совсем удачно!<br /><br />В последнее время в Волгограде<br />реконструировано много скверов и парков. Но, к сожалению, ни один из них нельзя<br />назвать настоящим сквером или парком. Во всех этих зеленых оазисах города размещают,<br />как минимум, детские площадки или площадки со спортивными тренажерами. Потом там<br />появляются аттракционы и киоски с шаурмой!<br /><br />А хотелось бы иметь просто хороший сквер. В<br />который можно было бы прийти, погулять, посидеть, созерцая красоту природы! <br /><br />Ведь для этого и нужны парки и скверы!<br /><br />Но не хочется заканчивать на такой пессимистической<br />ноте. Я надеюсь, что в будущем придут новые люди и смогут найти другое место<br />для детского садика. И детские игровые площадки появятся во всех дворах жилых<br />домов! И отпадет необходимость размещать детские площадки в скверах. <br /><br />Ведь именно в этом состоит смысл<br />градостроительства – предусматривать строительство того, что надо жителям<br />города и не делать того, что не надо. <br /> <br /><br /><div style="text-align: right;">Александр Антоненко,</div><br /><div style="text-align: right;">архитектурный критик</div><br /><br /><br /> </script> <script type="text/javascript"> var template = document.getElementById('b-post-template').innerHTML, htmlEscape = function (str) { return String(str) .replace(/&/g, '&') .replace(/"/g, '"') .replace(/'/g, ''') .replace(/'/g, ''') .replace(/</g, '<') .replace(/>/g, '>'); }, title = template.match(/<span class="b-poll__title">\s*(.*?)\s*<\/span>/); if (title) { template = template.replace(title[1], htmlEscape(title[1])); } while (answer = template.match(/<span class="b-poll__answer">(.*?)<\/span>/)) { template = template.replace('<span class="b-poll__answer">' + answer[1] + '</span>', htmlEscape(answer[1])) } document.getElementById('b-post-container').innerHTML = template; document.getElementById('b-post-template').remove(); var scriptElement = $('b-post-container').getElementsByTagName('data')[0]; if (scriptElement) { eval(scriptElement.innerHTML);//HACK for var answers_ } else { scriptElement = $('b-post-container').getElementsByTagName('script')[0]; if (scriptElement && scriptElement.getAttribute('type') !== 'text/plain') { eval(scriptElement.innerHTML); } } </script> <div class="mt5"> </div> </div> </div> </div> <script type="text/javascript"> if(isIE) setTimeout("post_scroll('5D78D25661A3F49A')", 300); </script> <!-- END: entry --> <img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=1 height=15><br /> <div class="" style="border: 1px solid #ccc; padding: 8px;"> <a target="_blank" class="mrc__plugin_uber_like_button" href="https://connect.mail.ru/share?imageurl=https://avt-9.foto.mail.ru/community/blog_ant0052/_avatar180&title=Сурский сквер в Волгограде&description=СУРСКИЙ СКВЕР У меня всегда вызывало недоумение размещение этого сквера именно в этом месте. Даже при наличии малого количества озелененных пространств в центре города, размещение сквера в начале улицы Мира выглядит необъяснимо. Ведь недалеко, буквально в ста метрах, раскинулся парк Комсомольский, ...&url=https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html" data-mrc-config="{'cm' : '1', 'sz' : '20', 'st' : '1', 'tp' : 'mm'}">Нравится</a> <script src="https://connect.mail.ru/js/loader.js" type="text/javascript" charset="UTF-8"></script> </div> <style type="text/css"> div.cont_div table td { font-size: 100% } </style> <script type="text/javascript"><!-- var checking_subs = 1; //Написать комментарий function show_add_comment(id, default_hide, back_value, cit, ajax) { back_value = back_value || PerlVar_back_value; close_add_comment(); var auth = ''; var parent_obj = document.getElementById('add_'+id); var cont_div = document.createElement('div'); cont_div.id = 'cont_div_check'; cont_div.className = 'cont_div'; var HTML = []; HTML.push('<form name="reply" action="/community/blog_ant0052/5D78D25661A3F49A.html?thread=0&page=1&skip=0#comment_' + id + '" method="POST" id="dupdate" onsubmit="return add_comment(this, ' + ajax + ');" onmousemove="checkSubButs(); checkHeight(gebi(\'comment_text\'));"><input type="hidden" id="mna" name="mna" value=""><input type="hidden" id="mnb" name="mnb" value=""><table cellpadding=0 cellspacing=0 border=0 style="margin-bottom:8px" >'); if (auth) { HTML.push('<tr><td>Ваше имя: </td><td width=100%><input type=text name="Poster" value="" style="width:100%" disabled=1></td></tr>'); } else { HTML.push('<tr><td width=50%><select style="width:100%" onchange="change_selected_opt(this)" id="DoAuth" name="DoAuth"><option value=0 selected>Анонимно</option><option value=1>Пользователь</option></select></td><td style="padding:0 15px 0 20px">Имя: </td><td width=50%><table width=100% cellpadding=0 cellspacing=0 border=0><tr><td width=90% class=np><input type=text class=w_100 name="Login" value=""></td><td style="display:none" id=hides_td width=10% class=np><select name="Domain"><option value="mail.ru" >@mail.ru</option><option value="inbox.ru" >@inbox.ru</option><option value="bk.ru" >@bk.ru</option><option value="list.ru" >@list.ru</option></select></td></tr></table></td></tr><tr style="display:none" id=hides_tr><td id="invalid_login"> </td><td style="padding:0 15px 0 20px">Пароль:</td><td nowrap><input type=password class=w_100 name=Password></td></tr><tr><td width=50%><img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=150 height=1><br></td><td><img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=1 height=1><br></td><td width=50%><img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=150 height=1><br></td></tr>'); } HTML.push('</table><table cellpadding=0 cellspacing=0 border=0><tr><td>Тема: </td><td width=100%><input type=text id="subject_text" name="Subject" value="Re: Сурский сквер в Волгограде" style="width:100%"></td></tr><tr valign=top><td>Текст:</td><td><textarea id="comment_text" name="Comment" style="width:100%;" rows=5 onclick="checkSubButs();checkHeight(this);" onchange="checkSubButs(); checkHeight(this);" onload="checkSubButs(); checkHeight(this);" onkeypress="checkSubButs();" onkeydown="checkSubButs();" onkeyup="checkSubButs(); checkHeight(this);" onfocus="checkSubButs(); checkHeight(this);" onblur="checkSubButs(); checkHeight(this);" onmousemove="checkSubButs(); checkHeight(this);"></textarea></td></tr><tr valign=top><td> </td><td><input type="hidden" name="replyto" value="'+id+'"><input type="hidden" name="back" value="'+back_value+'"><input type="hidden" id="protect_key" name="ProKey" value="'+protect_key+'">'); HTML.push("<table cellpadding=0 cellspacing=0 border=0 width=100% class=\"mb5\">" +"<tr><td class=\"hide tah\">" +"<div id=\"somesmileys\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/smile.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':)');\" alt=\":)\" title=\":)\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/crocodile.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':\\'\\'()');\" alt=\":''()\" title=\":''()\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/bullshit.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'):-p');\" alt=\"):-p\" title=\"):-p\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/35.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Лопну от смеха:');\" alt=\"Лопну от смеха\" title=\"Лопну от смеха\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/dance.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Танцую:');\" alt=\"Танцую\" title=\"Танцую\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/fight.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Побью:');\" alt=\"Побью\" title=\"Побью\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/blink.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,';)');\" alt=\";)\" title=\";)\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/amazed.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'8-0');\" alt=\"8-0\" title=\"8-0\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/heart.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':heart:');\" alt=\":heart:\" title=\":heart:\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/live.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':cool:');\" alt=\":cool:\" title=\":cool:\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/victory.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':viva:');\" alt=\":viva:\" title=\":viva:\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/ok.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':ok:');\" alt=\":ok:\" title=\":ok:\"><br>" +'<div class="mt5"><span class="tipalink" id="icotxt" onClick="togglesmile();">Все смайлы и жесты</span></div>' +"</div>" +"</td><td align=right class=\"hide\" nowrap valign=\"top\"></td></tr>" +"</table>" +"<div id=\"allsmileys\">" +"<div style=\"border:1px solid #ABADB3; background-color:white; overflow:auto; overflow-y:auto; overflow-x:hidden; height:90px; padding:5px 10px 5px 10px;\">" +"<div>Классические<br>" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/smile.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':)');\" alt=\":)\" title=\":)\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/blink.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,';)');\" alt=\";)\" title=\";)\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/laughter.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-))');\" alt=\":-))\" title=\":-))\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/bee.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,';-P');\" alt=\";-P\" title=\";-P\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/coolguy.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'8-)');\" alt=\"8-)\" title=\"8-)\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/biggrin.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-D');\" alt=\":-D\" title=\":-D\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/pig.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'}:o)');\" alt=\"}:o)\" title=\"}:o)\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/bazilio.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'$-)');\" alt=\"$-)\" title=\"$-)\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/hm.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-\\'');\" alt=\":-'\" title=\":-'\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/dissapointed.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-(');\" alt=\":-(\" title=\":-(\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/tears.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'8-(');\" alt=\"8-(\" title=\"8-(\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/cry.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':\\'(');\" alt=\":'(\" title=\":'(\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/crocodile.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':\\'\\'()');\" alt=\":''()\" title=\":''()\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/really.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'$:-o');\" alt=\"$:-o\" title=\"$:-o\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/oo.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'(:-o');\" alt=\"(:-o\" title=\"(:-o\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/amazed.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'8-0');\" alt=\"8-0\" title=\"8-0\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/aaa.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'8-[o]');\" alt=\"8-[o]\" title=\"8-[o]\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/bullshit.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'):-p');\" alt=\"):-p\" title=\"):-p\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/angry.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'):-(');\" alt=\"):-(\" title=\"):-(\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/rrr.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'):-$');\" alt=\"):-$\" title=\"):-$\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/zloradstvo.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'):-D');\" alt=\"):-D\" title=\"):-D\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/biganger.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-E');\" alt=\":-E\" title=\":-E\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/devil.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':devil:');\" alt=\":devil:\" title=\":devil:\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/vampire.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':vampire:');\" alt=\":vampire:\" title=\":vampire:\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/plug.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-][');\" alt=\":-][\" title=\":-][\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/detzl.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-|');\" alt=\":-|\" title=\":-|\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/sceptic.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'B-j');\" alt=\"B-j\" title=\"B-j\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/shy.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':~o');\" alt=\":~o\" title=\":~o\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/ass.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,'(_I_)');\" alt=\"(_I_)\" title=\"(_I_)\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/heart.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':heart:');\" alt=\":heart:\" title=\":heart:\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/kiss.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':-*');\" alt=\":-*\" title=\":-*\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/sleepy.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),1,':sleepy:');\" alt=\":sleepy:\" title=\":sleepy:\">" +"</div>" +"<div>Жесты<br>" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/live.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':cool:');\" alt=\":cool:\" title=\":cool:\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/victory.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':viva:');\" alt=\":viva:\" title=\":viva:\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/ok.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':ok:');\" alt=\":ok:\" title=\":ok:\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/koza_left.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':yol:');\" alt=\":yol:\" title=\":yol:\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/koza_right.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':yor:');\" alt=\":yor:\" title=\":yor:\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/die.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':suxx:');\" alt=\":suxx:\" title=\":suxx:\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/fingerup.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':think:');\" alt=\":think:\" title=\":think:\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/kukes.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':figu:');\" alt=\":figu:\" title=\":figu:\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/fist.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':kulak:');\" alt=\":kulak:\" title=\":kulak:\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/fuck.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),2,':fuck:');\" alt=\":fuck:\" title=\":fuck:\">" +"</div>" +"<div>Анимированные<br>" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/angel.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Ангелочек:');\" alt=\"Ангелочек\" title=\"Ангелочек\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/appl.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Аплодисменты:');\" alt=\"Аплодисменты\" title=\"Аплодисменты\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/beauty.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Красотка:');\" alt=\"Красотка\" title=\"Красотка\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/beer.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Пиво:');\" alt=\"Пиво\" title=\"Пиво\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/book.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Читаю:');\" alt=\"Читаю\" title=\"Читаю\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/could.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Мёрзну:');\" alt=\"Мёрзну\" title=\"Мёрзну\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/cry.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Рыдаю:');\" alt=\"Рыдаю\" title=\"Рыдаю\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/dance.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Танцую:');\" alt=\"Танцую\" title=\"Танцую\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/devil.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Чертовски злюсь:');\" alt=\"Чертовски злюсь\" title=\"Чертовски злюсь\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/eat.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Жую:');\" alt=\"Жую\" title=\"Жую\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/fight.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Побью:');\" alt=\"Побью\" title=\"Побью\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/fingal.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Побили:');\" alt=\"Побили\" title=\"Побили\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/flowr.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Дарю цветочек:');\" alt=\"Дарю цветочек\" title=\"Дарю цветочек\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/gg.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Смеюсь:');\" alt=\"Смеюсь\" title=\"Смеюсь\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/gg2.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Смеюсь и плачу:');\" alt=\"Смеюсь и плачу\" title=\"Смеюсь и плачу\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/gift.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Подарок:');\" alt=\"Подарок\" title=\"Подарок\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/hungry.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Ворчу:');\" alt=\"Ворчу\" title=\"Ворчу\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/kiss.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Целую:');\" alt=\"Целую\" title=\"Целую\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/love.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Люблю:');\" alt=\"Люблю\" title=\"Люблю\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/pistolet.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Застрелю:');\" alt=\"Застрелю\" title=\"Застрелю\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/poison.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Выпей яду:');\" alt=\"Выпей яду\" title=\"Выпей яду\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/rainbow.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Лучезарно:');\" alt=\"Лучезарно\" title=\"Лучезарно\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/red.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Смущаюсь:');\" alt=\"Смущаюсь\" title=\"Смущаюсь\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/sad.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Расстраиваюсь:');\" alt=\"Расстраиваюсь\" title=\"Расстраиваюсь\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/sing.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Пою:');\" alt=\"Пою\" title=\"Пою\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/skuka.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Скучаю:');\" alt=\"Скучаю\" title=\"Скучаю\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/sleep.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Засыпаю:');\" alt=\"Засыпаю\" title=\"Засыпаю\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/smile.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Улыбаюсь:');\" alt=\"Улыбаюсь\" title=\"Улыбаюсь\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/anim/tongue.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Показываю язык:');\" alt=\"Показываю язык\" title=\"Показываю язык\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/anim/victory.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Peace!:');\" alt=\"Peace!\" title=\"Peace!\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/anim/wonder.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Удивляюсь:');\" alt=\"Удивляюсь\" title=\"Удивляюсь\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/anim/blew.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),3,':Анимированные:Тошнит:');\" alt=\"Тошнит\" title=\"Тошнит\">" +"</div>" +"<div>Продвинутые<br>" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/03.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Улыбаюсь:');\" alt=\"Улыбаюсь\" title=\"Улыбаюсь\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/05.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Злорадствую:');\" alt=\"Злорадствую\" title=\"Злорадствую\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/07.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Радуюсь:');\" alt=\"Радуюсь\" title=\"Радуюсь\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/09.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Старичок:');\" alt=\"Старичок\" title=\"Старичок\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/11.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Свирепствую:');\" alt=\"Свирепствую\" title=\"Свирепствую\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/13.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Пугаюсь:');\" alt=\"Пугаюсь\" title=\"Пугаюсь\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/21.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Показываю язык:');\" alt=\"Показываю язык\" title=\"Показываю язык\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/22.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Умник:');\" alt=\"Умник\" title=\"Умник\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/23.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Алкоголик:');\" alt=\"Алкоголик\" title=\"Алкоголик\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/24.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Вояка:');\" alt=\"Вояка\" title=\"Вояка\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/25.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Удивляюсь:');\" alt=\"Удивляюсь\" title=\"Удивляюсь\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/26.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Чертовски злюсь:');\" alt=\"Чертовски злюсь\" title=\"Чертовски злюсь\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/33.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Расстраиваюсь:');\" alt=\"Расстраиваюсь\" title=\"Расстраиваюсь\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/34.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Панк:');\" alt=\"Панк\" title=\"Панк\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/35.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Лопну от смеха:');\" alt=\"Лопну от смеха\" title=\"Лопну от смеха\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/36.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Подмигиваю:');\" alt=\"Подмигиваю\" title=\"Подмигиваю\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/37.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Думаю:');\" alt=\"Думаю\" title=\"Думаю\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/38.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Люблю:');\" alt=\"Люблю\" title=\"Люблю\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/45.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Подавлен:');\" alt=\"Подавлен\" title=\"Подавлен\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/46.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Рыдаю:');\" alt=\"Рыдаю\" title=\"Рыдаю\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/47.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Сейчас расплачусь:');\" alt=\"Сейчас расплачусь\" title=\"Сейчас расплачусь\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/48.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Злюсь:');\" alt=\"Злюсь\" title=\"Злюсь\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/49.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Тошнит:');\" alt=\"Тошнит\" title=\"Тошнит\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/50.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Сумасшествие:');\" alt=\"Сумасшествие\" title=\"Сумасшествие\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/57.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Целую:');\" alt=\"Целую\" title=\"Целую\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/58.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Поцеловали:');\" alt=\"Поцеловали\" title=\"Поцеловали\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/59.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Красотка:');\" alt=\"Красотка\" title=\"Красотка\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/60.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Ангелочек:');\" alt=\"Ангелочек\" title=\"Ангелочек\">" +"<img src=\"https://my9.imgsmail.ru/mail/ru/btn/adv/61.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Подозрительно:');\" alt=\"Подозрительно\" title=\"Подозрительно\">" +"<img src=\"https://my1.imgsmail.ru/mail/ru/btn/adv/62.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Жую:');\" alt=\"Жую\" title=\"Жую\">" +"<img src=\"https://my2.imgsmail.ru/mail/ru/btn/adv/69.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Смущаюсь:');\" alt=\"Смущаюсь\" title=\"Смущаюсь\">" +"<img src=\"https://my3.imgsmail.ru/mail/ru/btn/adv/70.gif\" class=\"smile\" onclick=\"replaceSelectedText(gebi('comment_text'),4,':Продвинутые:Стыдно:');\" alt=\"Стыдно\" title=\"Стыдно\">" +"</div>" +"</div>" +"</div>"); HTML.push('<div class="mt5 mb5"><input id="hide_comment_'+id+'" name="hide_comment" type="Checkbox" style="vertical-align:middle;"'+(default_hide?' checked':'')+'><label for="hide_comment_'+id+'">скрыть этот комментарий</label></div><input id="sub_but" type="submit" value="Добавить" name="addcomment" onclick="return submit_comment()" class=s_100> <a onclick="return close_add_comment();" href="/community/blog_ant0052/5D78D25661A3F49A.html?thread=0&page=1&skip=0#comment_'+id+'">Закрыть</a></td></tr></form></table>'); cont_div.innerHTML = HTML.join(''); parent_obj.appendChild(cont_div); if (id!='begin' && id!='end') { document.getElementById('subject_text').value=document.getElementById('subject_text_'+id).value; if (cit=='yes') { CommentHide = document.getElementById('comment_text_' + id).value; CommentHide = CommentHide.replace(/\<\;/g,'<'); CommentHide = CommentHide.replace(/\>\;/g,'>'); CommentHide = CommentHide.replace(/\"\;/g,'"'); document.getElementById('comment_text').value= CommentHide + '\n\n'; } } refocus(); return false; } //Убрать диалог написания комментария function close_add_comment() { var add=document.getElementById("cont_div_check"); if (add) { //check_vel.parentNode.removeChild(check_vel.parentNode.firstChild); add.parentNode.removeChild(add); } return false; } document.onkeydown = checkCtrlEnter; var sendText = ''; // mmweb-2067 function checkCtrlEnter(evt) { var evt = evt || event; if (evt.ctrlKey && evt.keyCode === 13 && sendText !== gebi('comment_text').value) { checkMessage(); } } function checkSubButs() { if (!checking_subs) return; if (gebi('comment_text')){ var stts = 1; stts = (gebi('comment_text').value.length <= 0); gebi('sub_but').disabled = stts; } } function checkMessage() { var len2 = gebi('comment_text').value.length; sendText = gebi('comment_text').value; if (len2==0) { return false; } else { gebi('dupdate').submit(); } } var curareaheight=120; function checkHeight(obj) { if (isIE){ obj.style.overflow='hidden'; var curHeight = obj.createTextRange().boundingHeight; if(curHeight-curareaheight<0) { obj.style.height = curareaheight+'px'; } else { obj.style.height=curHeight+35+'px'; } } } //--></script> <script type="text/javascript"> window.lastPageBackValue = 'https://my.mail.ru/community/blog_ant0052/5D78D25661A3F49A.html'; </script> <table cellpadding=0 cellspacing=0 border=0 width=100%> <tr> <td nowrap width="100%" style="text-align: left;"> <br /> <div class="gr_sm" style=""> <img src="https://my9.imgsmail.ru/mail/ru/images/blogs/ico_lock.png" title="комментарии запрещены автором" align="left" border="0" height="16" width="16" class="comments_img IEpng"> Вы не можете комментировать, т.к. не авторизованы. </div> </td> <td valign="top" style="padding-left:15px;"> <div class="rating_block" id="vote_rating"> <table class="voting" id="vote_rating_table" cellspacing="3"> <tr> <td class="pr5" nowrap><a href="https://my.mail.ru/community/blog_ant0052/rating?PostID=5D78D25661A3F49A"><b>Рейтинг</b></a></td> <td nowrap> <div id="vote_5D78D25661A3F49A"> <b>3</b> </div> </td> </tr> </table> </div> </td> </tr> <tr> <td colspan=2 class=f_q id=add_begin> </td> </tr> </table> <br /> <img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=1 height=15> <br /> <style> .avatarmed {background-color: #E6EFFE;} </style> <script type="text/javascript"> // PerlVar definitions must stay in template to get values. It obvious, but I should mention that. var PerlVar_URL = '/community/blog_ant0052/5D78D25661A3F49A.html?thread=0&page=1&skip=0'; var PerlVar_Reply = ''; var PerlVar_Skip = '0'; var PerlVar_BaseLevel = ''; var mna = ''; var mnb = ''; var isPostCommentThrottled = false; function esc (txt) { if (!txt) return ''; var ret = txt.replace(/\</g, '<').replace(/\>/g, '>') return ret; } function make_comment(PostID, comment, partial) { var HTML = []; var Deleted = comment['Deleted']; //var JournalID = comment['JournalID']; var ThreadID = comment['ID']; var Time = comment['Time']; var ReSubject = esc(comment['ReSubject']); var FilteredSubject = esc(comment['FilteredSubject']); var FilteredComment = comment['FilteredComment']; var CommentText = comment['CommentText']; //var Poster = comment['Poster']; var PosterID = comment['PosterID']; var PosterName = esc(comment['PosterName']); var PosterNick = esc(comment['PosterNick']); var PosterFirstName = esc(comment['PosterFirstName']); var PosterLastName = esc(comment['PosterLastName']); var PosterDir = comment['PosterDir']; var PosterDeleted = comment['PosterDeleted']; //var PosterInfo = comment['PosterInfo']; //var PosterBirthday = comment['PosterBirthday']; var PosterAvatarUrl = comment['AvatarUrl']; var IsStar = comment['IsStar']; var Immunity = (comment['Immunity'] != 0 && comment['Immunity'] != 'undefined') ? true : false; var JournalDir = comment['JournalDir']; var JournalEmail = comment['JournalEmail']; var PosterEmail = comment['PosterEmail']; var Commentable = comment['Commentable']; var Screenable = comment['Screenable']; var CommentHide = comment['CommentHide']; var Screened = comment['Screened']; var Screenable = comment['Screenable']; var CanMakeReadable = comment['CanMakeReadable']; var CanMakeCommentable = comment['CanMakeCommentable']; var SomebodyCommentable = comment['SomebodyCommentable']; var PublicalyReadable = comment['PublicalyReadable']; var Deletable = comment['Deletable']; var ActionDir = comment['ActionDir']; var CanEditBlackList = comment['CanEditBlackList']; var InBlackList = comment['InBlackList']; var Readable = comment['Readable']; var ScreenedAndVisible = comment['ScreenedAndVisible']; var Obscene = comment['Obscene']; var Reply = (PerlVar_Reply == ThreadID) ? 1 : 0; if (typeof CommentHide != 'undefined') { CommentHide = CommentHide.replace(/\</g,'<'); CommentHide = CommentHide.replace(/\>/g,'>'); CommentHide = CommentHide.replace(/\"/g,'"'); } if (!partial && comment['SLevel'] && comment['SLevel'] > 1) HTML.push('<div class="comm_str"></div>'); if (Deleted || PosterDeleted) { HTML.push('<div class="pl10"><img src="https://my9.imgsmail.ru/r/blogs/ico_deleted.png" class="IEpng ico" width="16" height="16" />Комментарий удален</div></div>'); return HTML.join(''); } if ( !!Obscene ) { HTML.push('<div class="pl10 hides t95 tah gr" style="text-align: center"><i></i><b>Не удалось добавить комментарий, содержащий нецензурные выражения</b></span></div>'); return HTML.join(''); } if ( (Screened && !Screenable && !ScreenedAndVisible) || !Readable ) { HTML.push('<div class="pl10 hides t95 tah gr"><i></i><b>Комментарий скрыт</b></span></div>'); return HTML.join(''); } HTML.push('<div id="comment_hide_bg_td1_' + ThreadID + '" class="fll pr10"><a href="' + PosterDir + '" class="avatarmed" style="background: url(' + PosterAvatarUrl + ') no-repeat 0 0; display: block; height: 90px; width: 90px;"></a></div>'); HTML.push('<div id="comment_hide_bg_td2_' + ThreadID + '">'); if (Screened) { HTML.push('<div id="screened_' + ThreadID + '" class="mb5"><b class="t95 tah gr">Комментарий скрыт</b></div>'); } else { HTML.push('<span id="unscreened_' + ThreadID + '"></span>'); } HTML.push('<a href="' + PosterDir + '">'); if (PosterDeleted) HTML.push('<s>'); if (PosterFirstName || PosterLastName) { HTML.push(PosterFirstName + ' ' + PosterLastName); } else if (PosterNick) { HTML.push(PosterNick); } else { HTML.push(PosterEmail); } if (PosterDeleted) HTML.push('</s>'); HTML.push('</a>'); if(IsStar)HTML.push('<i class="starName" title="Звезда. Гарантировано @Mail.Ru"></i>'); HTML.push('<span id="PosterName_' + ThreadID + '" style="display:none;">' + PosterName + '</span>'); if (!PosterDeleted && 0) { HTML.push('<script type="text/javascript">f2_enable_dropdown_usermenu(\'' + PosterEmail + '\');' + '<' + '/script><a onclick="return f2_userInfo(this,event,\'' + PosterDir + '\');" target="_blank" href="https://my.mail.ru/' + PosterDir + 'info"><img src="https://my2.imgsmail.ru/r/foto2/ico_down.gif" class="f2_userInfo vmi" height="13" width="13" /></a>'); } if (CanEditBlackList) { HTML.push('<div style="display:none;"><span id="PosterName_' + ThreadID + '">' + PosterName + '</span></div>'); if (InBlackList) { HTML.push( ' <a href="' + PerlVar_JournalDir + 'modifyblacklist?delete_request=1&delete=' + PosterEmail + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '" id="blacklist_href_' + ThreadID + '" onclick="return blacklist_adddel(\'' + PosterName + '\',\'' + PosterEmail + '\',1,\'' + ThreadID + '\')" class="icoBlogBlackListIn cp" title="Удалить из Черного списка"><i class="img"></i></a>'); } else { HTML.push(' <a href="' + PerlVar_JournalDir + 'modifyblacklist?add_request=1&add=' + PosterEmail + '" id="blacklist_href_' + ThreadID + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '" onclick="return blacklist_adddel(\'' + PosterName + '\',\'' + PosterEmail + '\',0,\'' + ThreadID + '\')" class="icoBlogBlackListOut cp" title="Добавить в Черный список"><i class="img"></i></a>'); } } else { HTML.push(' '); } HTML.push('<span class="pr30 grey2 tah t95">' + Time + ' (<a href="https://my.mail.ru' + JournalDir + PerlVar_Entry_ID + '.html?thread=' + ThreadID + '&skip=' + PerlVar_Skip + '">ссылка</a>)<span class="links db_ml">'); if (partial) { HTML.push('<span class="mr5 nobr"><a title="Скрыть" onclick="return show_comment(\'' + PerlVar_Entry_ID + '\', \'' + ThreadID + '\');" href="#"><img height="11" border="0" align="absmiddle" width="11" class="mr5" src="https://my3.imgsmail.ru/mail/ru/images/blogs/-.jpg" title="Свернуть" />Свернуть</a></span>'); } if (Screenable) { if (Screened) { HTML.push('<a onclick="return screen_comment(\'' + ThreadID + '\');" href="' + PerlVar_ACTION_DIR + 'jscreencomment?user=' + JournalEmail + '&id=' + PerlVar_Entry_ID + '&screen=' + ThreadID + '&readable=1&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '&' + PerlVar_back + '" class="shows p0" id="screen_link_' + ThreadID + '" title="Показать комментарий"><i></i></a>'); } else { HTML.push('<a data-clns="d678446" onclick="return screen_comment(\'' + ThreadID + '\');" href="' + PerlVar_ACTION_DIR + 'jscreencomment?user=' + JournalEmail + '&id=' + PerlVar_Entry_ID + '&screen=' + ThreadID + '&screencomment=1&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '&' + PerlVar_back + '" class="hides p0" id="screen_link_' + ThreadID + '" title="Скрыть комментарий"><i></i></a>'); } } if (CanMakeCommentable) { if (SomebodyCommentable) { HTML.push('<a onclick="return change_comment_make_notcommentable(\'' + ThreadID + '\');" href="' + PerlVar_ACTION_DIR + 'jmakecommentnotcommentable?user=' + JournalEmail + '&id=' + PerlVar_Entry_ID + '&comment=' + ThreadID + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '&' + PerlVar_back + '" class="locks link13 p0" id="commentable_img_' + ThreadID + '" title="Запретить комментарии"><i></i></a>'); } else { HTML.push('<a onclick="return change_comment_make_notcommentable(\'' + ThreadID + '\');" href="' + PerlVar_ACTION_DIR + 'jmakecommentnotcommentable?user=' + JournalEmail + '&id=' + PerlVar_Entry_ID + '&comment=' + ThreadID + '&restore=1&' + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb') + '&' + PerlVar_back + '" class="unlocks link13 p0" id="commentable_img_' + ThreadID + '" title="Разрешить комментарии"><i></i></a>'); } } if (Deletable) { HTML.push('<a id="d_' + ThreadID + '" onclick="return show_del_comment(this,\'' + ThreadID + '\');" href="' + PerlVar_ACTION_DIR + 'jdelcomment?user=' + JournalEmail + '&id=' + PerlVar_Entry_ID + '&delete=' + ThreadID + '&' + PerlVar_back + '&mna=' + mna + '&mnb=' + mnb + '" class="icoDeletable p0" title="Удалить комментарий"><i class="img"></i></a> '); } HTML.push('</span></span>'); HTML.push('<div id="cit_' + ThreadID + '" class="mb20 b-post-comment_body">'); if (FilteredSubject) HTML.push('<div class="pt5"><b>' + FilteredSubject + '</b></div>'); HTML.push('<div>' + FilteredComment + '</div>'); var tmp = (Screened || !PublicalyReadable) ? 1 : 0; if (Commentable && SomebodyCommentable) { HTML.push('<input type="hidden" name="subject_text_' + ThreadID + '" id="subject_text_' + ThreadID + '" value="' + ReSubject + '"><input type="hidden" name="comment_text_' + ThreadID + '" id="comment_text_' + ThreadID + '" value="<i>' + CommentHide + '</i>"><div class="grey2 pt10 t95 link adds" id="commentable_' + ThreadID + '"><a id="l_' + ThreadID + '" onclick="return show_add_comment(\'' + ThreadID + '\',' + tmp + ',null, 0, 1);" href="' + PerlVar_URL + '&replyto=' + ThreadID + '#comment_' + ThreadID + '">ответить</a>(<a id="c_' + ThreadID + '" onclick="return show_add_comment(\'' + ThreadID + '\',' + tmp + ', null,\'yes\', 1);" href="' + PerlVar_URL + '&cit=1&replyto=' + ThreadID + '#comment_' + ThreadID + '" class="p0">с цитатой</a>)</div>'); } else { HTML.push('<div class="pt10 links locks" id="notcommentable_' + ThreadID + '"><i></i><b class="t95 tah gr">Комментарии запрещены</b></div>'); } HTML.push('</div></div>'); // <div id="comment_hide_bg_td2_' + ThreadID + '"> closed HTML.push('<div id="add_' + ThreadID + '" class="ml20">'); if (Reply && Commentable) HTML.push('<script type="text/javascript">var show_add_comment_delayed = function() { show_add_comment(\'' + ThreadID + '\',' + tmp + ', null, 0, 1);}' + '<' + '/script>'); HTML.push('</div></div>'); return HTML.join(''); } var LoadedThreads = {}; function show_link(ThreadID, type) { var show = document.getElementById('SPost_' + ThreadID); var wait = document.getElementById('SPostWait_' + ThreadID); var hide = document.getElementById('HPost_' + ThreadID); if (!show || !wait) return; if (type == 'wait') { show.style.display = 'none'; wait.style.display = ''; if (hide) hide.style.display = 'none'; } else if (type == 'hide') { show.style.display = 'none'; wait.style.display = 'none'; if (hide) hide.style.display = ''; } else if (type == 'show') { show.style.display = ''; wait.style.display = 'none'; if (hide) hide.style.display = 'none'; } } function show_comment(PostID, ThreadID, Page) { if (LoadedThreads[ThreadID]) { var root = document.getElementById('Childs_'+ThreadID); if (root) { var show = (root.style.display ? 1 : 0); root.style.display = show ? '' : 'none'; show_link(ThreadID, show ? 'hide' : 'show'); // link to opposite action } else { var small = document.getElementById('post_small_'+ThreadID); var full = document.getElementById('post_full_'+ThreadID); if (!small || !full) return false; var show = (full.style.display ? 1 : 0); // what to do now var thread = LoadedThreads[ThreadID]; var len = thread.length; for (var i = 0; i < len; i++) { var ID = thread[i]; small = document.getElementById('post_small_'+ID); full = document.getElementById('post_full_'+ID); if (!small || !full) continue; if (show) { full.style.display = ''; small.style.display = 'none'; document.getElementById('t_' + ID).className = 'pb20'; } else { full.style.display = 'none'; show_link(ID, 'show'); // link to opposite action small.style.display = ''; document.getElementById('t_' + ID).className = 'pb10'; } } } return false; } show_link(ThreadID, 'wait'); perl_show_comment(PostID, ThreadID, Page, show_comments_callback); return false; } function show_comments_callback(PostID, Data) { var ThreadID = Data[0]['ID']; var root = document.getElementById('Childs_'+ThreadID); if (root) { // get all comments under first level comment var root_comment = Data.shift(); var BaseLevel = root_comment['SLevel']; LoadedThreads[ThreadID] = 1; var comment; var ediv = document.createElement('div'); while (comment = Data.shift()) { var div = ediv.cloneNode(true), maxMarginLeft = 350, marginLeft = (comment['SLevel'] - BaseLevel) * 5; div.id = 't_' + comment['ID']; div.className = 'pb20'; div.style.marginLeft = (marginLeft < maxMarginLeft ? marginLeft : maxMarginLeft) + 'px'; div.innerHTML = make_comment(PostID, comment); root.appendChild(div); } show_link(ThreadID, 'hide'); root.style.display = ''; } else { // trying old way compacted comments var small = document.getElementById('post_small_'+ThreadID); var full = document.getElementById('post_full_'+ThreadID); if (!small || !full) return; var tree = []; var comment; while (comment = Data.shift()) { var cID = comment['ID']; small = document.getElementById('post_small_'+cID); full = document.getElementById('post_full_'+cID); if (!small || !full) continue; if (!LoadedThreads[cID]) { full.innerHTML = make_comment(PostID, comment, 'partial'); document.getElementById('t_' + cID).className = 'pb20'; } full.style.display = ''; small.style.display = 'none'; //show_link(cID, 'hide'); tree.push({ ID: cID, Level: parseInt(comment['SLevel']) }); } // remember for each comment his childs var len = i = tree.length; while (i--) { var pID = tree[i]['ID']; var pLevel = tree[i]['Level']; LoadedThreads[pID] = [pID]; for (var j = i+1; j < len; j++) { if (parseInt(tree[j]['Level']) <= pLevel) break; LoadedThreads[pID].push(tree[j]['ID']); } } } } function add_comment(form, ajax) { var subject = form.Subject.value; var comment = form.Comment.value; var re = new RegExp('\\S'); if (!re.test(subject+'') && !re.test(comment+'')) { alert('Поле Тема не должно быть пустым'); return false; } var sub_but = document.getElementById("sub_but"); sub_but.value = "Идет отправка"; sub_but.disabled = true; checking_subs = 0; //return post_comment(form); // fallback from ajax (?) return ajax ? post_comment(form) : true; } function post_comment(form) { var ReplyToOrigin = form.replyto.value; var Login = form.Login ? form.Login.value : ''; var Subject = form.Subject.value; var Comment = form.Comment.value; var Screened = form.hide_comment.checked ? 1 : 0; var ReplyTo; if (isPostCommentThrottled === false) { isPostCommentThrottled = true; setTimeout(function () { isPostCommentThrottled = false; }, 1000); if (ReplyToOrigin === 'begin' || ReplyToOrigin === 'end') { ReplyTo = '0'; } else { ReplyTo = ReplyToOrigin; } requirejs(['client-server'], function (ClientServer) { ClientServer.func( 'perl_post_comment', [PerlVar_Entry_ID, ReplyTo, Login, Subject, Comment, Screened, '', ''], { url: "/community/blog_ant0052/jajax", type: "GET", dataType: 'json', success: function (response) { if (response[3]) { response.splice(0, 2) perl_post_comment_callback(response[0], ReplyToOrigin, response[2]); } } } ); }); } return false; } function perl_post_comment_callback(PostID, ReplyTo, comment) { close_add_comment(); var replyto = document.getElementById('t_'+ReplyTo); if (!replyto) return; var replyto_parent = replyto.parentNode; var div = document.createElement('div'), maxMarginLeft = 350, marginLeft = !!comment['Obscene'] ? 0 : ((comment['SLevel'] - PerlVar_BaseLevel) * 5); div.id = 't_' + comment['ID']; div.className = 'pb20'; div.style.marginLeft = (marginLeft < maxMarginLeft ? marginLeft : maxMarginLeft) + 'px'; div.innerHTML = make_comment(PostID, comment); var nextSibling = replyto.nextSibling; if (nextSibling) { replyto_parent.insertBefore(div, nextSibling); } else { replyto_parent.appendChild(div); } requirejs([ 'jquery', 'audio-player' ], function ( $, AudioPlayer ) { AudioPlayer.createPlaylist({ element: div, fragment: 'community' }).createTracks(); }); checking_subs = 1; } /* from my/jentry.js */ function show_del_comment(obj, id) { close_del_comment(); var del_div = document.createElement('div'); del_div.id = 'del_f'; del_div.className = 'del_min'; del_div.innerHTML = 'Удалить комментарий?<br /><input type="checkbox" id="delete_all" class="vmi" /> с вложенными комментариями<br /><input type="button" value=" Да " onclick="del_comment(\'' + id + '\');"> <input type="button" value=" Нет " onclick="close_del_comment();">'; obj.parentNode.appendChild(del_div); del_div.clonePosition(obj, {setWidth: false, setHeight: false, offsetLeft: -40}); return false; } function close_del_comment() { var del = document.getElementById('del_f'); if (del) { del.parentNode.removeChild(del); } return false; } function del_comment(id) { var delete_all = (document.getElementById('delete_all').checked ? 1 : 0); close_del_comment(); var url= PerlVar_ACTION_DIR + 'jdelcomment?user=' + PerlVar_JournalEmail + '&id=' + PerlVar_Entry_ID + '&delete=' + id + '&all=' + delete_all + '&xml=1&mna=' + mna + '&mnb=' + mnb; get_script(url); return false; } function screen_comment(id) { var screen_all = 0; var url; if (document.getElementById('screened_not_readable_' + id)) { url = PerlVar_ACTION_DIR + 'jscreencomment?user=' + PerlVar_JournalEmail +'&id=' + PerlVar_Entry_ID + '&screen=' + id + '&all=' + screen_all + '&readable=1&xml=1' + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb'); } else { if (document.getElementById('screened_' + id)) { url = PerlVar_ACTION_DIR + 'jscreencomment?user=' + PerlVar_JournalEmail + '&id=' + PerlVar_Entry_ID + '&screen=' + id + '&all=' + screen_all + '&xml=1&restore=1' + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb'); } else { url = PerlVar_ACTION_DIR + 'jscreencomment?user=' + PerlVar_JournalEmail + '&id=' + PerlVar_Entry_ID + '&screen=' + id + '&all=' + screen_all + '&xml=1' + '&mna=' + V.get('mna') + '&mnb=' + V.get('mnb'); } } get_script(url); return false; } function hide_screened_comment(id) { var element_id = 'screened_' + id; var old_element_id = 'unscreened_' + id; var div = document.createElement('div'); div.id = element_id; div.className = 'mb5'; div.innerHTML = '<b class="t95 tah gr">Комментарий скрыт</b>'; var old_div = document.getElementById(old_element_id); if (old_div) old_div.parentNode.replaceChild(div, old_div); var link = document.getElementById('screen_link_' + id); if (link) { link.title = 'Показать комментарий'; link.className = 'shows p0'; } } function show_unscreened_comment(id) { var element_id = 'unscreened_' + id; var old_element_id_screened = 'screened_' + id; var old_element_id_not_readable = 'screened_not_readable_' + id; var div = document.createElement('span'); div.id = element_id; var old_div = document.getElementById(old_element_id_screened); if (old_div) { old_div.parentNode.replaceChild(div, old_div); } else { var old_div = document.getElementById(old_element_id_not_readable); if (old_div) old_div.parentNode.replaceChild(div, old_div); } var link = document.getElementById('screen_link_' + id); if (link) { link.title = 'Скрыть комментарий'; link.className = 'hides p0'; } } function change_comment_make_notcommentable(id) { var make_all = 0; var url; if (document.getElementById('commentable_' + id)) { url = PerlVar_ACTION_DIR + 'jmakecommentnotcommentable?user=' + PerlVar_JournalEmail + '&id=' + PerlVar_Entry_ID + '&comment=' + id + '&all=' + make_all + '&xml=1&mna=' + V.get('mna') + '&mnb=' + V.get('mnb'); } else { url = PerlVar_ACTION_DIR + 'jmakecommentnotcommentable?user=' + PerlVar_JournalEmail + '&id=' + PerlVar_Entry_ID + '&comment=' + id + '&all=' + make_all + '&xml=1&restore=1&mna=' + V.get('mna') + '&mnb=' + V.get('mnb'); } get_script(url); return false; } function make_comment_commentable(id) { var element_id = 'commentable_' + id; var old_element_id = 'notcommentable_' + id; var div = document.getElementById(old_element_id); div.id = element_id; div.className = 'grey2 pt10 t95 link adds'; div.innerHTML = '<a id="l_' + id + '" onclick="return show_add_comment(\'' + id + '\', 0, null, 0, 1);" href="' + PerlVar_URL + '&replyto=' + id + '#comment_' + id + '">ответить</a> (<a id="c_' + id + '" onclick="return show_add_comment(\'' + id + '\', 0, null,\'yes\', 1);" href="' + PerlVar_URL + '&cit=1&replyto=' + id + '#comment_' + id + '" class="p0">с цитатой</a>)'; var link = document.getElementById('commentable_img_'+id); if (link) { link.title = 'Запретить комментарии'; link.className = 'locks link13 p0'; } } function make_comment_notcommentable(id) { var element_id = 'notcommentable_' + id; var old_element_id = 'commentable_' + id; var div = document.getElementById(old_element_id); div.id = element_id; div.className = 'pt10 links locks'; div.innerHTML = '<i></i><b class="t95 tah gr">Комментарии запрещены</b>'; var link = document.getElementById('commentable_img_'+id); if (link) { link.title = 'Разрешить комментарии'; link.className = 'unlocks link13 p0'; } } var callId = 0, oldScript; function get_script(url) { callId += 1; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = url + '&callid=' + String(callId) + '&rand=' + Math.random(); if (oldScript) { document.body.replaceChild(newScript, oldScript); } else { document.body.appendChild(newScript); } oldScript = newScript; } function hide_deleted_comment(id, level) { var div = document.getElementById('t_' + id); if (!div) return; var html = ''; if (level) html += '<div class="comm_str"></div>'; html += '<div class="pl10"><img src="https://my1.imgsmail.ru/r/blogs/ico_deleted.png" class="IEpng ico" width="16" height="16" />Комментарий удален</div></div>'; div.innerHTML = html; } function password_changes(t) { alert('Возможности модерирования заблокированы в течение трёх дней после смены пароля'); } </script> <style type="text/css"> .comm_str { background: transparent url(https://my2.imgsmail.ru/r/blogs/strelka3.gif) no-repeat scroll right center; float: left; height: 15px; width: 15px; margin: 4px 5px 0 0; text-align: right; } </style> <!-- BEGIN: comments --> <div id="t_begin"></div> <!-- END: comments --> <div id="t_end"></div> </div> <!-- END data-mru-fragment="community/journal/journal" --> <img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width=500 height=1> <br /> </div> <div class="b-fourth-pseudo-column b-fourth-pseudo-column_inner "> <div class="b-fourth-pseudo-column_wrapper" data-mru-fragment="additional-banners"> <script type="text/plain" class="b-right-banner-config"> { "headSelectors": [ ".portal-menu" ], "moreOffset": 10, "intervalUpdate": 60 } </script> <div class="b-right-banner-block-1" id="adv_right_column"> <script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="2552" data-alternative-num="476294"> { "q": "2552", "aQ": "476294", "n": "", "sitezone": "1", "siteId": "120", "preview": "", "lang": "en_US", "targetNewDesign": "1", "extraOptions": "" } </script> </div> <div class="b-right-banner-block-2"> <div class="b-right-banner-1"> <script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="2532" data-alternative-num=""> { "q": "2532", "aQ": "", "n": "", "sitezone": "1", "siteId": "120", "preview": "", "lang": "en_US", "targetNewDesign": "", "extraOptions": "" } </script> </div> <div class="b-right-banner-2" style="display: none;"> <script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="5018" data-alternative-num=""> { "q": "5018", "aQ": "", "n": "", "sitezone": "1", "siteId": "120", "preview": "", "lang": "en_US", "targetNewDesign": "", "extraOptions": "" } </script> </div> </div> <span class="rb-counter b-fourth-pseudo-column__counter" style="background: url('https://rs.mail.ru/d2090482.gif?3403447845') no-repeat center center;"></span> </div> </div> <div class="l-content__footer-scripts"> <div class="b-fragment-history-layer m-layer" data-post-el="close" style="display: none;"> <div class="m-layer__scrollable"> <script type="text/plain" style="display: none" data-post-el="config"> { "ActiveEmail": "", "authText": "Авторизуйтесь", "activeDir":"", "videoAlbumSelectorTemplate" : "<div class='album-selector'> <span class='album-selector__header'>Добавить в альбом</span> <span class='album-selector__error'>Произошла ошибка при добавлении</span> <span class='album-selector__title'>Выберите альбом</span> <div class='album-selector__line'></div> <div class='album-selector__album-list'> <ul class='album-selector__album-list-ul'></ul> <div data-type='video-album-items-marker'></div> </div> <div class='album-selector__line'></div> <span class='album-selector__new-album'>Создать новый альбом</span> <div class='album-selector__title-create-block'> <input type='text' class='ui-form-input album-selector__album-input' maxlength='255' placeholder='Введите название...'/> <button class='ui-button-main album-selector__create-album'>Создать</button> </div> <div class='album-selector__preloader'></div> </div> ", "locales": { "videoAddedToAlbum": "Добавлено в альбом ", "defaultAlbumName": "Без названия" } } </script> <div class="m-layer__top" data-post-el="top"> <span class="m-layer__top-text"> <span class="m-layer__top-text_icon ui-icon"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-mmico_scrolltop_white_16"></use></svg> </span> Наверх </span> </div> <div class="m-layer__popup" data-post-el="close"> <div class="m-layer__popup-content" data-content=""> <div class="m-layer__popup_preloader"></div> <div class="history-error-load" data-event-error-load="1"> Ошибка загрузки страницы. Повторная попытка через <span class="history-error-load__timeout" data-event-error-load="timeout">5</span> сек. <div class="history-error-load__reload" data-event-error-load="reload"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-newsfeed_error-repeat"></use></svg> </div> <div class="history-error-load__cancel" data-event-error-load="cancel"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-newsfeed_error-cancel"></use></svg> </div> </div> </div> </div> <div class="m-layer__right-part" data-post-el="close"></div> </div> </div> <script type="text/plain" class="b-fragment-video" > <div class="b-video b-video-changevideotype" id="b-video" type="destroy" tabindex="0" data-destroy-cln="1603288"> <div class="b-video__main b-video__block-width-640" id="b-video-main" style="display: none;"> <div class="b-video__close-layer" id="b-video__close" type="destroy" data-clns="d1603288"> Закрыть <i class="b-video__close-layer__icon ui-icon icon-right-col_close"></i> </div> <div class="b-video__right" style="display: none;"> <div class="b-video__header"> <div class="b-video__header-sort"> <div class="b-video__header-sort_item b-video__header-sort_item1"> <a href="#" class="active" type="related">Похожие</a> <span class="b-video__header-sort_item-arrow"></span> </div> <div class="b-video__header-sort_item b-video__header-sort_item2"> <a href="#" type="user">Другие видео автора</a> <span class="b-video__header-sort_item-arrow"></span> </div> </div> </div> <div class="b-video__right-content unauthorized-mode" data-video-content-type="scrollable"> <div class="b-video_layer-auth"> Войдите или зарегистрируйтесь в Моем Мире, чтобы комментировать, делиться с друзьями и добавлять видео к себе <div class="b-video_layer-auth_button"> <span type="openAuthPopup" class="ui-button-main" data-clns="d1605447">Войти</span> <a onclick="document.cookie='myc=1;path=/;domain=.mail.ru';return true;" href="https://e.mail.ru/cgi-bin/signup?back=https://my.mail.ru&from=mrg_my&SignupMymailRu=1" class="ui-button-gray">Зарегистрироваться</a> </div> </div> <div class="b-video__auto-play"> <div class="b-video__auto-play__next">Следующее видео</div> <div class="b-video__auto-play__auto">Автоматически</div> <div class="b-video__auto-play__switcher" type="autoPlay"> <div class="b-video__auto-play__pointer" type="autoPlay"></div> </div> </div> <div class="b-video__items"></div> <div class="b-video__noresult"> Нет видео </div> </div> </div> <div class="b-video__left"> <div class="b-video__left-top" data-video-type="search-active"> <div class="b-video__search"> <form id="js-b-video__search" action="" data-suggest-counter="-1" data-type="video" class="b-video__search-form js-suggest-form"> <div class="b-video__search-form_ico icon-music_search"></div> <input name="q" type="text" autocomplete="off" class="b-video__search-input js-suggest-form_input" placeholder="Искать среди видео..."> <div class="b-catalog__navigation-search_filter js-video-search_filter" data-type="filter" data-q=""> <div class="b-catalog__search_filter_wrapper"> <div class="b-catalog__navigation-search_filter-right"> <div class="ui-styled_select "> <i class="ui-styled_select__icon ui-icon"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-left-menu_selectbox-arrow"></use></svg> </i> <select name="sort" class="ui-form_select" data-filter-type="video-search-sort"> <option class="ui-form_select-option" value="" selected>По релевантности</option> <option class="ui-form_select-option" value="created_at" >По дате добавления</option> <option class="ui-form_select-option" value="popular" >По популярности</option> <option class="ui-form_select-option" value="duration" >По длительности</option> </select> </div> </div> <div class="b-catalog__navigation-search_filter-left"> <div class="ui-styled_select "> <i class="ui-styled_select__icon ui-icon"> <svg class="svg-sprite-icon"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-left-menu_selectbox-arrow"></use></svg> </i> <select name="duration" class="ui-form_select" data-filter-type="video-search-duration" > <option class="ui-form_select-option" value="">Любой длины</option> <option class="ui-form_select-option" value="long" >Длинные</option> <option class="ui-form_select-option" value="medium" >Cредние</option> <option class="ui-form_select-option" value="short" >Короткие</option> </select> </div> <div class="ui-styled_checkbox"> <input type="checkbox" name="hd_exists" id="ui-checkbox_video-layer" value="hd" class="ui-form-checkbox" data-filter-type="video-search-hd_exists"> <label for="ui-checkbox_video-layer">Высокое качество </label> </div> </div> <input type="hidden" value="desc" name="sort_order"> </div> </div> <div class="b-video__close-search" type="hideSearch" style="display: none;"> <i class="b-video__close-search__icon ui-icon icon-right-col_close"></i> Отменить поиск </div> <input type="submit" value="Найти" class="b-video__search-submit js-suggest-form_submit"> </form> </div> </div> <div class="b-video__navigation" id="b-video__navigation"> <div class="b-video__container" id="b-video-container"> <div id="b-video-player"></div> </div> </div> <div class="b-video__details" id="b-video-contentarea"></div> </div> <div class="b-video__search-results" id="b-video__search-results" data-video-content-type="scrollable" data-video-type="search-active" style="display: none;"> <div id="b-video__search-results_items"></div> <div class="b-video__search-no-results">По вашему запросу не найдено ни одного видео</div> <div class="b-video__loadmore" type="search" data-update="true" data-query=""></div> </div> </div> </div> </script> <script type="text/plain" id="video-fragment-template"> <li> <div class="b-video__item"> <a href="" class="b-video__item-preview js-b-video__container js-b-video__active-area" type="videolayer"> <span class="b-video__item-hd js-b-video__hd js-b-video__active-area">HD</span> <span class="b-video__item-duration js-b-video__duration js-b-video__active-area"></span> </a> <div class="b-video__item-description"> <div class="b-video__item-name"> <a href="" class="link-black js-b-video__name js-b-video__active-area" type="videolayer" data-default-name="Без названия"></a> </div> <div class="b-video__item-owner-name"> <a href="" type="booster" class="js-b-video__owner-name booster-sc"></a> </div> <div class="b-video__item-views"> <span class="js-b-video__views" data-one="просмотр" data-two="просмотра" data-five="просмотров"></span><span>,</span> <span class="js-b-video__time"></span> </div> </div> </div> </li> </script> <script type="text/plain" class="b-fragment-photo"><div class="b-photo font-default" id="b-photo" type="destroy" data-destroy-cln="713142" tabindex="0"><div class="b-photo__banner-left"></div><div class="b-photo__main" id="b-photo-main"><div class="b-photo__navigation"><div class="b-photo__left" data-clns="d713133" type="prev"><div class="b-photo__left-ear" data-clns="d713135" type="prev"></div></div><div class="b-photo__container" id="b-photo-container" type="next"><img data-clns="d713133" class="b-photo__image" id="b-photo-image" type="next" src="https://my2.imgsmail.ru/mail/ru/images/my/mmanim_spinner_photo_32.gif" /><div class="b-photo__right" data-clns="d713133" type="next"><div class="b-photo__right-ear" data-clns="d713134" type="next"></div></div></div></div><div class="b-photo__contentarea" id="b-photo-content-container"><div class="b-photo__contentarea-scroll" id="b-photo-contentarea"></div></div><div class="b-photo__indicate">Загружаю...</div></div><div class="b-photo__close"><span id="b-photo-close" data-clns="d713136" type="destroy" class="b-photo__close-ico icon-mmico_close_white_24"></span></div></div></script><script type="text/plain" id="photo-select-friends-form"><div class="photo-select-friends-form"><input type="text" name="" value="" placeholder="Введите имя друга" class="ui-form-input photo-select-friends-input">Или выберите друга из списка<ul class="photo-select-friends-list" data-total=""></ul><div class="photo-select-friends-buttons"><a href="" class="ui-button-main photo-select-friends-submit">Выбрать</a><a href="" class="ui-button-link ml10 photo-select-friends-cancel">Отмена</a></div><div class="photo-select-friends-error"data-error="Не удалось создать отметку"data-error-already="Уже есть на фото"></div></div></script><script type="text/plain" id="photo-select-friends-i"><li data-email="" data-id="" data-sanitized=""style="background-image : url('https://avt-24.foto.mail.ru_avatar32?')">Это я</li></script> <script type="text/plain" data-mru-fragment="media"> { "complaintProgressText": "Жалоба отправляется", "isBlockAdBanners": false, "ActiveAdvFree": "", "complaintDoneText": "Жалоба принята", "imageHost": "content.foto.my.mail.ru", "activeEmail": "", "journalEmail": "blog_ant0052", "isCommunity": "1", "preloader": "https://my2.imgsmail.ru/mail/ru/images/my/mmanim_spinner_photo_32.gif", "bannerCounter": 10, "hideBanner": true, "videoAlbum" : "", "host" : "my.mail.ru", "videoPreviewHost" : "https://content.video.mail.ru", "videoSwfurl" : "https://my2.imgsmail.ru/r/video2/uvpv3.swf?60", "idForLayer" : "", "linkForLayer": "", "navigation" : "communityJentry", "serverErrorMessage": "<span class=\"b-photo__server-error-message\">Ой! <br />Кажется, что-то случилось!<br />Попробуйте обновить страницу через минуту.</span>", "videoAddTextTitle": "Добавить в альбом", "videoNotAvailable" : "Видео не доступно на вашем устройстве", "videoMyAlbum": "Мое видео", "videoAddText": "Добавить", "time": "", "fromBackscreenAutoplay": 0, "rbRegion":"193", "backscreen": { "locales": { "addVideo": "+ Добавить себе", "next": "Следующее" } }, "videoControls": { "videoSwfurl" : "https://my2.imgsmail.ru/r/video2/uvpv3.swf?60", "likeEnable": false, "locales": { "quality": "Качество:", "notSupport": "Браузер не поддерживает воспроизведение видео", "copyLink": "Копировать ссылку", "copyFrameLink": "Копировать ссылку с текущего кадра", "copyEmbedCode": "Копировать код для вставки", "linkCopied": "Ссылка скопирована", "qualityList": { "full_hd": "1080p", "hd": "720p", "md2": "480p", "md1": "360p", "sd": "240p" }, "bubbleLinkHeader": "Вы можете скопировать этот код на свою страницу.", "linkToVideo": "Ссылка на видео (URL)", "useOldCode": "Использовать старый код", "unsupportMobileDevice": "Не поддерживается на мобильных устройствах", "html": "HTML", "bbCode": "BB-code", "like": "Нравится", "link": "Ссылка", "share": "Поделиться" } }, "locales": { "videoAddedToAlbum": "Добавлено в альбом ", "defaultAlbumName": "Без названия", "videoFrom": "Другие видео автора", "videoFromCommunity": "Другие видео группы" }, "channelLocales": { "joined": "Вы подписались", "for_moderate": "Заявка на рассмотрении", "error": "Произошла ошибка", "videoFrom": "Другие видео канала" }, "videoErrors": { "liteLoadingError" : "Ошибка загрузки данных", "mediaErrAborted" : "Ошибка воспроизведения", "mediaErrNetwork" : "Ошибка подключения к сети", "mediaErrDecode" : "Видеофайл поврежден или не поддерживается кодеком", "mediaErrSrcNotSupported" : "Данный видеоформат не поддерживается вашим браузером", "accessError" : "Приватный ролик", "needFlash": "Для воспроизведения этого видео установите Adobe Flash Player<br/> <a href='https://get.adobe.com/flashplayer/' target='_blank'>Загрузить с сайта Adobe</a>." }, "mimic": { "isEnable": true, "timeout": 1000, "id": "147025", "limit": 0, "type": "vertical", "statId": "4559401", "counter": "26665993", "itemHeight": "155", "isEffectsEnabled": true, "isMultiformatEnabled": true, "multiformatLimit": "1", "rb": { "originalSlot": 45594 } }, "leftBanner": { "isEnable": true, "minHeight": "600", "minWidth": "1600" } } </script> <div data-mru-fragment="profile/mini-profile"> <script type="text/plain" class="js-mini-profile-config"> { "bubbleWidth": "255", "bubbleZIndex": "200", "coverFemalePath": "profile/profile_cover_bg_1.png", "coverMalePath": "profile/profile_cover_bg_2.png", "locales": { "age" : { "text1": "год", "text2": "года", "text5": "лет" }, "commonFriendsCount": { "text1": "общий друг", "text2": "общих друга", "text5": "общих друзей" }, "friendship": { "send": "Подружиться", "friend": "Ваш друг", "request": "Предложение отправлено", "error": "Произошла ошибка" }, "friendsText1": "У вас", "friendsText2": "среди которых", "messageButtonText": "Написать" } } </script> </div> <script type="text/plain" class="b-messages-options"> {"locales": {"dialogues": {"dates": {"today": "сегодня, в ","now": "только что","30seconds": "30 секунд назад","15seconds": "15 секунд назад","1minutes": "1 минуту назад","2minutes": "2 минуты назад","3minutes": "3 минуты назад","4minutes": "4 минуты назад","5minutes": "5 минут назад"},"makeAllRead": "Отметить все как прочитанное","writeFriends": "Написать друзьям","friendsListHeader": "Выберите друга, чтобы начать общение","search": "Поиск","goToUserPage": "Перейти в Мир пользователя","sendGift": "Сделать подарок","sendVipStatus": "Подарить VIP статус","addToBlacklist": "Добавить в черный список","deleteThread": "Удалить всю переписку","addFriend": "В друзья","friendshipInProgress": "Предложение дружбы отправлено","friendshipOk": "Подружились","deleteThreadConfirm": "Вы действительно хотите удалить всю переписку?","deleteThreadYes": "Удалить","deleteThreadNo": "Отмена","deleteMessageConfirm": "Вы действительно хотите удалить это сообщение?","addToBlacklistConfirm": "Вы действительно хотите добавить пользователя в черный список?","addToBlacklistYes": "Добавить","addToBlacklistNo": "Отмена","writerMessage": "пишет вам","noMessages": "Сообщения в диалоге отсутствуют","addContentMessage": "Чтобы отправить фото или видео, нажмите соответствующую иконку под полем для ввода текста","newMessageButton": "Начать диалог","senderFormError": "При отправке сообщения произошла ошибка. Попробуйте обновить страницу и повторить отправку.","senderFormErrorSuspended": "Вы не можете писать пользователю, так как его Мир заблокирован.","senderFormErrorRestricted": "Вы не можете писать пользователю, так как он принимает сообщения только от друзей.","textareaPlaceholder": "Напишите сообщение","submitButton": "Отправить","formHintEnter1": "Enter - отправить","formHintEnter2": "+Enter - перенос строки","formHintCtrlEnter1": "+Enter - отправить","formHintCtrlEnter2": "Enter - перенос строки","attachPhoto": "Фото","attachVideo": "Видео","selectSmile": "Выберите смайлик","errorTexts": {"activeInBlacklist": "Вы были добавлены в черный список","journalInBlacklist": "Пользователь добавлен в черный список","journalInBlacklistButton": "Убрать из черного списка","friendsOnly": "Пользователь принимает сообщения только от друзей","friendsOrFrfrOnly": "Пользователь принимает сообщения только от друзей<br />или друзей друзей","noFriends": "У Вас пока нет друзей","noFriendsButton": "Добавить друзей","emptyListHead": "Диалог не выбран","emptyListBody": "Откройте уже начатый диалог из меню слева<br /> или нажмите на кнопку","emptyListButton": "Написать друзьям"},"emptySearch": {"head": "Диалог не найден","button": "Искать среди друзей","body": "По запросу %%query%% переписка не найдена"},"emptyFriends": {"head": "Никого не найдено","body": "По запросу %%query%% найти друзей не удалось"}}},"textLimit": "4000","upload": {"photo": {"width": "665","uploadUrl": "https://upload-##n##.my.mail.ru/uploadphoto","hostCount": 15,"queueSize": 15,"previewQueueSize": 1,"limit": 5000,"rotateTimeout": 1500,"maxRetry": 5,"albumId": "","limitSize": 15,"locales": {"popup": {"header": "Добавление фото","close": "Закрыть"},"dropArea": {"header": "Выберите фото для загрузки","text": "или просто перетащите их в эту область","button": "С компьютера","moveHere": "Перенесите файл(ы) в эту область"},"links": {"albums": "Из альбомов","network": "По ссылке из интернета","camera": "C веб-камеры","add": "Добавить"},"status": {"from": "из"},"limit": {"header": " ","content": "К сожалению, мы можем загрузить не более 5000 фото за один раз. Добавить первые 5000 фото из выбранных?","close": "Закрыть","yes": "Да, добавить","no": "Нет"},"albums": {"title": "Альбом","upload": "Добавить","cancel": "Отмена","titles": {"user": "из своих","group": "из группы","channel": "из канала"},"defaultAlbumName": "Без названия","form": {"title": "Альбом","empty": "В альбоме нет фото"}},"network": {"upload": "Загрузить","cancel": "Отмена","header": "Введите ссылку из интернета","remove": "Удалить","add": "Добавить ещё ссылку","errors": {"invalidExternalUrl": "Указан некорректный адрес"}},"camera": {"upload": "Загрузить","cancel": "Отмена","button": "Сделать снимок","timeout": "С задержкой в 5 сек","cancelPhoto": "Отменить"},"edit": {"save": "Сохранить","cancel": "Остановить загрузку","remove": "Удалить","add": "Добавить фото","saveNow": "Сохраняю","showErrors": "Ошибки","empty": {"text": "К сожалению, при загрузке фото возникли проблемы.","button": "Вернуться"},"confirmStop": {"yes": "Да","no": "Нет","text": "Хотите прекратить загрузку?"},"confirmRemove": {"yes": "Да","no": "Нет","text": "Хотите удалить все загруженные фото?"},"errors": {"header": "Не удалось загрузить файлы","network": "указан некорректный адрес","upload_error": "ошибка при загрузке","empty_file_size": "пустой файл","wrong_file_size": "слишком большой файл","too_many_files": "слишком много фотографий","wrong_image_format": "неподдерживаемый формат","wrong_gif_image": "в альбом "Фото со мной" нельзя загружать анимированные картинки"},"item": {"description": "Описание","remove": "Удалить","hide": "Закрыть"}}}},"video": {"userId": "","community": "blog_ant0052","albumId": "_groupvideo","isVideoChannel": false,"email": "blog_ant0052@community","journalDir":"/community/blog_ant0052/","maxFileSize": "5","multiload": true,"pollingTimeout": "30","showPopup":false,"uploadUrl": "https://upload.my.mail.ru/upload","showSwitcher": false,"templates": {"popup": "<div class='b-video-add-popup'><div class='b-video-add-popup__upload-area' data-type='video-upload-area'><div class='b-video-add-popup__upload-content'><div class='b-video-add-popup__upload-content__wrapper'><div class='b-video-add-popup__upload-content__header'>Выберите файлы для загрузки</div><div class='b-video-add-popup__small-text'>Просто перетащите файлы в эту область </div></div><div class='ui-button-main b-video-add__upload-button'><span> Выберите файлы </span><input type='file' enctype='multipart/form-data' name='Filedata' data-type='video-input-file' class='b-video-add-popup__upload-input' multiple><div class='b-video-add-popup__upload-fake-input' data-type='video-file-fake-input'></div></div><p class='b-video-add__file-info' data-type='video-file-info'></p></div></div><div class='b-video-add-popup__links'><div class='b-video-add-popup__link-content b-video-add-popup__link-content-internet'><p class='b-video-add-popup__item-header'>По ссылке из интернета</p><input type='text' class='b-video-add-popup__internet-input ui-form-input' placeholder='http://' data-type='video-input-link' /><button type='button' data-type='video-button-link' class='ui-button-gray b-video-add-popup__item-button b-video-add-popup__item-button-internet'>Добавить</button></div></div></div>","link": "<div class='b-video-add'><div class='b-video-add__link-title'>Введите ссылку из интернета</div><div class='b-video-add__link-hint'>Скопируйте и вставьте адрес страницы видеоролика</div><input type='text' class='ui-form-input b-video-add__link-input' data-type='video-input-link' maxlength='255' placeholder='http://...'/><button type='button' class='b-video-add__add-link-button ui-button-gray' data-type='video-link-add'>Добавить</button></div>","link_loading": "<div class='b-video-add'><div class='b-video-add__link-loading-content'><div class='b-video-add__content-preloader' data-type='video-album-items-preloader'></div></div></div>","error": "<div class='b-video-add-popup'><div class='b-video-add-popup__error'><p class='b-video-add-popup__error-text'></p><button class='b-video-add__reload-button ui-button-main'>Вернуться</button></div></div>","file_upload_container": "<div class='b-video-add-items' data-type='video-upload-items'><div class='b-video-add__progress-wrapper' data-type='video-upload-progress-wrapper'><div class='b-video-add__progress'><div class='b-video-add__progress__text' data-type='video-upload-progress-total-text'></div><div class='b-video-add__progress-fill empty' data-type='video-upload-progress-total'><div class='b-video-add__progress-fill__text' data-type='video-upload-progress-total-text'></div></div></div><button type='button' data-type='video-upload-cancel-all' class='b-video-add__cancel-all ui-button-gray'>Отмена</button></div></div>","edit": "<div class='b-video-add'><div class='b-video-add__status'><div class='b-video-add__loaded'><b>Видео было успешно загружено!</b><div>Теперь оно должно быть обработано. Обычно это занимает от нескольких минут до часа. Видео будет доступно по ссылке: <a target='_blank'></a></div></div></div><div class='b-video-add__form_block'><p><b>Название</b></p><input type='text' class='ui-form-input b-video-add__name-input' data-type='video-input-name' maxlength='255'/></div><div class='b-video-add__form_block'><p><b>Описание</b></p><textarea class='ui-form-input b-video-add__description-input' data-type='video-input-description'></textarea></div><div class='b-video-add__user_settings_block'><div class='b-video-add-popup-albums-wrapper'><p><b>Альбом</b></p><div data-type='video-album-list-wrapper' class='b-video-add-popup-albums__select-wrapper ui-styled_select'><span class='b-video-add-popup-albums__select-wrapper-preloader'></span><i class='ui-styled_select__icon ui-icon'><svg class='svg-sprite-icon'><use xmlns:xlink='http://www.w3.org/1999/xlink' xlink:href='#icon-left-menu_selectbox-arrow'></use></svg></i><span data-type='video-album-list' class='b-video-add-popup-albums__select'></span></div></div><div class='ui-styled_checkbox'><input type='checkbox' name='adult' id='ui-checkbox_video-add-adult' data-type='video-checkbox-adult' value='0' class='ui-form-checkbox'><label for='ui-checkbox_video-add-adult'>Для взрослых 18+ </label></div></div></div>"},"albums": {"singleSelect": false},"item": {"templates": {"main": "<div class='b-video-add__loading-item'><div class='b-video-add__file-title' data-type='video-file-title'></div><button type='button' class='b-video-add__cancel ui-button-gray' data-type='video-upload-cancel'>Отмена</button><div class='b-video-add__progress'><div class='b-video-add__progress__text' data-type='video-progress-text'></div><div class='b-video-add__progress-fill empty' data-type='video-progress'><div class='b-video-add__progress-fill__text' data-type='video-progress-text'></div></div></div><div class='b-video-add__form_block'><p><b>Название</b></p><input type='text' class='ui-form-input b-video-add__name-input' data-type='video-input-name' maxlength='255'/></div><div class='b-video-add__form_block'><p><b>Описание</b></p><textarea class='ui-form-input b-video-add__description-input' data-type='video-input-description'></textarea></div><div class='b-video-add__user_settings_block'><div class='b-video-add-popup-albums-wrapper'><p><b>Альбом</b></p><div data-type='video-album-list-wrapper' class='b-video-add-popup-albums__select-wrapper ui-styled_select'><span class='b-video-add-popup-albums__select-wrapper-preloader'></span><i class='ui-styled_select__icon ui-icon'><svg class='svg-sprite-icon'><use xmlns:xlink='http:\/\/www.w3.org\/1999\/xlink' xlink:href='#icon-left-menu_selectbox-arrow'><\/use><\/svg></i><span data-type='video-album-list' class='b-video-add-popup-albums__select'></span></div></div><div class='ui-styled_checkbox'><input type='checkbox' name='adult' id='ui-checkbox_video-add-adult-{% index %}' data-type='video-checkbox-adult' value='0' class='ui-form-checkbox'><label for='ui-checkbox_video-add-adult-{% index %}'>Для взрослых 18+ </label></div></div><div class='b-video-add__minimize-button' data-type='video-expand-toggle-button'>Подробнее</div></div>"}},"locales": {"errorLoadAjax": "Произошла ошибка, попробуйте позже","popupButtonOk": "Сохранить","popupButtonCancel": "Удалить","popupButtonCancelAll": "Остановить загрузку","closeButton": "Закрыть","header": "<span data-type='video-add-back' class='b-video-add-popup__back'><svg class=\"svg-sprite-icon\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#icon-back-arrow-black\"><\/use><\/svg></span><span>Добавление видео</span>","maxFileSize":"Максимальный размер файла 5 Гб","timeRemain":"осталось ","wrongFormat":"Неверный формат файла","wrongSize":"Неверный размер файла","chooseOneFile":"Выберите 1 файл для загрузки","connectionError":"К сожалению, при загрузке видео возникли проблемы.","serverResponseError":"Неизвестная ошибка.","createItemError":"Ошибка создания видео.","blacklistedError":"Загрузка данного видео заблокирована правообладателем.","invalidLink":"Ссылка не может быть обработана","confirmYes":"Да","confirmNo":"Нет","confirmRemoveAll":"Хотите прекратить загрузку и удалить все загруженные видео?","confirmCancelAll":"Хотите прекратить загрузку?","linkLoadingTitle": "Получение данных","defaultAlbumName": "Без названия","albums": {"albumErrorPopupHeader": "При добавлении этих видео произошла ошибка","albumErrorPopupButtonOk": "Закрыть","defaultAlbumName": "Без названия","defaultItemName": "Без названия","userAlbum": "Мои альбомы","channelAlbum": "Видео канала","communityAlbum": "Видео группы","album": "Альбом","private": "Этот альбом не предназначен для публичного просмотра. Если вы скопируете видео в группу, для него будут применены настройки показа видео группы","empty": "В выбранном альбоме нет видео","submit": "Добавить","cancel": "Отмена","privateAll": "У вас нет роликов, предназначенных для публичного просмотра. Вы можете изменить права доступа в настройках своих альбомов."},"item": {"createItemError":"Ошибка создания видео.","hide":"Скрыть","more":"Подробнее","defaultAlbumName": "Без названия","confirmYes":"Да","confirmNo":"Нет","confirmText":"Хотите прекратить загрузку?"}}}},"banners": {"intervalUpdate": 60,"slot": 2532,"isEnabled": 1}}</script> <script type="text/plain" class="b-notifications-options"> {"isGameClient": false,"showNewDesignCatalog": 1,"bubbleParams": {"games": {"modificator": "look-2"}},"locales": {"games": {"removeAllText": "Вы действительно хотите удалить все уведомления?","removeAllButtonYes": "Удалить","removeAllButtonNo": "Отмена"},"error": {"head": "Упс, что-то пошло не так...","body1": "Мы знаем о проблеме и уже работаем.","body2": "Попробуйте обновить страницу или зайти попозже."},"actions": {"title": "Все акции","empty": "Здесь будут уведомления об акциях и скидках,<br> действующих в Моём Мире"}},"banners": {"intervalUpdate": 60,"slot": 2532,"isEnabled": 1}}</script> <script type="text/plain" class="b-likers-popup"> { "likersLoadMessage": "Загрузка списка", "likersErrorMessage": "Ой! Кажется, что-то случилось!", "container": "<div class=\"b-like__likers-container\" />", "dom": "<div class=\"b-like__likers\" data-action=\"hide\" />" } </script> <script type="text/plain" class="b-friendship-options"> { "done": "Предложение отправлено", "doneMessages": { "added_users": "Вы друзья", "already_friends_users": "Вы уже друзья", "already_request_sent_users": "Вы уже предлагали дружбу", "reset_to_initial": "Подружиться" }, "error": "Ошибка", "errorMessages": { "banned_users": "Пользователь заблокирован", "ratelimited_emails": "Нельзя дружить так часто", "blacklist_emails": "Пользователь в чёрном списке" } } </script> <script type="text/plain" data-mru-fragment="head/alert"> { "view": { "navigation": true, "filters": "" } } </script> <script type="text/plain" class="b-booster-stat">{"isEnable": false,"domains": "mail,bk,list,inbox,vk,gmail,yandex,google,yahoo,community,v,mailua,fb,corp,gmail.com,ok,yandex.ru,yandex.ua,qip.ru,rambler.ru"}</script> <script type="text/plain" data-mru-fragment="models/user/active"> { "name": "", "id": "", "auId": "", "email": "", "dir": "", "isVip": false, "isAdmin": false, "isOwner": false, "isInSandbox": false, "isMyCreated": false, "music": { "residentLevel": 0, "count": { "tracks": "" } } } </script> <script type="text/plain" data-mru-fragment="models/user/journal"> { "name": "Блог. Александр Антоненко", "id": "-3641191", "auId": "15875614811657629849", "email": "blog_ant0052", "dir": "/community/blog_ant0052/", "isVip": false, "isCommunity": true, "isVideoChannel": false } </script> <script type="text/plain" class="b-date-time-options"> { "locales": { "months": [ "январь", "февраль", "март", "апрель", "май", "июнь", "июль", "август", "сентябрь", "октябрь", "ноябрь", "декабрь" ], "left": { "months": [ "января", "февраля", "марта", "апреля", "мая", "июня", "июля", "августа", "сентября", "октября", "ноября", "декабря" ], "seconds": { "one": "секунду", "two": "секунды", "five": "секунд" }, "minutes": { "one": "минуту", "two": "минуты", "five": "минут" }, "hours": { "one": "час", "two": "часа", "five": "часов" }, "now": "только что", "in": "в", "ago": "назад", "today": "сегодня", "yesterday": "вчера" } } } </script> <script type="text/plain" class="b-mimic-adv-config">{"isEnable": true,"isEnableSecondCheck": true,"isHttpEnable": true,"isFixedRightEnable": true,"isFullLinkEnable": true,"host": "wss://e.mail.ru/api/v1/messages/message","location": "https://my.mail.ru","domain": "mail.ru","id": "147025","timeout": "3000","timeoutSecondCheck": "10000","statId": "253201","adFormat": "direct","limit": "4","interval": "60000","favicon": true,"charset": "utf-8","isEffectsEnabled": true,"isMultiformatEnabled": true,"multiformatLimit": "2","effects": "bounce_left_right=15\nzoom_and_swing=35\nzoom=25\nzoom_and_move=45","counter": "19969810","rb": {"isEnable": true,"slot": 5128,"originalSlot": 2532,"isPriority": false},"locales": {"footerText": "Реклама","closedText": "Объявление скрыто"}}</script><script type="text/plain" class="b-sprites-options">{"all": {"url": "/static/sprites/all.html","revision": {"key": "sprites.all.rev","value": "0a7805ba1292ddbf02bd943ce944ff501"},"data": {"key": "sprites.all.data"}},"music": {"url": "/static/sprites/music.html","revision": {"key": "sprites.music.rev","value": "4105024ca74c624967bb079bba824cc41"},"data": {"key": "sprites.music.data"}}}</script> <div style="display: none"></div> <script type="text/plain" data-payment-dialog-options> { "locales": { "titleBalance": "Пополнение счёта", "titleBuyItem": "Покупка" } } </script> <script type="text/javascript"> (function () { document.cookie = 'myc=;path=/;domain=.mail.ru;expires=Tue, 22 Oct 2010 09:31:38 GMT;'; document.cookie = 'showSmBubble=;path=/cgi-bin/my/;domain=.mail.ru;expires=Tue, 22 Oct 2010 09:31:38 GMT;'; })(); </script> <div style="position: absolute;"> <script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="3153" data-alternative-num=""> { "q": "3153", "aQ": "", "n": "", "sitezone": "1", "siteId": "120", "preview": "", "lang": "en_US", "targetNewDesign": "", "extraOptions": "" } </script> </div> </div> </div> </div> <div class="l-footer" data-mru-app-section="footer"> <!--noindex--> <div style="position: fixed; background-color: #333; width: 100%; height: 100%; opacity: 0.5; filter: alpha(opacity=50); z-index:202; display:none; left: 0px; top: 0px;" id="shadow_div"> <img src="data:image/gif;base64,R0lGODlhAQABAPAAAMDAwAAAACH5BAUAAAAALAAAAAABAAEAQAICRAEAOw==" width="1" height="1" /> </div> <img src="https://my1.imgsmail.ru/mail/ru/images/blogs/wait.gif" id="forUserPicShow" style="border:5px solid #E3E5EB; display:none; z-index:10; position:absolute;" /> <div id="userDropDownId" class="usinfArrow" style="display:none" onclick="bubble()"></div> <div id="capcha_popup"></div> <script type="text/javascript" charset="utf-8" src="https://my2.imgsmail.ru/mail/ru/images/js/myjs/community_rev46ce0f392e.js"></script> <script src="https://my3.imgsmail.ru/mail/ru/images/js/blogs/not-spam.js"></script> <script defer type="text/javascript"> if (!window.console) window.console = {log: function() {}}; function setting () { V.set({ 'mna': '', 'mnb': '', 'Owner': '', 'ActiveID': '', 'ActiveEmail': '', 'MyMailDir': '/community/blog_ant0052/', 'MyMailEmail': 'blog_ant0052', 'MyMailName': 'Блог. Александр Антоненко', 'PhotoAvtHost': 'avt.foto.mail.ru', 'MyImgsMailHost' : 'imgsmail.ru' }); } (function () { if (window.Prototype && window.jQuery) { setting(); } else { var interval = setInterval(function () { if (window.Prototype && window.jQuery) { clearInterval(interval); interval = null; setting(); } }, 1000); } })(); var EventID = ''; var ParentCommentID = ''; var EventType = ''; var EventTime = ''; var CommentUserDir = '/community/blog_ant0052/'; var HistoryPage = 0; var sh_url = ''; </script> <div class="b-footer"> <textarea data-mru-fragment="app/banners" data-section="" data-num="" class="banner-template" deferred="1"> <style>.portal-footer{position:relative;margin:0;white-space:nowrap;text-align:left;background:#fff;*zoom:1;width:100%;height:28px;margin:0;padding:0;border:0;border-top:1px solid #D5D5D5;border-spacing:0;border-collapse:collapse;font-family:Arial, sans-serif;font-size:0;color:#999;border-collapse:collapse;border-spacing:0}.w-portal-footer__visible{position:relative}.portal-footer td,.portal-footer tr{vertical-align:top;text-align:left;border:none;padding:0;margin:0;width:auto;white-space:nowrap}.portal-footer .portal-footer__col_left{width:1%;padding-right:28px;padding-left:10px;text-align:left}.portal-footer .portal-footer__col_right{text-align:right;padding-right:10px}.portal-footer__link{display:inline-block;*display:inline;*zoom:1;margin:0 8px}.portal-footer__link,.portal-footer__link:link,.portal-footer__link:visited,.portal-footer__link:hover,.portal-footer__link:active,.portal-footer__link:focus{outline:0;cursor:pointer;color:#999;font-size:12px;font-family:Arial, sans-serif;height:28px;line-height:28px;*zoom:1}.portal-footer__link,.portal-footer__link:link,.portal-footer__link:visited{text-decoration:none}.portal-footer__link:hover,.portal-footer__link:active,.portal-footer__link:focus{text-decoration:none;color:#0077FF}#portal-footer__project-links__container{display:none;position:absolute;visibility:hidden}.portal-footer__lang-select{font-size:12px;font-family:Arial, sans-serif;margin-left:8px}.portal-footer__lang-select__button,.portal-footer__lang-select__button:link,.portal-footer__lang-select__button:visited,.portal-footer__lang-select__button:hover,.portal-footer__lang-select__button:active,.portal-footer__lang-select__button:focus{text-decoration:none;position:relative;outline:0;font-size:12px;font-family:Arial, sans-serif;cursor:pointer;color:#999;border-bottom:1px dotted #999;margin:0 8px;*border-bottom-style:dashed;border-bottom-style:dashed\9}.portal-footer__lang-select__button:hover,.portal-footer__lang-select__button:active,.portal-footer__lang-select__button:focus{color:#0077FF;border-bottom-color:#0077FF}.portal-footer__project-links{white-space:nowrap}</style><div class="w-portal-footer" id="w-portal-footer" data-visibility-class="w-portal-footer__visible"><table border="0" cellspacing="0" cellpadding="0" class="portal-footer portal-footer_portal-footer"><tbody><tr><td class="portal-footer__col portal-footer__col_left"><div class="portal-footer__portal-links"><!--portal-links--><a class="portal-footer__link" href="https://r.mail.ru/n154506914?sz=36&rnd=223827211" rel="noopener" target="_blank"><span class="portal-footer__link__text">Mail</span></a><a class="portal-footer__link" href="https://r.mail.ru/n382470674?sz=36&rnd=223827211" rel="noopener" target="_blank"><span class="portal-footer__link__text">О компании</span></a><a class="portal-footer__link" href="https://r.mail.ru/n309433544?sz=36&rnd=223827211" rel="noopener" target="_blank"><span class="portal-footer__link__text">Реклама</span></a><a class="portal-footer__link" href="https://r.mail.ru/n382470675?sz=36&rnd=223827211" rel="noopener" target="_blank"><span class="portal-footer__link__text">Вакансии</span></a><!--/ portal-links--></div></td><td class="portal-footer__col portal-footer__col_right"><div id="portal-footer__project-links" class="portal-footer__project-links" data-project-links-class="portal-footer__link"><b style="display:none" id="portal-footer__project-links__insert_before"></b></div><script>void function(){"use strict";function c(){var c=e.getElementById("portal-footer__project-links"),g=e.getElementById("portal-footer__project-links__insert_before"),f=e.getElementById("portal-footer__project-links__container"),b,h,a,d,k;if(c&&g&&f){h=[];b=f.getElementsByTagName("a");for(d=b.length;d;)a=b[--d],h.push(a);for(;a=h.pop();)(b=a.getAttribute("data-type"))?(d="portal-footer__link portal-footer__link_"+b,k="portal-footer__link__text portal-footer__link__text_"+b):(d="portal-footer__link",k="portal-footer__link__text"),a.innerHTML='<span class="'+k+'">'+("textContent"in a?a.textContent:"innerText"in a?a.innerText:"data"in a?a.data:"")+"</span>",(b=a.style)&&b.cssText&&(b.cssText=""),a.className=d,c.insertBefore(a,g);c.removeChild(g);f.parentNode.removeChild(f);return!0}}var e=this.document;c()||(e.addEventListener&&e.addEventListener("DOMContentLoaded",c,!1),window.addEventListener?window.addEventListener("load",c,!1):window.attachEvent("onload",c,!1))}.call(window);</script></td></tr></tbody></table></div> </textarea> <div id="portal-footer__project-links__container" style="display: none;"> <a href="https://r.mail.ru/cln9889/m.my.mail.ru" class="mf_w" target="_blank">Мобильная версия</a> <a href="https://r.mail.ru/cln9890/help.mail.ru/legal/terms/mm/LA" class="mf_w" target="_blank">Пользовательское соглашение</a> <a href="https://r.mail.ru/cln9891/help.mail.ru/my-help" class="mf_w" target="_blank">Помощь</a> <a href="https://r.mail.ru/cln9892/my.mail.ru/community/myproject/" class="mf_w">Обсудить проект</a> <a href="https://r.mail.ru/cln9893/api.mail.ru/" class="mf_w">Разработчикам</a> </div> <span class="rb-counter" style="background-image: url('https://my.mail.ru/grstat?name=grstat.total&r=660318166')"></span> <script type="text/plain" data-mru-fragment="app/banners" data-section="" data-type="jsonp" data-num="3697" data-alternative-num=""> { "q": "3697", "aQ": "", "n": "", "sitezone": "1", "siteId": "120", "preview": "", "lang": "en_US", "targetNewDesign": "", "extraOptions": "" } </script> <script type="text/javascript"> //<![CDATA[ (function(w, d) { if (w.rb_counter) return; function h() { var n, a = arguments; for(var i=a.length;i--;){ n = a[i].split(','); for(var j=n.length;j--;){ c(n[j]); } } } function c(n) { var m, r = parseInt(Math.random()*1E9), s; if (!(m = n.match(/^(?:cl([bn])|([adgin]))(\d+)(?:sz(\d+))?/))) return; if (m[1]) { s = "s" + m[1]; } else if(m[2] == "n") { s = "nc"; } else if(m[2]=="i") { r = null; s = m[2]; } else { s = m[2]; } s += m[3] + ".gif?"; if (m[4]) s += "sz=" + m[4]; if (r) s += "&rnd=" + r; (new Image).src = "//rs.mail.ru/" + s; } (function(o, e, fn) { if (o.addEventListener) o.addEventListener(e, fn, false); else if (o.attachEvent) o.attachEvent('on' + e, fn); else o['on' + e] = fn; })(d, 'mousedown', function(e) { var n; e = e || w.event; e = e.target || e.srcElement; while (e.parentNode){ if (e.getAttribute && (n = e.getAttribute('name')) && (n = n.toString())){ h(n); } e = e.parentNode; } }); w.rb_counter = h; })(window, document); //]]> </script> <img src="//an.mail.ru/count/U_4amautHtK505u0488WCPTsrL400000O9WBSFJqW908a042m042s06AXnte0O01y0ACkfAo1h030g06gWF91hi-4Mkr5qq5gGU6her73VSAJj070l8D0FeD088E0000" style="width:0;height:0;position:absolute;visibility:hidden;" alt="" /> </div> <div class="b-theme-background"> <div class="b-theme-background__bottom"></div> </div> <link rel="stylesheet" onerror="onErrorLoadStyle(this)" type="text/css" href="https://my2.imgsmail.ru/mail/ru/css/new/sprites/all/all_revd29533fe42.css"/> <div data-mru-fragment="game-client"> <script class="js-game-client" type="text/plain"> { "isGameClientEnabled": false, "isTestServer": false, "isMyCreated": false, "isActiveEmail": false, "list": "testqa_game_1@mail.ru,testqa_game_2@mail.ru,testqa_game_3@mail.ru,testqa_game_4@mail.ru,testqa_game_5@mail.ru,testqa_game_6@mail.ru,testqa009@mail.ru,testqa0100@mail.ru,sergey.nikolaev@corp.mail.ru", "permittedPaths": "apps,actions,hi-lo,app/subcatalog/custom", "locales": { "errorPopupTittle": "Ошибка авторизации", "errorPopupMessage": "Во время создания аккаунта произошла ошибка, попробуйте повторить операцию на сайте <a href='https://my.mail.ru?is_game_client=0' target='_blank'>Мой Мир</a>" } } </script> </div> <span class="rb-counter" data-type="rb-counter" style="background-image: url('https://rs.mail.ru/bulkstat/?type=imp&banner_ids=405861,678444,695447,2090450,2090450,949053,949064,949079,1429552,2248299,2248306,3531810,4841020,3531823&rnd=753722190')"></span> <span class="b-page-preloader"> Загрузка <i class="b-page-preloader__ico"></i> </span> <div class="b-global-heap"></div> <!--/noindex--> </div> </body> </html>