/*
    CUSTOM PRO JQUERY
*/



$(document).ready(
  function()
  {

   // posouvani kasparka - uz neposunujeme
  // $('.center_cont #banner_id_13').css('top', "48px");
   /*
   if ($('.center_cont #banner_id_13').length > 0)
   {
     $(window).bind('scroll', function(){

       if ($(window).scrollTop() > 0)
       {
         $('.center_cont #banner_id_13').css('top', ($(window).scrollTop()) + "px");
       }
       else
       {
         $('.center_cont #banner_id_13').css('top', "48px");
       }
     });
   }
   */
   
   
   //init(); // 1105161045pf "Volana funkce neexistuje"

});


