(function($) {
  $(function() {
    $('img.imgover').rollover();
  });
})(jQuery);
