/* =FONT
 ----------------------------------------------------*/

 Cufon.replace('h1, h2,h3 , ul#menu li a');
 /*Cufon.replace('#submenu a', {fontFamily: 'MyriadProLight' , hover: 'true'});
 Cufon('#subheader h2, #slideshow h2', {fontFamily: 'Myriad Pro', textShadow: '1px 1px black'});


 $(function() {
      $('.button').each(function(){
          $(this).after(unescape('%3Cspan class="button"%3Eaa%3C/span%3E'));
          $(this).hide();
          $(this).next('span.button').text($(this).val()).click(function(){
              $(this).prev('input.button').click();
          });
      });
      Cufon.replace('.button'); 
  });
 */
 
 
 
 $(function(){     
  $('ul#background').cycle({
    timeout: 5000, 
    fx:      'fade',             
    pager:   '#pager', 
    pause:   0,  
    pauseOnPagerHover: 0 
   });
 });
 
 
  $(function() {
        $('.fotolijst li a').lightBox();
    });
