@@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,
["2199"],
["&","&","&","3.1 phillip lim","aftershock","alexander","all saints","and","autograph","balenciaga","barclay","basso & brooke","ben sherman","betty barclay","bi la li","bottega veneta","brooke","bruno","burch","calvin klein","celine","classic","connection","conran","d&g","debenhams","diane von furstenberg","diesel","dolce & gabbana","donna karan","dorothy perkins","eich","esprit","farhi","farhi","fenn wright manson","figleaves","firetrap","french connection","furstenberg","gabbana","great plains","h. eich","helmut lang","hilfiger","isabella oliver","j by jasper conran","jacobs","jaeger","jarmon","jasper","jeans","jil sander","joe","john lewis","john smedley","karan","karen millen","kew","klein","kors","kuyichi","la redoute","lang","lauren","laurent","lewis","li","lim","look","lounge lover","lover","m missoni","manoush","manson","mantaray","marc","marc by marc jacobs","marks and spencer","marni","mccartney","mcq by alexander mcqueen","mcqueen","michael kors","millen","miss selfridge","missoni","missoni","new look","next","nicole farhi","oasis","oliver","owens","paul & joe","paul smith","pauw","peacocks","pepe jeans","perkins","phillip","plains","pringle","promod","ralph lauren","redoute","reiss","republic","rick owens","rykiel","saint","saint tropez","saints","sander","selfridge","sherman","smedley","smith","sonia rykiel","spencer","sportmax","stella mccartney","stewart+brown","tailor","tara jarmon","theory","tom tailor","tommy hilfiger","topshop","tory burch","tropez","uniqlo","valentino","vanessa bruno","veneta","versace","vila","vince","von","wallis","walter","warehouse","whistles","wright","y-3","yves saint laurent"],
["8112","1076","1793","2687","8085","4296","7478","15784","8280","774","7526","8112","72","7526","7528","844","8112","2190","2139","103","931","7572","227","7714","1024","7593","171","172","1076","1082","7607","15570","203","7630","7864","15567","15568","7638","227","171","1076","7677","15570","1272","585","12986","7714","379","15789","2088","7714","2315","1372","1793","7733","7736","1082","7751","12465","103","391","7768","15790","1272","1873","2263","7733","7528","2687","13328","18009","18009","1584","3645","15567","7813","379","379","15784","1624","2034","4296","4296","391","7751","7835","1584","1673","13328","16925","7864","7875","12986","3979","1793","1795","12630","12632","2315","7607","2687","7677","2575","15753","1873","15790","14087","8507","3979","2016","2263","12696","7478","1372","7835","72","7736","1795","2016","15784","7991","2034","18071","12755","2088","580","12755","585","8031","2139","12696","8484","2188","2190","844","2199","8058","2210","171","8060","621","8061","8064","15567","8265","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@@