document.write(
  '<!--LiveInternet counter-->'
  + "<img src='http://counter.yadro.ru/hit?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()
  + "' width=1 height=1 alt=''>"
  + "<!--/LiveInternet-->"
)
