(function($) {
$(function() {
$('.over').opOver();
});
})(jQuery);

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

