Drupal.behaviors.myBehavior = function (context) {
  jQuery(document).ready(function () {
    jQuery('#slider').easySlider();
  });
};
