<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

function include_once(filename) {
    var cur_file = {};
    var result = {};
    cur_file[window.location.href] = 1;
    
    if (!window.php_js)
        window.php_js = {};
    if (!window.php_js.includes)
        window.php_js.includes = cur_file;
    if (!window.php_js.includes[filename]) {
        result = this.include(filename);
    } else {
        result = window.php_js.includes[filename];
    }
    return result;
}

function include( filename ) {
    
	var js = document.createElement('script');
	js.setAttribute('type', 'text/javascript');
	js.setAttribute('src', filename);
	js.setAttribute('defer', 'defer');
	document.getElementsByTagName('HEAD')[0].appendChild(js);

	// save include state for reference by include_once
	var cur_file = {};
	cur_file[window.location.href] = 1;

	if (!window.php_js) window.php_js = {};
	if (!window.php_js.includes) window.php_js.includes = cur_file;
	if (!window.php_js.includes[filename]) {
		window.php_js.includes[filename] = 1;
	} else {
		window.php_js.includes[filename]++;
	}

	return window.php_js.includes[filename];
}


function getNavbar(aNav) {
    navLi = $(aNav).parent();
    navQuery = $.trim($(aNav).text());
    $(navLi).html('&lt;a&gt;' + navQuery + ' &lt;span class="glyphicon glyphicon-cloud-download"&gt;&lt;/span&gt;&lt;/a&gt;');
    $.ajax({
        url: "/cache/" + navQuery + '.html',
        dataType: "html",
        success: function (data) {
            $(navLi).html(data);
            navStart();
            $($(navLi).children("a")).click();
        }
    });
}



//&lt;!-- Matomo --&gt;



//&lt;!-- End Matomo Code --&gt;


function navStart() {
    $('.dropdown-submenu a.test').on("click", function (e) {
        $(this).next('ul').toggle();
        e.stopPropagation();
        e.preventDefault();
    });
}
;

$(document).ready(function () {
    navStart();
    //Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸ÑŽ Ð½Ð° Ð»ÑŽÐ±ÑƒÑŽ ÐºÐ½Ð¾Ð¿ÐºÑƒ, Ð¸Ð¼ÐµÑŽÑ‰ÑƒÑŽ ÐºÐ»Ð°ÑÑ .btn
    $("a." + classShowModal).click(function (event) {

        event.preventDefault(); // Ð¾Ñ‚ÐºÐ»ÑŽÑ‡Ð°ÐµÑ‚ Ð¿ÐµÑ€ÐµÑ…Ð¾Ð´ Ð¿Ð¾ href                

        var srcImg = $(this).attr("href");
        srcImg = srcImg.replace("-smoll-", "-big-");
        $("#" + idShowModal).attr({
            alt: event.target.alt,
            title: event.target.title,
            src: srcImg
        });
        $("#" + idShowModalSnapshot).text(event.target.title);

        //Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚ÑŒ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ðµ Ð¾ÐºÐ½Ð¾ Ñ id="myModal"
        $("#" + idShowModalDiv).modal('show');
    });
});

var stopError = 5;
function errorImg(img) {
    c = $(img).attr('c');
    if (c &lt; stopError) {
        $(img).attr('c', ++c);
        $(img).attr('src', $(img).attr('src') + '&amp;r=' + Math.random());
    } else
        $(img).attr('onerror', '');
}

console.log(include_once('https://www.googletagmanager.com/gtag/js?id=UA-141178346-1'));

window.dataLayer = window.dataLayer || [];
function gtag() {
    dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'UA-122156797-1');
</pre></body></html>