var timer;
function redakcni_autorefresh(pocetSekund) {
  timer = setTimeout("window.location.reload()", pocetSekund);
}

