﻿onDomReady (function ()
  {
  HangingPunctuation.arPunctsTypesDefault = HangingPunctuation.arPunctsTypesDefault.concat
    (
    HangingPunctuation.arPunctsTypes[1]
    )
  HangingPunctuation.typo (document.getElementById ("divContent"));
  
  if (!navigator.isIE())
    {
    Hyphenator.hyphenate ("div#author p, div#author li, div#divComments li");
    }
    
  Sizzle ("#divContent h3").map (function (hHeader) {addAnchors (hHeader, "author")});
  
  odnaknopka2.init (document.getElementById ("liOdnaknopka"));

  addRssTracker ();
  })
