(function($) {

    $.register = $.extend({
        indexScript: function(json) {
            $(document).ready(function() {
                var wrapper = $(json.wrapper);

                flashembed("homeFlash", { src: "/Content/flash/middle-content_jewelry.swf", wmode: "opaque" });

                wrapper.find("div.scrollable").scrollable({globalNav: true, clickable:false});

                wrapper.find('#arrow_left').hover(function() {
                    $(this).find('img').attr('src', '/Content/images/bouton_in.jpg');
                }, function() {
                    $(this).find('img').attr('src', '/Content/images/bouton_out.jpg');
                });
                wrapper.find('#arrow_right').hover(function() {
                    $(this).find('img').attr('src', '/Content/images/bouton_in2.jpg');
                }, function() {
                    $(this).find('img').attr('src', '/Content/images/bouton_out2.jpg');
                });
            });
        }
    }, $.register);

})(jQuery);
