Cufon.replace('.menu ul li a', { fontFamily: 'Diavlo', hover:true }); Cufon.replace('h2', { fontFamily: 'Diavlo', hover:true }); Cufon.replace('h1', { fontFamily: 'Diavlo', hover:true }); $(document).ready(function() { $("a[rel=example_group]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Srój ' + (currentIndex + 1) + ' z ' + currentArray.length + (title.length ? '   -   ' + title : '') + ''; } }); $("input[name=szukaj]").focus(function(){ if($(this).val() == 'Szukaj...'){ $(this).val(''); } }); $("input[name=szukaj]").blur(function(){ if($(this).val() == ''){ $(this).val('Szukaj...'); } }); $('#facebookBox').hover(function(){ $('#facebookBox').stop(true,false).animate({marginRight: 240}, 500); },function(){ $('#facebookBox').stop(true,false).animate({marginRight: 0}, 500); }); jQuery('#bannerMain').simple_slider({ 'leftID': 'prew', //ID of the left image navigation 'rightID': 'next', //ID of the right image navigation 'display': 3 //how many images to display at once }); });