 $(function() {
    $('.sidebox h2').click( function(){  $(this).next().toggle();   })    
   $("#slider").easySlider({});
 }); 
 

