if (category) {
                    $.each($.bookmark._sites, function(id, site) {
                        if (site.category === category[1] && $.inArray(id, sites) === -1) {
                            sites.push(id);
                        }