@@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,
["1132"],
["&","+","7 for all mankind","ackermann","acne jeans","adidas","alexander","alexander mcqueen","alexander wang","alice + olivia","all","all saints","amalfi","and","ann demeulemeester","anonyme","antonio marras","armani","austin reed","autograph","bennett","berman","broke","burberry","celine","cheap monday","chloe","chloƩ","classic","conran","crave maternity","demeulemeester","deploy","diane von furstenberg","dorothy perkins","dries van noten","drykorn","dsquared","emporio armani","england","esprit","evans","fabulous","farhi","figleaves","furstenberg","gaultier","haider ackermann","henrik vibskov","hilfiger","issey miyake","j by jasper conran","jacobs","jaeger","jasper","jean paul gaultier","jeans","jil sander","john lewis","karen millen","kew","la redoute","lanvin","lauren","lauren ralph lauren","lewis","lk bennett","look","maine new england","mango","mankind","mara","marc jacobs","marks and spencer","marras","maternity","max mara","mccartney","mcq by alexander mcqueen","mcqueen","mcqueen","millen","miss selfridge","miyake","monday","mouret","new","new look","noten","oasis","olivia","p.a.r.o.s.h.","paul","paul smith","peacocks","perkins","pineapple","proenza schouler","ralph","reality studio","redoute","reed","rm by roland mouret","roland","saints","sander","sara berman","schouler","see by chloe","selfridge","smith","societe anonyme","spencer","stella mccartney","studio","sweatybetty","theory","tibi","tommy hilfiger","topshop","van","vibskov","vince","vivienne westwood","von","wang","westwood","y's","young fabulous & broke"],
["2260","694","3","14669","3507","14","4296","689","3510","694","3","7478","22","15784","8096","14734","732","1132","758","8280","7793","7965","2260","870","931","3548","1982","955","7572","7714","13008","8096","8141","171","7607","2676","12299","1090","1132","7811","203","8485","2260","7630","15568","171","641","14669","8167","585","2473","7714","1606","15789","7714","641","3507","1372","7733","7751","12465","15790","1487","338","338","7733","7793","13328","7811","4493","3","1638","1606","15784","732","13008","1638","2034","4296","689","4296","7751","7835","2473","3548","7952","7811","13328","2676","7875","694","15623","641","1795","12632","7607","7917","3193","338","14724","15790","758","7952","7952","7478","1372","7965","3193","1982","7835","1795","14734","15784","2034","14724","15786","580","2115","585","8031","2676","8167","2210","3733","171","3510","3733","15662","2260"],
"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@@