

$(document).ready(function(){
  $('ul.menu').superfish({ 
    delay:       500,                            
    animation:   {opacity:'show',height:'show'},
    speed:       'normal',                         
    autoArrows:  true,                          
    dropShadows: false                          
  }); 
      

  Cufon.now();
  $('#client-slider').coinslider({
    height: 150,
    width:250,
    links : true,
    effect: 'straight', // random, swirl, rain, straight
    navigation: false, 
    delay: 5000
  });
  
});


