$(window).load(function() { 
    $("a[rel]").overlay({ 
        start:{left:306,top:292,absolute:true},
        finish:{left:306,top:292,absolute:true},
        expose: {color:'#6d6c6c'}, 
		effect:'apple',
        onBeforeLoad: function() { 
            var wrap = this.getContent().find(".contentWrap"); 
            wrap.load(this.getTrigger().attr("href")); 
        } 
 
    }); 
});
