$(document).ready(function(){	
    $("#slider").easySlider({
        auto: true,
        continuous: true 
    });
});	

$(document).ready(function(){	
    $("#slider-2").easySlider({
        auto: true,
        continuous: true 
    });
});	


// initialise plugins
jQuery(function(){
    jQuery('ul.menu-links').superfish();
});

function disp() {
  var r = Math.ceil(Math.random() * 4 );
  document.getElementById('feature'+r).style.display='block';
  
  var r1= Math.ceil(Math.random() * 9 );
  document.getElementById('services'+r1).style.display='block';
  
}

