// Счетчики ------------------------------------------------------------------------

function counter(name) {
  if (name == "LiveInternet") {
    document.write('<a href="http://www.liveinternet.ru/click" target="_blank"><img src="http://counter.yadro.ru/hit?t26.2;r'+escape(document.referrer)+((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+';u'+escape(document.URL)+';'+Math.random()+'" border="0" width="88" height="15" alt="LiveInternet" title="LiveInternet: показано число посетителей за сегодня"><\/a>');
  } 
  else if (name == "Google") {
	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"));
	try {
      var pageTracker = _gat._getTracker("UA-7009227-1"); pageTracker._trackPageview();
	} 
	catch(err) {}
  }
}
