function addMailRuCounter(idCounter, typeCounter)
{
  document.write('<a href="http://top.mail.ru/jump?from=' + idCounter + '" target=_top>' + 
                 '<img src="http://d0.ca.b6.a1.top.mail.ru/counter?id=' + idCounter + ';t=' +  typeCounter + ';js=13;r=' +
                 escape(document.referrer) + ';j=' + navigator.javaEnabled() + ';s=' + screen.width + '*' + screen.height +
                 ';d=' + (screen.colorDepth ? screen.colorDepth : screen.pixelDepth) + ';rand=' + Math.random() +
                 '" alt="Рейтинг@Mail.ru" border="0" height="31" width="88" /></a>');
}

function addGoogleAnalytics(siteID)
{
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}

function initializeGoogleAnalytics(siteID)
{
  var pageTracker = _gat._getTracker(siteID);
  pageTracker._trackPageview();
}

function addLiveInternetCounter(typeCounter, colorCounter)
{
  document.write('<a href="http://www.liveinternet.ru/click" target=_blank><img src="http://counter.yadro.ru/hit?t' +
                 typeCounter + '.' + colorCounter + ';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: показано число просмотров за 24 часа, посетителей за 24 часа и за сегодня" width="88" ' +
                 'height="31"></a>');
}
