/* Facets - Apply the Facets Jquery Plugin to all ul with .facet class */
$(document).ready(function() {

    $(".facet>ul").facets(
    {
      facetCount: 4,
      moreText: "more..."
    }
    );

});
