$(document).ready(function(){if(typeof($.refinementsDiv)=="undefined"){$.refinementsDiv=$("div.#sli_facets")}if(typeof($.jsonLocation)=="undefined"){$.jsonLocation="http://shoes.footwearetc.com/refinements?af="}$.populateInfo=function(l){$.refinementsDiv.find("select").removeOption(/./);for(var e in l){var d=l[e]["id"];var c=l[e]["name"];var j=l[e]["label"];var i=l[e]["total"];var g=l[e]["display"];var k=l[e]["values"];var h=$.refinementsDiv.find("select.#refine_"+d);h.addOption("","Select "+c);var f="";for(facetKey in k){var b=k[facetKey];h.addOption(b.key,b.name+" ("+b.count+")");if(b.selected!=""){f=b.key}}h.selectOptions(f)}$.refinementsDiv.find("select").each(function(m){if(this.length<2){h=$(this);h.removeOption(/./);h.addOption("","-- No Options --")}})};$.refinementChange=function(){$.refinementjsoncall.abort();var b="";var c=false;$.refinementsDiv.find("select").each(function(){var e=this.id;var d=$(this).selectedValues();e=e.replace(/^refine_/,"");if(d!=""){c=true;b+=" "+e+":"+d}});if(c){$("#sli_clearFacets").css("visibility","visible")}else{$("#sli_clearFacets").css("visibility","hidden")}$.refinementjsoncall=$.getJSON($.jsonLocation+b,$.populateInfo)};$.refinementjsoncall=$.getJSON($.jsonLocation,$.populateInfo);var a=$.refinementsDiv.find("select");a.bind("change",$.refinementChange)});function performCategorySearch(){var a="";$.refinementsDiv.find("select").each(function(){var c=this.id;var b=$(this).selectedValues();if(b!=""){c=c.replace(/^refine_/,"");a+=" "+c+":"+b}});document.location="http://shoes.footwearetc.com/asearch#ts=ajax&w=&af="+a}function clearFilters(){$.refinementjsoncall.abort();$.refinementjsoncall=$.getJSON($.jsonLocation,$.populateInfo);$("#sli_clearFacets").css("visibility","hidden")};