$(document).ready(function(){
  $('#menu>li').hover(function(){$(this).addClass('hover');}, function(){$(this).removeClass('hover');});
   Shadowbox.init();
    $("#kontakt").validationEngine()

});

     $(function() {

   //  $.notifyBar({ html: "This is 'Notify bar'!" });

      $.notifyBar({
         // html: "Thank you, your settings were updated!",
         close: true,
         delay: 10000,
          jqObject: $("#msg")
        });
   });
