$(document).ready(function(){if($("div#designerListDD").attr("class")){if($("div#designerListDD").attr("class").length>0){pCat=$("div#designerListDD").attr("class").split(" ");$("div#designerListDD").load("/fcp/categorydesignerdropdown/"+pCat[0]+"/"+pCat[1]+"?resetFilters=true")}}if($("div#designerListDeptHome").attr("class")){if($("div#designerListDeptHome").attr("class").length>0){pCat=$("div#designerListDeptHome").attr("class").split(" ");$("div#designerListDeptHome").load("/fcp/categorydesignernav/"+pCat[0]+"/"+pCat[1]+"?resetFilters=true",function(){$("div#deptHomeDesigners").addClass("scrollPane");$("div#deptHomeDesigners").jScrollPane({scrollbarWidth:6,animateTo:true})})}}if($("div#designerListDDHome").attr("class")){if($("div#designerListDDHome").attr("class").length>0){pCat=$("div#designerListDDHome").attr("class").split(" ");$("div#designerListDDHome").load("/fcp/categorydesignerdropdown/"+pCat[0]+"/"+pCat[1]+"?resetFilters=true")}}});