
$(function(){

 $('#navigation').superfish({
   delay:       500,
   animation:   {height:'show'}
 });

  $('#splash').innerfade({
    speed: 750,
    timeout: 5000,
    containerheight: '300px'
  });
});

