$(function() { 
 
    $("a[rel]").overlay({ 
 
        expose: '#222f3d', 
        effect: 'apple', 
 
    }); 
});
    