Advertisement
englishextra

shimansky.biz-reusable.js

Feb 27th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /*!
  2.  * pastebin.com/1FkrdeUp
  3.  * github.com/englishextra/shimansky.biz/blob/master/js/shimansky.biz-reusable.js
  4.  */
  5. /*!
  6.  * libraries checks
  7.  */
  8. jqueryLoaded=window.jQuery?1:0;
  9. bootstrapLoaded=window.jQuery&&$.fn.button?1:0;
  10. json2Loaded=window.JSON?1:0;
  11. touchwipeLoaded=window.touchwipe?1:0;
  12. hammerLoaded=window.Hammer?1:0;
  13. /*!
  14.  *
  15.  *
  16.  */
  17. addEvent(window, "blur", function () {
  18.     (function (d, w) {
  19.         var a = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  20.         b = encodeURIComponent(d.referrer || ""),
  21.         c = encodeURIComponent(w.location.href || ""),
  22.         e = encodeURIComponent((d.title || "").replace("\x27", "'") + " - \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d"),
  23.         f = d.createElement("div"),
  24.         g = d.getElementsByTagName("body")[0].firstChild;
  25.         f.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + a + "?dmn=" + c + "\x26rfrr=" + b + "\x26ttl=" + e + "\x26encoding=utf-8) top left no-repeat;");
  26.         g.parentNode.insertBefore(f, g);
  27.     }
  28.         (document, window));
  29. }, !1);
  30. /*!
  31.  *
  32.  *
  33.  */
  34. (function (d) {
  35.     var g = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  36.     c = d.getElementsByTagName("a") || "",
  37.     a = self.location.protocol + "//" + self.location.host + "/" || "",
  38.     h = self.location.host + "/" || "",
  39.     k = encodeURIComponent(d.location.href || ""),
  40.     l = encodeURIComponent(d.title || "").replace("\x27", "'");
  41.     if (c && a && h)
  42.         for (a = 0; a < c.length; a += 1)
  43.             if (b = c[a], (e = b.getAttribute("href") || "") && (e.match(/^\/scripts\//) || /(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e)) && !b.getAttribute("rel"))
  44.                 c[a].onclick = function () {
  45.                     var a = this.getAttribute("href"),
  46.                     c = d.getElementsByTagName("body")[0].firstChild,
  47.                     f = d.createElement("div");
  48.                     f.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + g + "?dmn=" + encodeURIComponent(a) + "&rfrr=" + k + "&ttl=" + l + "&encoding=utf-8) top left no-repeat;");
  49.                     c.parentNode.insertBefore(f, c)
  50.                 }
  51. })(document);
  52. /*!
  53.  *
  54.  *
  55.  */
  56. window.addEventListener ? window.addEventListener("load", deferredJS, !1) : window.attachEvent ? window.attachEvent("onload", deferredJS) : window.onload = deferredJS;
  57. /*!
  58.  *
  59.  *
  60.  */
  61. window.Modernizr && Modernizr.touch && yepnope.injectJs("/libs/hammer.js-1.0.5/shimansky.biz/js/jquery.hammer.min.js", function () {
  62.     (function (b) {
  63.         var f = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  64.         d = b.getElementsByTagName("a") || "",
  65.         a = self.location.protocol + "//" + self.location.host + "/" || "",
  66.         g = self.location.host + "/" || "",
  67.         h = encodeURIComponent(b.location.href || ""),
  68.         k = encodeURIComponent(b.title || "").replace("\x27", "&#39;");
  69.         if (d && a && g && "undefined" !== typeof window.jQuery && "undefined" !== typeof window.Hammer)
  70.             for (var c, e, a = 0; a < d.length; a += 1)
  71.                 if (c = d[a], (e = c.getAttribute("href") || "") && (e.match(/^\/scripts\//) || /(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e)) && !c.getAttribute("rel"))
  72.                     $(c).hammer().on("touch", $(this), function (a) {
  73.                         a.preventDefault();
  74.                         a = $(this).attr("href");
  75.                         var c = b.getElementsByTagName("body")[0].firstChild,
  76.                         d = b.createElement("div");
  77.                         d.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + f + "?dmn=" + encodeURIComponent(a) + "&rfrr=" + h + "&ttl=" + k + "&encoding=utf-8) top left no-repeat;");
  78.                         c.parentNode.insertBefore(d, c);
  79.                         b.location.href = a
  80.                     })
  81.     })(document);
  82. }, {
  83.     charset : "utf-8"
  84. }, 5E3);
  85. /*!
  86.  *
  87.  *
  88.  */
  89. yepnope.injectJs("/libs/mmenu-3.3.0/shimansky.biz/js/jquery.mmenu.fixed.min.js", function () {
  90.     "undefined" !== typeof window.jQuery && function () {
  91.         $(function () {
  92.             $("nav#menu-left").mmenu()
  93.         });
  94.         $(function () {
  95.             $("nav#menu-right").mmenu({
  96.                 position : "right",
  97.                 counters : !0,
  98.                 searchfield : !0
  99.             });
  100.         })
  101.     }
  102.     ();
  103.     "undefined" !== typeof window.jQuery && function () {
  104.         $("li a.nav-li-a-delimiter").click(function (a) {
  105.             a.preventDefault()
  106.         });
  107.     }
  108.     ();
  109. }, {
  110.     charset : "utf-8"
  111. }, 5E3);
  112. /*!
  113.  *
  114.  *
  115.  */
  116. yepnope.injectJs("/libs/skrollr/shimansky.biz/js/skrollr.min.js", function () {
  117.     yepnope.injectJs("/libs/skrollr/shimansky.biz/js/skrollr.menu.min.js", function () {
  118.         (function () {
  119.             for (var b, c = function () {}, a = "assert clear count debug dir dirxml error exception group groupCollapsed groupEnd info log markTimeline profile profileEnd table time timeEnd timeStamp trace warn".split(" "), d = a.length, e = window.console = window.console || {}; d--; )
  120.                 b = a[d], e[b] || (e[b] = c)
  121.         })();
  122.         var s;
  123.         $(function () {
  124.             function b() {
  125.                 950 > $(window).width() || $("html").hasClass("lt-ie9") ? ("undefined" !== typeof s && s && s.destroy(), $("html").removeClass("js").addClass("no-js no-js-mode")) : $("html").removeClass("no-js").removeClass("no-js-mode").addClass("js");
  126.                 if (!$("html").hasClass("no-js")) {
  127.                     c = $(window).height();
  128.                     $(".app-wrap .app-nav").remove();
  129.                     $(".app-wrap").append('<nav class="app-nav"><ul></ul></nav>');
  130.                     s = skrollr.init();
  131.                     var a = 500;
  132.                     $(".steps > .step").each(function (b, c) {
  133.                         a += 1E3;
  134.                         $(".app-wrap .app-nav > ul").append('<li><a data-position="' + a + '" href="#' + $(this).attr("id") + '"><span>' + $(this).data("nav") + "</span></a></li>")
  135.                     });
  136.                     var b = (c - $(".app-nav > ul").height()) / 2;
  137.                     $(".app-nav > ul").css("top", b)
  138.                 }
  139.             }
  140.             var c;
  141.             b();
  142.             $(window).resize(function () {
  143.                 b()
  144.             });
  145.             $(window).scroll(function (a) {
  146.                 a = $("body").scrollTop();
  147.                 $(".steps > .step");
  148.                 $("#ScrollY").html(a);
  149.                 activeSlide = Math.round(a / 1E3) - 1;
  150.                 -1 < activeSlide && $(".app-nav li").removeClass("active").eq(activeSlide).addClass("active")
  151.             });
  152.             $(".scroll-arrow").click(function () {
  153.                 $("html, body").animate({
  154.                     scrollTop : $(".step1").offset().top
  155.                 });
  156.                 $(".scroll-arrow").hide()
  157.             });
  158.             $('a[href^="#"]').on("click", function (a) {
  159.                 a.preventDefault();
  160.                 console.log(a);
  161.                 $(this.hash);
  162.                 console.log($(this).attr("data-position"));
  163.                 $("html, body").stop().animate({
  164.                     scrollTop : $(this).attr("data-position")
  165.                 }, 900, "swing")
  166.             })
  167.         });
  168.     }, {
  169.         charset : "utf-8"
  170.     }, 5E3);
  171. }, {
  172.     charset : "utf-8"
  173. }, 5E3);
  174. /*!
  175.  *
  176.  *
  177.  */
  178. (function (b, c) {
  179.     b && c && $.ajax({
  180.         url : "/scripts/getjson/?load=" + encodeURIComponent(c),
  181.         dataType : "json",
  182.         async : !0,
  183.         success : function (a) {
  184.             a && b.appendChild(document.createTextNode("\u0412\u0441\u0435\u0433\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043e\u043a: " + a.summaries.time.downloads + ", \u0438\u0437 \u043d\u0438\u0445 " + a.summaries.geo.percent + "% \u0438\u0437 " + a.summaries.geo.top + ", " + a.summaries.os.percent + "% \u043f\u043e\u0434 " + a.summaries.os.top + ""))
  185.         }
  186.     })
  187. })(document.getElementById("sf_ivscrenru_stat") || "", "https://sourceforge.net/projects/iv-scr-en-ru/files/stats/json?start_date=2010-06-05&end_date=" + sbizFnGetYyyymmdd());
  188. /*!
  189.  *
  190.  *
  191.  */
  192. yepnope.injectJs("/libs/superbox/shimansky.biz/js/superbox.fixed.min.js", function () {
  193.     "undefined" !== typeof window.jQuery && $(function () {
  194.         $(".superbox").SuperBox();
  195.     });
  196.     "undefined" !== typeof window.jQuery && $(document).on("click", ".superbox-current-desc h2 a", function (a) {
  197.         a.preventDefault();
  198.         a = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/";
  199.         var e = encodeURIComponent(document.location.href || ""),
  200.         f = encodeURIComponent(document.title || "").replace("\x27", "&#39;"),
  201.         b = $(this).attr("href"),
  202.         c = document.getElementsByTagName("body")[0].firstChild,
  203.         d = document.createElement("div");
  204.         d.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + a + "?dmn=" + encodeURIComponent(b) + "&rfrr=" + e + "&ttl=" + f + "&encoding=utf-8) top left no-repeat;");
  205.         c.parentNode.insertBefore(d, c);
  206.         setTimeout(function () {
  207.             window.open(b, "_blank") || (document.location.href = b)
  208.         }, 500);
  209.     });
  210. }, {
  211.     charset : "utf-8"
  212. }, 5E3);
  213. /*!
  214.  *
  215.  *
  216.  */
  217. (function () {
  218.     var a = document.getElementById("page"),
  219.     b = document.getElementById("circularG");
  220.     b && (b.style.display = "none");
  221.     a && (a.style.display = "block")
  222. })();
  223. /*!
  224.  *
  225.  *
  226.  */
  227. var a = document.getElementById("parallax") || "", b = document.getElementById("parallax_disabled") || "";
  228. "undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser && (a.style.display = "none", b.style.display = "block");
  229. /*!
  230.  *
  231.  *
  232.  */
  233. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || yepnope.injectJs("/libs/parallax/shimansky.biz/js/jquery.parallax.min.js", function () {
  234.     var $html = $("html"),
  235.     $scene1 = $("#scene1");
  236.     $scene1.parallax();
  237. }, {
  238.     charset : "utf-8"
  239. }, 5E3);
  240. /*!
  241.  *
  242.  *
  243.  */
  244. /*!
  245.  * may not work properly
  246.  */
  247. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || ("undefined" !== typeof window.jQuery && function (a, b) {
  248.     $(a).on("focus", "#" + b, function () {
  249.         $(this).animate({
  250.             width : $(this).width() + 145 + "px"
  251.         }, 300)
  252.     });
  253.     $(a).on("blur", "#" + b, function () {
  254.         $(this).animate({
  255.             width : $(this).width() - 145 + "px"
  256.         }, 300)
  257.     })
  258. }
  259.     (document, "search_text"));
  260. /*!
  261.  * works fine
  262.  */
  263. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || ("undefined" !== typeof window.jQuery && function (a, b) {
  264.     $(a).on("focus", "#" + b, function () {
  265.         $(this).animate({
  266.             width : 378 + "px"
  267.         }, 300)
  268.     });
  269.     $(a).on("blur", "#" + b, function () {
  270.         $(this).animate({
  271.             width : 233 + "px"
  272.         }, 300)
  273.     })
  274. }
  275.     (document, "search_text"));
  276. /*!
  277.  *
  278.  *
  279.  */
  280. var a = document.getElementById("sequence") || "",
  281. isOpera = window.opera && navigator.userAgent && /Presto/.test(navigator.userAgent) || "";
  282. (isOpera || "undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) && (a.style.display = "none");
  283. /*!
  284.  *
  285.  *
  286.  */
  287. yepnope.injectJs("/libs/jquery-2.0.3/jquery.fixed.min.js", function () {
  288.     (isOpera || ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser)) || yepnope.injectJs("/libs/Sequence/shimansky.biz/js/jquery.sequence.min.js", function () {
  289.         "undefined" !== typeof window.jQuery && $(document).ready(function () {
  290.             $("#sequence").sequence({
  291.                 autoPlay : !0,
  292.                 autoPlayDelay : 2E3,
  293.                 nextButton : !0,
  294.                 prevButton : !0,
  295.                 preloader : !0,
  296.                 navigationSkip : !0,
  297.                 pauseOnHover : !0,
  298.                 animateStartingFrameIn : !0,
  299.                 preloadTheseFrames : [1],
  300.                 preloadTheseImages : "/images/pages/more/more_resume_writing/step1.svg /images/pages/more/more_resume_writing/step2.svg /images/pages/more/more_resume_writing/step3.svg /images/pages/more/more_resume_writing/step4.svg /images/pages/more/more_resume_writing/step5.svg /images/pages/more/more_resume_writing/step6.svg /images/pages/more/more_resume_writing/step7.svg /images/pages/more/more_resume_writing/step8.svg".split(" ")
  301.             }).data("sequence");
  302.             sequence.afterLoaded = function () {
  303.                 $(".sequence-prev, .sequence-next").fadeIn(500)
  304.             }
  305.         });
  306.     }, {
  307.         charset : "utf-8"
  308.     }, 5E3);
  309. }, {
  310.     charset : "utf-8"
  311. }, 5E3);
  312. /*!
  313.  *
  314.  *
  315.  */
  316. yepnope.injectJs("/libs/sidr/shimansky.biz/js/jquery.sidr.min.js", function () {
  317.     "undefined" !== typeof window.jQuery && function (a) {
  318.         a(document).ready(function () {
  319.             a("#leftnavbtn").sidr({
  320.                 name : "leftnav",
  321.                 source : "#leftnav"
  322.             });
  323.             a(window).click(function () {
  324.                 a.sidr("close", "leftnav")
  325.             })
  326.         })
  327.     }
  328.     (jQuery);
  329. }, {
  330.     charset : "utf-8"
  331. }, 5E3);
  332. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) && yepnope.injectJs("/libs/jquery.touchwipe/shimansky.biz/js/jquery.touchwipe.min.js", function () {
  333.     (function (a) {
  334.         a(window).touchwipe({
  335.             wipeLeft : function () {
  336.                 a.sidr("close", "leftnav")
  337.             },
  338.             wipeRight : function () {
  339.                 a.sidr("open", "leftnav")
  340.             },
  341.             preventDefaultEvents : !1
  342.         })
  343.     })(jQuery);
  344. }, {
  345.     charset : "utf-8"
  346. }, 5E3);
  347. /*!
  348.  *
  349.  *
  350.  */
  351. window.onload = function (b, c) {
  352.     if (!b)
  353.         for (a = c.getElementsByTagName("img"), b = 0; b < a.length; b++)
  354.             / svgimg /.test(a[b].getAttribute("class")) && (d = a[b].getAttribute("src"), a[b].setAttribute("src", d.replace(/(.*)\.(.*?)$/, "$1.png")))
  355. }
  356. (/svg/.test(document.documentElement.className), document);
  357. /*!
  358.  *
  359.  *
  360.  */
  361. /*!
  362.  *
  363.  *
  364.  */
  365. yepnope.injectJs("/libs/jquery-2.0.3/jquery.fixed.min.js", function () {
  366.     (function (b, c) {
  367.         b && c && $.ajax({
  368.             url : "/scripts/getjson/?load=" + encodeURIComponent(c),
  369.             dataType : "json",
  370.             async : !0,
  371.             success : function (a) {
  372.                 a && b.appendChild(document.createTextNode("\u0412\u0441\u0435\u0433\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043e\u043a: " + a.summaries.time.downloads + ", \u0438\u0437 \u043d\u0438\u0445 " + a.summaries.geo.percent + "% \u0438\u0437 " + a.summaries.geo.top + ", " + a.summaries.os.percent + "% \u043f\u043e\u0434 " + a.summaries.os.top + ""));
  373.                 $("#sf_roughandreadygrammartips_stat_holder").css("visibility", "visible")
  374.             }
  375.         })
  376.     })(document.getElementById("sf_roughandreadygrammartips_stat") || "", "https://sourceforge.net/projects/rough-and-ready-grammar-tips/files/stats/json?start_date=2014-01-30&end_date=" + sbizFnGetYyyymmdd());
  377. }, {
  378.     charset : "utf-8"
  379. }, 5E3);
  380. /*!
  381.  *
  382.  *
  383.  */
  384. /*!
  385.  *
  386.  *
  387.  */
  388. /*!
  389.  *
  390.  *
  391.  */
  392. /*!
  393.  *
  394.  *
  395.  */
  396. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || yepnope.injectJs("/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/js/jquery-ui-1.10.3.custom.min.js", function () {
  397.     "undefined" !== typeof window.jQuery && function (d, c, e, f) {
  398.         $("#" + c).autocomplete({
  399.             source : function (b, a) {
  400.                 $.ajax({
  401.                     url : f,
  402.                     dataType : "json",
  403.                     data : {
  404.                         q : b.term,
  405.                         c : 10
  406.                     },
  407.                     success : function (b) {
  408.                         a($.map(b, function (a) {
  409.                                 return {
  410.                                     label : a.value,
  411.                                     value : a.name
  412.                                 }
  413.                             }))
  414.                     }
  415.                 })
  416.             },
  417.             minLength : 1,
  418.             select : function (b, a) {
  419.                 if (a.item.value && (a.item.value.match(/^http\:\/\//) || a.item.value.match(/^https\:\/\//) || a.item.value.match(/^\/search\//) || a.item.value.match(/^\//)))
  420.                     return d.location.href = a.item.value, !1;
  421.                 $(b.target).val($("#" + c).val());
  422.                 $("#" + e).submit()
  423.             },
  424.             open : function () {},
  425.             close : function () {}
  426.         })
  427.     }
  428.     (document, "search_text", "search_form", "/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/autocomplete/");
  429. }, {
  430.     charset : "utf-8"
  431. }, 5E3);
  432. /*!
  433.  *
  434.  *
  435.  */
  436. /*!
  437.  *
  438.  *
  439.  */
  440. /*!
  441.  *
  442.  *
  443.  */
  444. (function (a, b, c) {
  445.     if (d = a.getElementById(b) || "")
  446.         a = a.createElement("audio"), a.setAttribute("id", "player_" + b), a.setAttribute("src", c), a.setAttribute("type", "audio/mp3"), a.setAttribute("controls", "controls"), d.appendChild(a)
  447. })(document, "audio1", "/dl/mp3/tests_macmillan_practice_tests_for_the_russian_state_exam_2nd_test_20.mp3");
  448. /*!
  449.  *
  450.  *
  451.  */
  452. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) ? function (f, c) {
  453.     for (var d = c.length; d--; ) {
  454.         var a = c[d],
  455.         b = f.createElement("a"),
  456.         e = a.parentNode;
  457.         b.href = a.src;
  458.         b.appendChild(document.createTextNode("\u041f\u0440\u043e\u0441\u043b\u0443\u0448\u0430\u0442\u044c \u0437\u0432\u0443\u043a / Listen to the sound"));
  459.         b.setAttribute("target", "_blank"),
  460.         g = f.createElement("p");
  461.         g.appendChild(b);
  462.         e.insertBefore(g, a);
  463.         e.removeChild(a)
  464.     }
  465. }
  466. (document, document.getElementsByTagName("audio") || "") : yepnope.injectCss("/libs/mediaelement/shimansky.biz/mediaelementplayer.min.css", function () {
  467.     yepnope.injectJs("/libs/mediaelement/shimansky.biz/mediaelement-and-player.min.js", function () {
  468.         $("audio,video").mediaelementplayer()
  469.     }, {
  470.         charset : "utf-8"
  471.     }, 5E3)
  472. }, {
  473.     media : "all"
  474. }, 5E3);
  475. /*!
  476.  *
  477.  *
  478.  */
  479. (function (a, b, c) {
  480.     if (d = a.getElementById(b) || "")
  481.         a = a.createElement("audio"), a.setAttribute("id", "player_" + b), a.setAttribute("src", c), a.setAttribute("type", "audio/mp3"), a.setAttribute("controls", "controls"), d.appendChild(a)
  482. })(document, "audio2", "/dl/mp3/tests_macmillan_gia_english_test_sample_2013_2.mp3");
  483. /*!
  484.  *
  485.  *
  486.  */
  487. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || (function (b, c) {
  488.     if (f = b.getElementById(c))
  489.         a = b.createElement("iframe"), a.setAttribute("src", "//player.vimeo.com/video/78267173"), a.setAttribute("width", "500"), a.setAttribute("height", "282"), a.setAttribute("style", "border:none;"), a.setAttribute("webkitallowfullscreen", "true"), a.setAttribute("mozallowfullscreen", "true"), a.setAttribute("allowfullscreen", "true"), f.appendChild(a)
  490. })(document, "video_78267173");
  491. /*!
  492.  *
  493.  *
  494.  */
  495. (function (a) {
  496.     b = document.createElement("a");
  497.     b.setAttribute("style", "display:none;");
  498.     b.setAttribute("href", "#");
  499.     b.setAttribute("id", "toTop");
  500.     b.setAttribute("onclick", "function scrollTop2(c){var b=window.pageYOffset,d=0,e=setInterval(function(b,a){return function(){a-=b*c;window.scrollTo(0,a);d++;(150<d||0>a)&&clearInterval(e)}}(c,b--),50)};scrollTop2(15);return false;");
  501.     c = document.createElement("span");
  502.     c.setAttribute("id", "toTopHover");
  503.     b.appendChild(c);
  504.     d = document.createTextNode("\u041d\u0430\u0432\u0435\u0440\u0445");
  505.     b.appendChild(d);
  506.     a.appendChild(b);
  507.     "undefined" !== typeof window.jQuery && $(window).scroll(function () {
  508.         $(this).scrollTop() > $(window).height() ? $("#toTop").stop().fadeIn() : $("#toTop").stop().fadeOut()
  509.     })
  510. })(document.getElementsByTagName("body")[0] || document.documentElement);
  511. /*!
  512.  *
  513.  *
  514.  */
  515. "undefined" !== typeof window.jQuery && function (c, a, b) {
  516.     c && a && b && ($(document).on("keypress", a, function () {
  517.             "" != a.val() && b.html("")
  518.         }), c.submit(function () {
  519.             if ("" == a.val() || !/^[a-zA-Z]*$/.test(a.val()))
  520.                 return a.val(""), b.html("\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u043e \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u043c\u0438 \u0431\u0443\u043a\u0432\u0430\u043c\u0438!"), !1
  521.         }))
  522. }
  523. ($("#oald8form") || "", $("#searchfield") || "", $("#oald8form_check") || "");
  524. /*!
  525.  *
  526.  *
  527.  */
  528. var deferredJS = function () {
  529.     yepnope.injectJs("/libs/jquery-2.0.3/jquery.fixed.min.js", function () {
  530.         yepnope.injectJs("/libs/bootstrap-3.1.0/shimansky.biz/js/bootstrap.min.js", function () {
  531.             "undefined" !== typeof window.jQuery && $(document).ready(function () {
  532.                 $("#show-menu").click(function (e) {
  533.                     e.preventDefault();
  534.                     $("#wrapper").toggleClass("active");
  535.                 });
  536.                 var maxHeight = 0;
  537.                 $(".activity-feed-wrapper").each(function () {
  538.                     if ($(this).height() > maxHeight) {
  539.                         maxHeight = $(this).height();
  540.                     }
  541.                 });
  542.                 $(".activity-feed-wrapper").height(maxHeight);
  543.             });
  544.             yepnope.injectJs("/libs/json2/shimansky.biz/js/json2.min.js", function () {
  545.                 yepnope.injectJs("/libs/jStorage/shimansky.biz/js/jstorage.min.js", function () {
  546.                     "undefined" !== typeof window.jQuery && domready(function () {
  547.                         (function (b) {
  548.                             b && function () {
  549.                                 var a = $("#comments_check"),
  550.                                 f = $("#comments_form_submit_button");
  551.                                 b && a && (a.hide(), f.click(function () {
  552.                                         var d = b.value,
  553.                                         c = encodeURIComponent(window.location.href.split("#")[0]),
  554.                                         g = encodeURIComponent(document.title.replace("\x27", "&#39;")),
  555.                                         e = "comments_textarea=" + d + "&self_href=" + c + "&self_title=" + g;
  556.                                         d && $.jStorage.set("comments_textarea", JSON.stringify(d));
  557.                                         if (!d || !c || !g)
  558.                                             return a.html("\u00a0\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435!\u00a0"), a.show(), !1;
  559.                                         f.hide();
  560.                                         $.ajax({
  561.                                             type : "POST",
  562.                                             url : "/scripts/comments/add.php",
  563.                                             data : e,
  564.                                             success : function () {
  565.                                                 a.hide();
  566.                                                 $.jStorage.flush("comments_textarea");
  567.                                                 $("#comments_form")[0].reset();
  568.                                                 $("#load_pt_comments").load("/scripts/comments/?load=posts&limit=100");
  569.                                                 b.focus()
  570.                                             }
  571.                                         });
  572.                                         return !1
  573.                                     }));
  574.                                 var e = b.value,
  575.                                 c = $.jStorage.get("comments_textarea");
  576.                                 c && !e && (b.value = $.parseJSON(c));
  577.                                 $("#comments_form_reset_button").click(function () {
  578.                                     a.hide();
  579.                                     $.jStorage.flush("comments_textarea");
  580.                                     b.value = "";
  581.                                     b.focus();
  582.                                 })
  583.                             }
  584.                             ();
  585.                             $("#load_pt_comments").load("/scripts/comments/?load=posts&limit=100");
  586.                             $(window).load(function () {
  587.                                 b.focus()
  588.                             })
  589.                         })(document.getElementById("comments_textarea") || "")
  590.                     });
  591.                     "undefined" !== typeof window.jQuery && $(document).on("click", "#load_pt_comments a", function (a) {
  592.                         a.preventDefault();
  593.                         a = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/";
  594.                         var e = encodeURIComponent(document.location.href || ""),
  595.                         f = encodeURIComponent(document.title || "").replace("\x27", "&#39;"),
  596.                         b = $(this).attr("href"),
  597.                         c = document.getElementsByTagName("body")[0].firstChild,
  598.                         d = document.createElement("div");
  599.                         d.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + a + "?dmn=" + encodeURIComponent(b) + "&rfrr=" + e + "&ttl=" + f + "&encoding=utf-8) top left no-repeat;");
  600.                         c.parentNode.insertBefore(d, c);
  601.                         setTimeout(function () {
  602.                             window.open(b, "_blank") || (document.location.href = b)
  603.                         }, 500);
  604.                     });
  605.                 }, {
  606.                     charset : "utf-8"
  607.                 }, 5E3);
  608.             }, {
  609.                 charset : "utf-8"
  610.             }, 5E3);
  611.         }, {
  612.             charset : "utf-8"
  613.         }, 5E3);
  614.     }, {
  615.         charset : "utf-8"
  616.     }, 5E3);
  617. };
  618. /*!
  619.  *
  620.  *
  621.  */
  622. (function () {
  623.     var a = document.getElementById("page"),
  624.     b = document.getElementById("circularG");
  625.     b && (b.style.display = "none");
  626.     a && (a.style.display = "block")
  627. })();
  628. /*!
  629.  *
  630.  *
  631.  */
  632. (function (d) {
  633.     var g = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  634.     c = d.getElementsByTagName("a") || "",
  635.     a = self.location.protocol + "//" + self.location.host + "/" || "",
  636.     h = self.location.host + "/" || "",
  637.     k = encodeURIComponent(d.location.href || ""),
  638.     l = encodeURIComponent(d.title || "").replace("\x27", "&#39;");
  639.     if (c && a && h)
  640.         for (a = 0; a < c.length; a += 1)
  641.             if (b = c[a], (e = b.getAttribute("href") || "") && (e.match(/^\/scripts\//) || /(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e)) && !b.getAttribute("rel"))
  642.                 c[a].onclick = function () {
  643.                     var a = this.getAttribute("href"),
  644.                     c = d.getElementsByTagName("body")[0] || d.documentElement,
  645.                     f = d.createElement("div");
  646.                     f.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + g + "?dmn=" + encodeURIComponent(a) + "&rfrr=" + k + "&ttl=" + l + "&encoding=utf-8) top left no-repeat;");
  647.                     c.parentNode.insertBefore(f, c)
  648.                 }
  649. })(document);
  650. /*!
  651.  *
  652.  *
  653.  */
  654. yepnope.injectJs("/libs/jquery-2.0.3/jquery.fixed.min.js", function () {}, {
  655.     charset : "utf-8"
  656. }, 5E3);
  657. /*!
  658.  *
  659.  *
  660.  */
  661. yepnope.injectJs("/libs/bootstrap-3.1.0/shimansky.biz/js/bootstrap.min.js", function () {
  662.     "undefined" !== typeof window.jQuery && $(document).ready(function () {
  663.         $("#show-menu").click(function (e) {
  664.             e.preventDefault();
  665.             $("#wrapper").toggleClass("active");
  666.         });
  667.         var maxHeight = 0;
  668.         $(".activity-feed-wrapper").each(function () {
  669.             if ($(this).height() > maxHeight) {
  670.                 maxHeight = $(this).height();
  671.             }
  672.         });
  673.         $(".activity-feed-wrapper").height(maxHeight);
  674.     });
  675. }, {
  676.     charset : "utf-8"
  677. }, 5E3);
  678. /*!
  679.  *
  680.  *
  681.  */
  682. (function () {
  683.     var a = document.getElementById("page"),
  684.     b = document.getElementById("circularG");
  685.     b && (b.style.display = "none");
  686.     a && (a.style.display = "block")
  687. })();
  688. /*!
  689.  *
  690.  *
  691.  */
  692. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) && yepnope.injectJs("/libs/jquery.webks-responsive-table/shimansky.biz/jquery.webks-responsive-table.fixed.min.js", function () {
  693.     "undefined" !== typeof window.jQuery && domready(function () {
  694.         (function (a, b, c) {
  695.             window.innerWidth && (0 < window.innerWidth ? window.innerWidth : screen.width) && $(function () {
  696.                 $("body").addClass("javascript-active");
  697.                 $(a).responsiveTable({
  698.                     displayResponsiveCallback : function () {
  699.                         return b > (window.innerWidth ? 0 < window.innerWidth ? window.innerWidth : screen.width : "")
  700.                     }
  701.                 });
  702.                 $(window).bind("orientationchange", function (b) {
  703.                     setTimeout("$('" + a + "').responsiveTableUpdate()", c)
  704.                 });
  705.                 $(window).resize(function () {
  706.                     $(a).responsiveTableUpdate()
  707.                 })
  708.             })
  709.         })("table.respond", 768, 100)
  710.     });
  711. }, {
  712.     charset : "utf-8"
  713. }, 5E3);
  714. /*!
  715.  *
  716.  *
  717.  */
  718. yepnope.injectJs("/libs/sidr/shimansky.biz/js/jquery.sidr.min.js", function () {
  719.     "undefined" !== typeof window.jQuery && function (a) {
  720.         a(document).ready(function () {
  721.             a("#leftnavbtn").sidr({
  722.                 name : "leftnav",
  723.                 source : "#leftnav"
  724.             });
  725.             a(window).click(function () {
  726.                 a.sidr("close", "leftnav")
  727.             })
  728.         })
  729.     }
  730.     (jQuery);
  731.     ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) && yepnope.injectJs("/libs/jquery.touchwipe/shimansky.biz/js/jquery.touchwipe.min.js", function () {
  732.         (function (a) {
  733.             a(window).touchwipe({
  734.                 wipeLeft : function () {
  735.                     a.sidr("close", "leftnav")
  736.                 },
  737.                 wipeRight : function () {
  738.                     a.sidr("open", "leftnav")
  739.                 },
  740.                 preventDefaultEvents : !1
  741.             })
  742.         })(jQuery);
  743.     }, {
  744.         charset : "utf-8"
  745.     }, 5E3);
  746. }, {
  747.     charset : "utf-8"
  748. }, 5E3);
  749. /*!
  750.  *
  751.  *
  752.  */
  753. (function (b, c) {
  754.     b && c && $.ajax({
  755.         url : "/scripts/getjson/?load=" + encodeURIComponent(c),
  756.         dataType : "json",
  757.         async : !0,
  758.         success : function (a) {
  759.             a && b.appendChild(document.createTextNode("\u0412\u0441\u0435\u0433\u043e \u0437\u0430\u0433\u0440\u0443\u0437\u043e\u043a: " + a.summaries.time.downloads + ", \u0438\u0437 \u043d\u0438\u0445 " + a.summaries.geo.percent + "% \u0438\u0437 " + a.summaries.geo.top + ", " + a.summaries.os.percent + "% \u043f\u043e\u0434 " + a.summaries.os.top + ""));
  760.             $("#sf_articlesreadingrulesutf_stat_holder").css("visibility", "visible")
  761.         }
  762.     })
  763. })(document.getElementById("sf_articlesreadingrulesutf_stat") || "", "https://sourceforge.net/projects/articles-reading-rules-utf/files/stats/json?start_date=2014-01-30&end_date=" + sbizFnGetYyyymmdd());
  764. "undefined" !== typeof window.jQuery && function (c, a, b) {
  765.     c && a && b && ($(document).on("keypress", a, function () {
  766.             "" != a.val() && b.html("")
  767.         }), c.submit(function () {
  768.             if ("" == a.val() || !/^[a-zA-Z]*$/.test(a.val()))
  769.                 return a.val(""), b.html("\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u043e \u043b\u0430\u0442\u0438\u043d\u0441\u043a\u0438\u043c\u0438 \u0431\u0443\u043a\u0432\u0430\u043c\u0438!"), !1
  770.         }))
  771. }
  772. ($("#cdolocalsearch") || "", $("#searchfield") || "", $("#cdolocalsearch_check") || "");
  773. /*!
  774.  *
  775.  *
  776.  */
  777. var deferredJS = function () {
  778.     yepnope.injectJs("/libs/jquery-2.0.3/jquery.fixed.min.js", function () {}, {
  779.         charset : "utf-8"
  780.     }, 5E3);
  781. };
  782. /*!
  783.  *
  784.  *
  785.  */
  786. /*!
  787.  *
  788.  *
  789.  */
  790. /*!
  791.  *
  792.  *
  793.  */
  794.  
  795. /*!
  796.  *
  797.  *
  798.  */
  799. /*!
  800.  *
  801.  *
  802.  */
  803. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || yepnope.injectJs("//vk.com/js/api/openapi.js?105", function () {
  804.     domready(function () {
  805.         document.getElementById("vk_like") && !/localhost/.test(self.location.host) && (VK.init({
  806.                 apiId : 4083445,
  807.                 nameTransportPath : "/xd_receiver.htm",
  808.                 onlyWidgets : !0
  809.             }), VK.Widgets.Like("vk_like", {
  810.                 type : "button",
  811.                 height : 24
  812.             }))
  813.     });
  814. }, {
  815.     charset : "utf-8"
  816. }, 5E3);
  817. /*!
  818.  *
  819.  *
  820.  */
  821. /*!
  822.  *
  823.  *
  824.  */
  825.  
  826. /*!
  827.  *
  828.  *
  829.  */
  830. yepnope.injectJs("/libs/parallax/shimansky.biz/js/parallax.min.js", function () {
  831.     var scene1 = document.getElementById("scene1");
  832.     var parallax1 = new Parallax(scene1);
  833. }, {
  834.     charset : "utf-8"
  835. }, 5E3);
  836. /*!
  837.  *
  838.  *
  839.  */
  840. "undefined" !== typeof window.jQuery && $(function () {
  841.     $("a[href*=#]:not([href=#])").click(function () {
  842.         if (location.pathname.replace(/^\//, "") == this.pathname.replace(/^\//, "") && location.hostname == this.hostname) {
  843.             var a = $(this.hash),
  844.             a = a.length ? a : $("[name=" + this.hash.slice(1) + "]");
  845.             if (a.length)
  846.                 return $("html,body").animate({
  847.                     scrollTop : a.offset().top
  848.                 }, 1E3), !1
  849.         }
  850.     })
  851. });
  852. /*!
  853.  *
  854.  *
  855.  */
  856. "undefined" !== typeof window.jQuery && $("#morenav").click(function () {
  857.     $(this).attr("href", "#page" == $(this).attr("href") ? "#more_holder" : "#page");
  858.     $(this).toggleClass("movedown_btn moveup_btn");
  859. });
  860. /*!
  861.  *
  862.  *
  863.  */
  864. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) ? ($("#parallax").hide(), $("#morenav_container").hide(), $("#more_holder").addClass("more_holder_mobile"), $("#parallax_disabled").show()) : yepnope.injectJs("/libs/parallax/shimansky.biz/js/jquery.parallax.min.js", function () {}, {
  865.     charset : "utf-8"
  866. }, 5E3);
  867. /*!
  868.  *
  869.  *
  870.  */
  871. (function (a) {
  872.     a && (!a.hasAttribute("class") || a.hasAttribute("class") && "no-js" !== a.getAttribute("class")) && a.setAttribute("class", "no-js")
  873. }
  874.     (document.documentElement || ""));
  875. /*!
  876.  *
  877.  *
  878.  */
  879. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || yepnope.injectJs("/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/js/jquery-ui-1.10.3.custom.min.js", function () {
  880.     "undefined" !== typeof window.jQuery && function (d, c, e, f) {
  881.         $("#" + c).autocomplete({
  882.             source : function (b, a) {
  883.                 $.ajax({
  884.                     url : f,
  885.                     dataType : "json",
  886.                     data : {
  887.                         q : b.term,
  888.                         c : 10
  889.                     },
  890.                     success : function (b) {
  891.                         a($.map(b, function (a) {
  892.                                 return {
  893.                                     label : a.value,
  894.                                     value : a.name
  895.                                 }
  896.                             }))
  897.                     }
  898.                 })
  899.             },
  900.             minLength : 1,
  901.             select : function (b, a) {
  902.                 if (a.item.value && (a.item.value.match(/^http\:\/\//) || a.item.value.match(/^https\:\/\//) || a.item.value.match(/^\/search\//) || a.item.value.match(/^\//)))
  903.                     return d.location.href = a.item.value, !1;
  904.                 $(b.target).val($("#" + c).val());
  905.                 $("#" + e).submit()
  906.             },
  907.             open : function () {},
  908.             close : function () {}
  909.         })
  910.     }
  911.     (document, "search_text", "search_form", "/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/autocomplete/");
  912. }, {
  913.     charset : "utf-8"
  914. }, 5E3);
  915. /*!
  916.  *
  917.  *
  918.  */
  919. var hidePreloader = function () {
  920.     var a = document.getElementById("page"),
  921.     b = document.getElementById("circularG");
  922.     b && (b.style.display = "none");
  923.     a && (a.style.display = "block")
  924. };
  925. window.addEventListener ? window.addEventListener("load", hidePreloader, !1) : window.attachEvent ? window.attachEvent("onload", hidePreloader) : window.onload = hidePreloader;
  926. /*!
  927.  *
  928.  *
  929.  */
  930. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) && yepnope.injectJs("/libs/jquery.webks-responsive-table/shimansky.biz/jquery.webks-responsive-table.fixed.min.js", function () {
  931.     "undefined" !== typeof window.jQuery && domready(function () {
  932.         (function (a, b, c, d) {
  933.             a.innerWidth && (0 < a.innerWidth ? a.innerWidth : screen.width) && $(function () {
  934.                 $("body").addClass("javascript-active");
  935.                 $(b).responsiveTable({
  936.                     displayResponsiveCallback : function () {
  937.                         return c > (a.innerWidth ? 0 < a.innerWidth ? a.innerWidth : screen.width : "")
  938.                     }
  939.                 });
  940.                 $(a).bind("orientationchange", function (a) {
  941.                     setTimeout("$(\x27" + b + "\x27).responsiveTableUpdate()", d)
  942.                 });
  943.                 $(a).resize(function () {
  944.                     $(b).responsiveTableUpdate()
  945.                 })
  946.             })
  947.         })(window, "table.respond", 768, 100)
  948.     });
  949. }, {
  950.     charset : "utf-8"
  951. }, 5E3);
  952. /*!
  953.  *
  954.  *
  955.  */
  956. (function (a, b, c) {
  957.     if (d = a.getElementById(b) || "")
  958.         a = a.createElement("audio"), a.setAttribute("id", "player_" + b), a.setAttribute("src", c), a.setAttribute("type", "audio/mp3"), a.setAttribute("controls", "controls"), d.appendChild(a)
  959. })(document, "audio1", "/dl/mp3/tests_ege_english_test_sample_2014.mp3");
  960.  /*!
  961.  *
  962.  *
  963.  */
  964. (function (a, b) {
  965.     b && (b.onchange = function () {
  966.         a.location.href = this.value
  967.     })
  968. })(document, document.getElementById("select") || "");
  969.  /*!
  970.  *
  971.  *
  972.  */
  973. window.onload = function (b, c) {
  974.     if (1 < b)
  975.         for (a = c.getElementsByTagName("img"), b = 0; b < a.length; b++)
  976.             /retina/.test(a[b].getAttribute("class")) && (d = a[b].getAttribute("src"), a[b].setAttribute("src", d.replace(/(.*)\.(.*?)$/, "$1@2x.$2")))
  977. }
  978. (window.devicePixelRatio ? window.devicePixelRatio : 1, document);
  979.  /*!
  980.  *
  981.  *
  982.  */
  983.                         window.Modernizr&&Modernizr.touch&&yepnope([{
  984.                             load : "//cdnjs.cloudflare.com/ajax/libs/hammer.js/1.0.6/hammer.min.js"
  985.                         },{
  986.                             test : window.Hammer,
  987.                             nope : "/libs/hammer.js-1.0.5/shimansky.biz/js/jquery.hammer.min.js",
  988.                             complete : function () {
  989.                                 (function(b){var f=/localhost/.test(self.location.host)?"http://localhost/externalcounters/":"http://shimansky.biz/externalcounters/",d=b.getElementsByTagName("a")||"",a=self.location.protocol+"//"+self.location.host+"/"||"",g=self.location.host+"/"||"",h=encodeURIComponent(b.location.href||""),k=encodeURIComponent(b.title||"").replace("\x27","&#39;");if(d&&a&&g&&"undefined"!==typeof window.jQuery&&"undefined"!==typeof window.Hammer)for(var c,e,a=0;a<d.length;a+=1)if(c=d[a],(e=c.getAttribute("href")|| "")&&(e.match(/^\/scripts\//)||/(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e))&&!c.getAttribute("rel"))$(c).hammer().on("touch",$(this),function(a){a.preventDefault();a=$(this).attr("href");var c=b.getElementsByTagName("body")[0].firstChild,d=b.createElement("div");d.setAttribute("style","position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url("+f+"?dmn="+encodeURIComponent(a)+"&rfrr="+h+"&ttl="+k+"&encoding=utf-8) top left no-repeat;"); c.parentNode.insertBefore(d,c);b.location.href=a})})(document);
  990.                             }
  991.                         }]);
  992.  /*!
  993.  *
  994.  *
  995.  */
  996. var deferredJS = function () {
  997.     yepnope([{
  998.                 load : "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"
  999.             }, {
  1000.                 test : window.jQuery,
  1001.                 nope : "/libs/jquery-2.0.3/jquery.fixed.min.js",
  1002.                 complete : function () {}
  1003.             }
  1004.         ]);
  1005. };
  1006. window.addEventListener ? window.addEventListener("load", deferredJS, !1) : window.attachEvent ? window.attachEvent("onload", deferredJS) : window.onload = deferredJS;
  1007.  /*!
  1008.  *
  1009.  *
  1010.  */
  1011. function getWindowHeight() {
  1012.     var a = 0;
  1013.     "number" == typeof window.innerHeight ? a = window.innerHeight : document.documentElement && document.documentElement.clientHeight ? a = document.documentElement.clientHeight : document.body && document.body.clientHeight && (a = document.body.clientHeight);
  1014.     return a
  1015. }
  1016. function setContent(a) {
  1017.     if (document.getElementById && document.getElementById(a)) {
  1018.         var b = getWindowHeight();
  1019.         if (0 < b) {
  1020.             a = document.getElementById(a);
  1021.             var c = a.offsetHeight;
  1022.             0 < b - c ? (a.style.position = "relative", a.style.top = b / 2 - c / 1.75 + "px") : a.style.position = "static"
  1023.         }
  1024.     }
  1025. };
  1026. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || (window.onload = function () {
  1027.     setContent("inner_holder1");
  1028.     setContent("inner_holder2");
  1029.     setContent("inner_holder3");
  1030.     setContent("inner_holder4")
  1031. }, window.onresize = function () {
  1032.     setContent("inner_holder1");
  1033.     setContent("inner_holder2");
  1034.     setContent("inner_holder3");
  1035.     setContent("inner_holder4")
  1036. });
  1037.  /*!
  1038.  *
  1039.  *
  1040.  */
  1041. window.onload = function (b, c) {
  1042.     if (1 < b)
  1043.         for (a = c.getElementsByTagName("img"), b = 0; b < a.length; b++)
  1044.              / retina / .test(a[b].getAttribute("class")) && (d = a[b].getAttribute("src"), a[b].setAttribute("src", d.replace(/(.*)\.(.*?)$/, "$1@2x.$2")))
  1045. }
  1046. (window.devicePixelRatio ? window.devicePixelRatio : 1, document);
  1047. window.Modernizr&&Modernizr.touch&&yepnope([{
  1048.     load : "//cdnjs.cloudflare.com/ajax/libs/hammer.js/1.0.6/hammer.min.js"
  1049. },{
  1050.     test : window.Hammer,
  1051.     nope : "/libs/hammer.js-1.0.5/shimansky.biz/js/jquery.hammer.min.js",
  1052.     complete : function () {
  1053.         (function(b){var f=/localhost/.test(self.location.host)?"http://localhost/externalcounters/":"http://shimansky.biz/externalcounters/",d=b.getElementsByTagName("a")||"",a=self.location.protocol+"//"+self.location.host+"/"||"",g=self.location.host+"/"||"",h=encodeURIComponent(b.location.href||""),k=encodeURIComponent(b.title||"").replace("\x27","&#39;");if(d&&a&&g&&"undefined"!==typeof window.jQuery&&"undefined"!==typeof window.Hammer)for(var c,e,a=0;a<d.length;a+=1)if(c=d[a],(e=c.getAttribute("href")|| "")&&(e.match(/^\/scripts\//)||/(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e))&&!c.getAttribute("rel"))$(c).hammer().on("touch",$(this),function(a){a.preventDefault();a=$(this).attr("href");var c=b.getElementsByTagName("body")[0].firstChild,d=b.createElement("div");d.setAttribute("style","position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url("+f+"?dmn="+encodeURIComponent(a)+"&rfrr="+h+"&ttl="+k+"&encoding=utf-8) top left no-repeat;"); c.parentNode.insertBefore(d,c);b.location.href=a})})(document);
  1054.     }
  1055. }]);
  1056.  /*!
  1057.  *
  1058.  *
  1059.  */
  1060. (function (b, c, d, a) {
  1061.     if (!b && c && d) {
  1062.         b = a.createElement("img");
  1063.         var e = a.createElement("br"),
  1064.         f = a.createTextNode("\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u044d\u0442\u0443 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443:");
  1065.         a = a.title && "\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0443 \u00ab" + a.title.replace(/\[[^\]]*?\]/g, "") + "\u00bb" || "";
  1066.         b.setAttribute("src", "https://chart.googleapis.com/chart?cht=qr&chld=M|4&choe=UTF-8&chs=300x300&chl=" + encodeURIComponent(d));
  1067.         b.setAttribute("style", "width:150px;height:150px;background:transparent;background-size:150px 150px;border:0;vertical-align:bottom;padding:0;margin:0;");
  1068.         b.setAttribute("title", a);
  1069.         b.setAttribute("alt", a);
  1070.         c.appendChild(f);
  1071.         c.appendChild(e);
  1072.         c.appendChild(b)
  1073.     }
  1074. })(sbizIsMobileBrowser || "", document.getElementById("qr_code") || "", document.location.href || "", document);
  1075.  /*!
  1076.  *
  1077.  *
  1078.  */
  1079. yepnope.injectJs("libs/hyphenator-4.2.0/hyphenator.min.js", function () {}, {
  1080.     charset : "utf-8"
  1081. }, 5E3);
  1082. /*!
  1083.  *
  1084.  *
  1085.  */
  1086. (function (a, f) {
  1087.     b = document.createElement("a");
  1088.     b.setAttribute("style", "display:none;");
  1089.     b.setAttribute("href", "#");
  1090.     b.setAttribute("id", f);
  1091.     b.setAttribute("onclick", "function scrollTop2(c){var b=window.pageYOffset,d=0,e=setInterval(function(b,a){return function(){a-=b*c;window.scrollTo(0,a);d++;(150<d||0>a)&&clearInterval(e)}}(c,b--),50)};scrollTop2(15);return false;");
  1092.     c = document.createElement("span");
  1093.     c.setAttribute("id", "toTopHover");
  1094.     b.appendChild(c);
  1095.     d = document.createTextNode("\u041d\u0430\u0432\u0435\u0440\u0445");
  1096.     b.appendChild(d);
  1097.     a.appendChild(b);
  1098.     "undefined" !== typeof window.jQuery && $(window).scroll(function () {
  1099.         $(this).scrollTop() > $(window).height() ? $("#" + f).stop().fadeIn() : $("#" + f).stop().fadeOut()
  1100.     })
  1101. })(document.getElementsByTagName("body")[0] || document.documentElement, "toTop");
  1102. /*!
  1103.  *
  1104.  *
  1105.  */
  1106. ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) ? window.onload = function (c) {
  1107.     a = c.getElementsByTagName("img");
  1108.     for (b = 0; b < a.length; b++)
  1109.          /lazy-load/.test(a[b].getAttribute("class")) && (d = a[b].getAttribute("data-src"), a[b].setAttribute("src", d), a[b].setAttribute("class", "lazy-loaded"))
  1110. }
  1111. (document) : yepnope.injectJs("/libs/Lazy-Load-Images-without-jQuery/javascripts/lazyload.min.js", function () {}, {
  1112.     charset : "utf-8"
  1113. }, 5E3);
  1114. /*!
  1115.  *
  1116.  *
  1117.  */
  1118. (function (d) {
  1119.     var g = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  1120.     c = d.getElementsByTagName("a") || "",
  1121.     a = self.location.protocol + "//" + self.location.host + "/" || "",
  1122.     h = self.location.host + "/" || "",
  1123.     k = encodeURIComponent(d.location.href || ""),
  1124.     l = encodeURIComponent(d.title || "").replace("\x27", "&#39;");
  1125.     if (c && a && h)
  1126.         for (a = 0; a < c.length; a += 1)
  1127.             if (b = c[a], (e = b.getAttribute("href") || "") && (e.match(/^\/scripts\//) || /(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e)) && !b.getAttribute("rel"))
  1128.                 c[a].onclick = function () {
  1129.                     var a = this.getAttribute("href"),
  1130.                     c = d.getElementsByTagName("body")[0].firstChild,
  1131.                     f = d.createElement("div");
  1132.                     f.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + g + "?dmn=" + encodeURIComponent(a) + "&rfrr=" + k + "&ttl=" + l + "&encoding=utf-8) top left no-repeat;");
  1133.                     c.parentNode.insertBefore(f, c)
  1134.                 }
  1135. })(document);
  1136.  /*!
  1137.  *
  1138.  *
  1139.  */
  1140. addEvent(window, "blur", function () {
  1141.     (function (d, w) {
  1142.         var a = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  1143.         b = encodeURIComponent(d.referrer || ""),
  1144.         c = encodeURIComponent(w.location.href || ""),
  1145.         e = encodeURIComponent((d.title || "").replace("\x27", "&#39;") + " - \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u0435\u043d"),
  1146.         f = d.createElement("div"),
  1147.         g = d.getElementsByTagName("body")[0].firstChild;
  1148.         f.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + a + "?dmn=" + c + "\x26rfrr=" + b + "\x26ttl=" + e + "\x26encoding=utf-8) top left no-repeat;");
  1149.         g.parentNode.insertBefore(f, g);
  1150.     }
  1151.         (document, window));
  1152. }, !1);
  1153.  /*!
  1154.  *
  1155.  *
  1156.  */
  1157. yepnope([{
  1158.             load : "//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"
  1159.         }, {
  1160.             test : window.jQuery,
  1161.             nope : "/libs/jquery-2.0.3/jquery.fixed.min.js",
  1162.             complete : function () {
  1163.                 yepnope([{
  1164.                             load : "//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"
  1165.                         }, {
  1166.                             test : $.fn.button,
  1167.                             nope : "/libs/bootstrap-3.1.0/shimansky.biz/js/bootstrap.min.js",
  1168.                             complete : function () {
  1169.                                 "undefined" !== typeof window.jQuery && $(document).ready(function () {
  1170.                                     $("#show-menu").click(function (e) {
  1171.                                         e.preventDefault();
  1172.                                         $("#wrapper").toggleClass("active");
  1173.                                     });
  1174.                                     var maxHeight = 0;
  1175.                                     $(".activity-feed-wrapper").each(function () {
  1176.                                         if ($(this).height() > maxHeight) {
  1177.                                             maxHeight = $(this).height();
  1178.                                         }
  1179.                                     });
  1180.                                     $(".activity-feed-wrapper").height(maxHeight);
  1181.                                 });
  1182.                                 (function () {
  1183.                                     var a = document.getElementById("page"),
  1184.                                     b = document.getElementById("circularG");
  1185.                                     b && (b.style.display = "none");
  1186.                                     a && (a.style.display = "block")
  1187.                                 })();
  1188.                             }
  1189.                         }
  1190.                     ]);
  1191.                 yepnope([{
  1192.                             load : "//cdnjs.cloudflare.com/ajax/libs/json2/20130526/json2.min.js"
  1193.                         }, {
  1194.                             test : window.JSON,
  1195.                             nope : "/libs/json2/shimansky.biz/js/json2.min.js",
  1196.                             complete : function () {
  1197.                                 yepnope([{
  1198.                                             load : "//cdnjs.cloudflare.com/ajax/libs/jStorage/0.4.4/jstorage.min.js"
  1199.                                         }, {
  1200.                                             test : $.jStorage,
  1201.                                             nope : "/libs/jStorage/shimansky.biz/js/jstorage.min.js",
  1202.                                             complete : function () {
  1203.                                                 "undefined" !== typeof window.jQuery && domready(function () {
  1204.                                                     (function (b) {
  1205.                                                         b && function () {
  1206.                                                             var a = $("#comments_check"),
  1207.                                                             f = $("#comments_form_submit_button");
  1208.                                                             b && a && (a.hide(), f.click(function () {
  1209.                                                                     var d = b.value,
  1210.                                                                     c = encodeURIComponent(window.location.href.split("#")[0]),
  1211.                                                                     g = encodeURIComponent(document.title.replace("\x27", "&#39;")),
  1212.                                                                     e = "comments_textarea=" + d + "&self_href=" + c + "&self_title=" + g;
  1213.                                                                     d && $.jStorage.set("comments_textarea", JSON.stringify(d));
  1214.                                                                     if (!d || !c || !g)
  1215.                                                                         return a.html("\u00a0\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435!\u00a0"), a.show(), !1;
  1216.                                                                     f.hide();
  1217.                                                                     $.ajax({
  1218.                                                                         type : "POST",
  1219.                                                                         url : "/scripts/comments/add.php",
  1220.                                                                         data : e,
  1221.                                                                         success : function () {
  1222.                                                                             a.hide();
  1223.                                                                             $.jStorage.flush("comments_textarea");
  1224.                                                                             $("#comments_form")[0].reset();
  1225.                                                                             $("#load_pt_comments").load("/scripts/comments/?load=posts&limit=100");
  1226.                                                                             b.focus()
  1227.                                                                         }
  1228.                                                                     });
  1229.                                                                     return !1
  1230.                                                                 }));
  1231.                                                             var e = b.value,
  1232.                                                             c = $.jStorage.get("comments_textarea");
  1233.                                                             c && !e && (b.value = $.parseJSON(c));
  1234.                                                             $("#comments_form_reset_button").click(function () {
  1235.                                                                 a.hide();
  1236.                                                                 $.jStorage.flush("comments_textarea");
  1237.                                                                 b.value = "";
  1238.                                                                 b.focus();
  1239.                                                             })
  1240.                                                         }
  1241.                                                         ();
  1242.                                                         $("#load_pt_comments").load("/scripts/comments/?load=posts&limit=100");
  1243.                                                         $(window).load(function () {
  1244.                                                             b.focus()
  1245.                                                         })
  1246.                                                     })(document.getElementById("comments_textarea") || "")
  1247.                                                 });
  1248.                                                 "undefined" !== typeof window.jQuery && $(document).on("click", "#load_pt_comments a", function (a) {
  1249.                                                     a.preventDefault();
  1250.                                                     a = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/";
  1251.                                                     var e = encodeURIComponent(document.location.href || ""),
  1252.                                                     f = encodeURIComponent(document.title || "").replace("\x27", "&#39;"),
  1253.                                                     b = $(this).attr("href"),
  1254.                                                     c = document.getElementsByTagName("body")[0].firstChild,
  1255.                                                     d = document.createElement("div");
  1256.                                                     d.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + a + "?dmn=" + encodeURIComponent(b) + "&rfrr=" + e + "&ttl=" + f + "&encoding=utf-8) top left no-repeat;");
  1257.                                                     c.parentNode.insertBefore(d, c);
  1258.                                                     setTimeout(function () {
  1259.                                                         window.open(b, "_blank") || (document.location.href = b)
  1260.                                                     }, 500);
  1261.                                                 });
  1262.                                             }
  1263.                                         }
  1264.                                     ]);
  1265.                             }
  1266.                         }
  1267.                     ]);
  1268.                 ("undefined" !== typeof sbizIsMobileBrowser && sbizIsMobileBrowser) || yepnope.injectJs("/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/js/jquery-ui-1.10.3.custom.min.js", function () {
  1269.                     "undefined" !== typeof window.jQuery && function (d, c, e, f) {
  1270.                         $("#" + c).autocomplete({
  1271.                             source : function (b, a) {
  1272.                                 $.ajax({
  1273.                                     url : f,
  1274.                                     dataType : "json",
  1275.                                     data : {
  1276.                                         q : b.term,
  1277.                                         c : 10
  1278.                                     },
  1279.                                     success : function (b) {
  1280.                                         a($.map(b, function (a) {
  1281.                                                 return {
  1282.                                                     label : a.value,
  1283.                                                     value : a.name
  1284.                                                 }
  1285.                                             }))
  1286.                                     }
  1287.                                 })
  1288.                             },
  1289.                             minLength : 1,
  1290.                             select : function (b, a) {
  1291.                                 if (a.item.value && (a.item.value.match(/^http\:\/\//) || a.item.value.match(/^https\:\/\//) || a.item.value.match(/^\/search\//) || a.item.value.match(/^\//)))
  1292.                                     return d.location.href = a.item.value, !1;
  1293.                                 $(b.target).val($("#" + c).val());
  1294.                                 $("#" + e).submit()
  1295.                             },
  1296.                             open : function () {},
  1297.                             close : function () {}
  1298.  
  1299.                         })
  1300.                     }
  1301.                     (document, "search_text", "search_form", "/libs/jquery-ui-1.10.3.custom.autocomplete/shimansky.biz/autocomplete/");
  1302.                 }, {
  1303.                     charset : "utf-8"
  1304.                 }, 5E3);
  1305.                 window.Modernizr && Modernizr.touch && yepnope([{
  1306.                             load : "//cdnjs.cloudflare.com/ajax/libs/hammer.js/1.0.6/hammer.min.js"
  1307.                         }, {
  1308.                             test : window.Hammer,
  1309.                             nope : "/libs/hammer.js-1.0.5/shimansky.biz/js/jquery.hammer.min.js",
  1310.                             complete : function () {
  1311.                                 (function (b) {
  1312.                                     var f = /localhost/.test(self.location.host) ? "http://localhost/externalcounters/" : "http://shimansky.biz/externalcounters/",
  1313.                                     d = b.getElementsByTagName("a") || "",
  1314.                                     a = self.location.protocol + "//" + self.location.host + "/" || "",
  1315.                                     g = self.location.host + "/" || "",
  1316.                                     h = encodeURIComponent(b.location.href || ""),
  1317.                                     k = encodeURIComponent(b.title || "").replace("\x27", "&#39;");
  1318.                                     if (d && a && g && "undefined" !== typeof window.jQuery && "undefined" !== typeof window.Hammer)
  1319.                                         for (var c, e, a = 0; a < d.length; a += 1)
  1320.                                             if (c = d[a], (e = c.getAttribute("href") || "") && (e.match(/^\/scripts\//) || /(http|ftp|https):\/\/[\w-]+(\.[\w-]+)|(localhost)+([\w.,@?^=%&amp;:\/~+#-]*[\w@?^=%&amp;\/~+#-])?/.test(e)) && !c.getAttribute("rel"))
  1321.                                                 $(c).hammer().on("touch", $(this), function (a) {
  1322.                                                     a.preventDefault();
  1323.                                                     a = $(this).attr("href");
  1324.                                                     var c = b.getElementsByTagName("body")[0].firstChild,
  1325.                                                     d = b.createElement("div");
  1326.                                                     d.setAttribute("style", "position:absolute;left:-9999px;width:1px;height:1px;border:0;background:transparent url(" + f + "?dmn=" + encodeURIComponent(a) + "&rfrr=" + h + "&ttl=" + k + "&encoding=utf-8) top left no-repeat;");
  1327.                                                     c.parentNode.insertBefore(d, c);
  1328.                                                     b.location.href = a
  1329.                                                 })
  1330.                                 })(document);
  1331.                             }
  1332.                         }
  1333.                     ]);
  1334.                 (function (a, f) {
  1335.                     b = document.createElement("a");
  1336.                     b.setAttribute("style", "display:none;");
  1337.                     b.setAttribute("href", "#");
  1338.                     b.setAttribute("id", f);
  1339.                     b.setAttribute("onclick", "function scrollTop2(c){var b=window.pageYOffset,d=0,e=setInterval(function(b,a){return function(){a-=b*c;window.scrollTo(0,a);d++;(150<d||0>a)&&clearInterval(e)}}(c,b--),50)};scrollTop2(15);return false;");
  1340.                     c = document.createElement("span");
  1341.                     c.setAttribute("id", "toTopHover");
  1342.                     b.appendChild(c);
  1343.                     d = document.createTextNode("\u041d\u0430\u0432\u0435\u0440\u0445");
  1344.                     b.appendChild(d);
  1345.                     a.appendChild(b);
  1346.                     "undefined" !== typeof window.jQuery && $(window).scroll(function () {
  1347.                         $(this).scrollTop() > $(window).height() ? $("#" + f).stop().fadeIn() : $("#" + f).stop().fadeOut()
  1348.                     })
  1349.                 })(document.getElementsByTagName("body")[0] || document.documentElement, "toTop");
  1350.             }
  1351.         }
  1352.     ]);
  1353. /*!
  1354.  *
  1355.  *
  1356.  */
  1357. "undefined" !== typeof window.jQuery && domready(function () {
  1358.     (function (a) {
  1359.         a && function () {
  1360.             var b = $("#search_check"),
  1361.             c = $("#search_form_submit_button");
  1362.             a && b && (b.hide(), c.click(function () {
  1363.                     return a.value ? $("#search_form").submit() : (b.html("\u00a0\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448 \u0437\u0430\u043f\u0440\u043e\u0441!\u00a0"), b.show(), !1)
  1364.                 }));
  1365.             $("#search_form_reset_button").click(function () {
  1366.                 b.hide();
  1367.                 a.focus()
  1368.             })
  1369.         }
  1370.         ()
  1371.     })(document.getElementById("search_text") || "")
  1372. });
  1373.  /*!
  1374.  *
  1375.  *
  1376.  */
  1377. (function (e, f, a, h) {
  1378.     b = document.createElement("a");
  1379.     b.setAttribute("style", "display:none;");
  1380.     b.setAttribute("href", "#");
  1381.     b.setAttribute("id", "toTop");
  1382.     b.setAttribute("onclick", "function scrollTop2(c){var b=window.pageYOffset,d=0,e=setInterval(function(b,a){return function(){a-=b*c;window.scrollTo(0,a);d++;(150<d||0>a)&&clearInterval(e)}}(c,b--),50)};scrollTop2(15);return false;");
  1383.     c = document.createElement("span");
  1384.     c.setAttribute("id", "toTopHover");
  1385.     b.appendChild(c);
  1386.     d = document.createTextNode("\u041d\u0430\u0432\u0435\u0440\u0445");
  1387.     b.appendChild(d);
  1388.     e.appendChild(b);
  1389.     f.onscroll = function () {
  1390.         var e = f.pageYOffset || a.documentElement.scrollTop || a.body.scrollTop,
  1391.         k = f.innerHeight || a.documentElement.clientHeight || a.body.clientHeight,
  1392.         g = a.getElementById(h) || "";
  1393.         g && (e > k ? g.style.display = "inline" : g.style.display = "none")
  1394.     }
  1395. })(document.getElementsByTagName("body")[0] || document.documentElement, window, document, "toTop");
  1396.  /*!
  1397.  *
  1398.  *
  1399.  */
  1400.  
  1401.  /*!
  1402.  *
  1403.  *
  1404.  */
  1405.  
  1406.  /*!
  1407.  *
  1408.  *
  1409.  */
  1410.  
  1411.  /*!
  1412.  *
  1413.  *
  1414.  */
  1415.  
  1416.  /*!
  1417.  *
  1418.  *
  1419.  */
  1420.  
  1421.  /*!
  1422.  *
  1423.  *
  1424.  */
  1425.  
  1426.  /*!
  1427.  *
  1428.  *
  1429.  */
  1430.  
  1431.  /*!
  1432.  *
  1433.  *
  1434.  */
  1435.  
  1436.  /*!
  1437.  *
  1438.  *
  1439.  */
  1440.  
  1441.  /*!
  1442.  *
  1443.  *
  1444.  */
  1445.  
  1446.  /*!
  1447.  *
  1448.  *
  1449.  */
  1450.  
  1451.  /*!
  1452.  *
  1453.  *
  1454.  */
  1455.  
  1456.  /*!
  1457.  *
  1458.  *
  1459.  */
  1460.  
  1461.  /*!
  1462.  *
  1463.  *
  1464.  */
  1465.  
  1466.  /*!
  1467.  *
  1468.  *
  1469.  */
  1470.  
  1471.  /*!
  1472.  *
  1473.  *
  1474.  */
  1475.  
  1476.  /*!
  1477.  *
  1478.  *
  1479.  */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement