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();
}