$(document).ready(function() {
    
    if($("body#list.press")) {
        $("a.zoom").fancyZoom();
    }
    
});

