(function($) {
$(function() {
  $('.over1').opOver();
  $('.over2').wink();
});
})(jQuery);

