$(document).ready(function()
	{      
    jQuery('#LiveInternet').append('<a href=\'http://www.liveinternet.ru/click\' '+
    'target=_blank><img src=\'http://counter.yadro.ru/hit?t44.1;r'+
    'escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?'+
    'screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";h"+escape(document.title.substring(0,80))+";"+Math.random()+"\' alt=\'\' title=\'LiveInternet\' "+"border=\'0\' width=\'31\' height=\'31\'><\/a>');
    
    jQuery('#YandexMetrika').append('<div style="display:none;"><script type="text/javascript">'+
        '(function(w, c) {'+
        '(w[c] = w[c] || []).push(function() {'+
            'try {'+
                'w.yaCounter1938904 = new Ya.Metrika({id:1938904, enableAll: true});'+
            '}'+
            'catch(e) { }'+
        '});'+
    '})(window, "yandex_metrika_callbacks");'+
    '</script></div>'+
    '<script src="//mc.yandex.ru/metrika/watch_visor.js" type="text/javascript" defer="defer"></script>'+
    '<noscript><div><img src="//mc.yandex.ru/watch/1938904" style="position:absolute; left:-9999px;" alt="" /></div></noscript>');
    
    jQuery('#GoogleAnalitics').append('<script type="text/javascript">'+
      '// <![CDATA['+
      'var _gaq = _gaq || [];'+
      '_gaq.push([\'_setAccount\', \'UA-18700205-1\']);'+
      '_gaq.push([\'_trackPageview\']);'+
      '(function() {'+
        'var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;'+
        'ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';'+
        'var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);'+
      '})();'+
      '// ]]></script>');
});
