$(document).ready(function(){

  titleGraf();


});


function titleGraf(){
  if(jQuery('.titulka_dolni_blok').length > 0){
    jQuery('.titulka_dolni_blok').children().not('[class="cleaner"]').height(jQuery('.titulka_dolni_blok').height() - 2);
  }
}


function getOpenPlayerZZ(){
  as4uAjaxAlertShow('643', '486');
  $("#ajax_content").css('backgroundColor', 'black');
  $("#ajax_content").html('<iframe src="http://www.mu-prerov.cz/redakce/rs/prerov/vysilani.html" width="640" height="480" scrolling="no" noresize="noresize" frameborder="0"></iframe>');
}
