@@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,
["194"],
["&",".tessa","291","5+1_annapurna","alexander mcqueen","american vintage","area","armani collezioni","ascension","asos","autograph","aviu","balenciaga","ballantyne","bea yuk mui","black","blue area","blumarine","boden","bottega veneta","boutique","brunello cucinelli","cashmere","catherine malandrino","cavalli","clement","closed","collezioni","cucinelli","d&g","dkny","dolce & gabbana","eight","ella moss","ermanno scervino","etro","faliero sarti","fay","fenn wright manson","g750g","gabbana","gai mattiolo","gap","giambattista valli","givenchy","halston","jacobs","jaeger","jeans","jucca","kangra cashmere","label","laura clement","lauren","lauren","lela rose","linea","luella","madeleine thompson","malandrino","malo","manson","marc","marc by marc jacobs","marni","mattiolo","mccartney","mcqueen","milly","missoni","miu","miu miu","moss","mui","normaluisa","notify jeans","owens","p.a.r.o.s.h.","pashmere","paul smith","pink","prada","prada linea rossa","princesse tam-tam","pringle","ralph lauren","ralph lauren black label","rick owens","roberto cavalli","rose","rossa","rvca","sarti","scervino","smith","stella mccartney","tam-tam","theory","thomas pink","thompson","topshop","valli","veneta","versace","vince","vintage","wallis","wright","wunderkind","yuk"],
["1076","17868","5297","15294","689","3813","8117","747","750","4486","8280","12155","774","775","17891","1874","8117","831","4128","844","16000","8296","12456","921","1919","17425","14069","747","8296","1024","156","1076","11836","194","12308","1146","6633","1166","15567","17916","1076","2281","2446","3590","1227","4492","379","15789","5504","15583","12456","1874","17425","1873","1874","3041","1848","1569","13268","921","1600","15567","379","379","1624","2281","2034","689","1665","1673","1674","1674","194","17891","12599","5504","3979","15623","15627","1795","15382","1847","1848","2574","2575","1873","1874","3979","1919","3041","1848","1939","6633","12308","1795","2034","2574","580","15382","13268","8031","3590","844","2199","2210","3813","8060","15567","14750","17891"],
"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@@