@@script@@
{
var pageTracker = _gat._getTracker('UA-145722-1');
pageTracker._initData();
pageTracker._trackPageview();
}
@@script@@
@@script@@
{
var suiteName = 'shopstyleuk';
var omniHostName = 'omniture.shopstyle.co.uk';
// allow this component to be used within minimal pages that don't have all the store JS
if (typeof store_setReportSuiteName == 'function') store_setReportSuiteName(suiteName);
if (typeof store_setOmniHostName == 'function') store_setOmniHostName(omniHostName);
if (typeof store_setAjaxTrackingEnabled == 'function') store_setAjaxTrackingEnabled(false);
var s_shopstyle=makeOmnitureObject(suiteName, "shopstyle");
s_shopstyle.omniHost = omniHostName;
s_shopstyle.pageName='Filter - Brand';
s_shopstyle.channel='Browse Products';
s_shopstyle.prop1='Filter - Brand';
s_shopstyle.hier1='Browse Products,Filter - Brand';
s_shopstyle.prop24='ShopStyle UK';
s_shopstyle.eVar5='\x3canonymous\x3e';
s_shopstyle.eVar24='ShopStyle UK';
s_shopstyle.cookieDomainPeriods = '3';
s_shopstyle.fpCookieDomainPeriods = '3';
updateForVisitEvent(s_shopstyle);
s_shopstyle.sendPacket(100);
if (typeof setCookie == 'function' && typeof store_cookieDomain != 'undefined') {
var age;
// Always clear this cookie, in case we just processed an event
clearCookie('sc2', store_cookieDomain);
}
}
@@script@@
@@script@@
{
document.filterContext = null;
var initContext = function() {
// I think all this must be delayed because we're run by findAndEvalJS, and it's not clear that
// our pieces of the DOM are available yet
var prompt = 'type to search';
var messageNo = 'Select one or more.';
var messageOne = '1 item selected.';
var messageMulti = 'items selected.';
var noMatchDiv = $('noMatchMessage');
var noMatchMsg = noMatchDiv ? noMatchDiv.firstChild.nodeValue : null;
document.filterContext = new MFilterContext(
$$('.filterContainer'), noMatchDiv, $('filterSearchField'),
true,
["1674"],
["&","&","3.1 phillip lim","alexander mcqueen","and","ascension","autograph","autumn cashmere","baker","bennett","birger","black","boden","bottega veneta","bruno","bruno manetti","burberry","burch","by malene birger","cashmere","cashmere","catherine malandrino","cavalli","celine","chloƩ","christopher kane","clark","couture","dear cashmere","dkny","dolce & gabbana","donna karan","eight","episode","esprit","etro","farhi","fendi","fenn wright manson","gabbana","gap","gerry weber","gestuz","givenchy","halston","hilfiger","holland","house of holland","industry","jacobs","jacobs","jaeger","james perse","jeans","jigsaw","jil sander","john lewis","jonathan saunders","juicy couture","kane","karan","karen millen","kors","l'wren scott","la redoute","label","laundry industry","lauren","lauren","laurent","lewis","lim","lk bennett","lucien pellat-finet","luella","lutz & patmos","madeleine thompson","maier","malandrino","malene","manetti","manson","mara","marc","marc by marc jacobs","marc jacobs","marks and spencer","marni","matthew williamson","max mara","mccartney","mcqueen","michael kors","milano","millen","milly","miu","miu miu","oasis","odeon","ossie clark","owens","patmos","paul smith","pellat-finet","pepe jeans","per una","perse","phillip","pink","pringle","promod","ralph lauren","ralph lauren black label","rebecca taylor","redoute","rick owens","roberto cavalli","rvca","rykiel","saint","sander","saunders","scott","smith","sonia rykiel","spencer","splendid","stella mccartney","taylor","ted baker","theory","thomas pink","thomas wylde","thompson","tibi","tomas maier","tommy hilfiger","tory burch","twenty8twelve","una","uniqlo","vanessa bruno","veneta","vince","weber","whistles","williamson","wright","wylde","ymc","yves saint laurent"],
["1076","4441","2687","689","15784","750","8280","759","2098","7793","3540","1874","4128","844","2190","6465","870","2139","3540","759","12281","921","1919","931","955","8131","13273","309","12281","156","1076","1082","11836","7620","203","1146","7630","1171","15567","1076","2446","7660","7661","1227","4492","585","15436","15436","7775","379","1606","15789","290","2315","7731","1372","7733","7740","309","8131","1082","7751","391","3957","15790","1874","7775","1873","1874","2263","7733","2687","7793","6915","1569","4441","13268","3992","921","3540","6465","15567","1638","379","379","1606","15784","1624","1636","1638","2034","689","391","12558","7751","1665","1674","1674","7875","12606","13273","3979","4441","1795","6915","2315","8406","290","2687","15382","2575","15753","1873","1874","480","15790","3979","1919","1939","2016","2263","1372","7740","3957","1795","2016","15784","2024","2034","480","2098","580","15382","3989","13268","2115","3992","585","2139","15401","8406","8484","2190","844","2210","7660","8064","1636","15567","3989","8074","2263"],
"filterBullet", null, false, prompt, messageNo, messageOne, messageMulti, noMatchMsg, null
);
document.filterContext.setup();
}
window.setTimeout(initContext, 1);
}
// short names for brevity in loop above
document.FCl = function(element) { if (document.filterContext) document.filterContext.toggle(element); }
document.FOv = function(element) { if (document.filterContext) document.filterContext.mouseOver(element); }
document.FOu = function(element) { if (document.filterContext) document.filterContext.mouseOut(element); }
@@script@@