/*
 *  init funkce pro vypis otaku
 */
function init() {
  // oprav IE bugy
  if (IS.ie) {
    var tmpEl;
    // oprav centrovani DIVu
    tmpEl = document.getElementById('vypis');
    tmpEl.style.marginLeft = "55px";
  }
}

