        $(function() {
            $("a[rel]").overlay({
                expose: '#752125',
                effect: 'apple',
                onBeforeLoad: function() {
                    var wrap = this.getContent().find(".contentBox");
                    wrap.load(this.getTrigger().attr("href"));
                }
            });
        });
