jQuery(document).ready(function($){

  $('ul.sf-menu').superfish({
      animation:   {opacity:'show',height:'show'},
      easing:      'easeOutBack'
    })
    .find('ul').bgIframe({opacity:false});
    
    equalHeight($('.box .column'));
    
    
    $('#home-slider').cycle({
        fx: 'fade',
        timeout: 5000
        });
    
});
