@@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,
["309"],
["&","0044","77","acne jeans","alessandrini","alexander","amusement","and","and","ann demeulemeester","anonyme","apc","april 77","asola","asos","austin reed","autograph","b store","baker","balenciaga","banks","barrett","ben sherman","blaak homme","blue harbour","boglioli","bugatti","burberry","burton","circle","cole","collezione","conran","couture","d&g","daniele alessandrini","demeulemeester","dior homme","dries van noten","duffer","esprit","esquire","filippa k","filson","firetrap","folk","forzieri","franklin & marshall","full circle","g star","gallery","gant","gap","george","gio goi","goi","harbour","hartford","herring","holland esquire","homme","homme","hundred","j by jasper conran","j. lindeberg","jack and jones","jacobs","jacobs","jaeger","jasper","jeans","jeff banks","john lewis","jones","juicy couture","junk de luxe","k","kenneth cole","la redoute","lanvin","lewis","lindeberg","linea","look","luxe","maison martin margiela","mango","mantaray","marc","marc by marc jacobs","marc jacobs","margiela","market","marks and spencer","marshall","martin","mcq by alexander mcqueen","mcqueen","mjolk","modern amusement","moncler","nash","neil barrett","new look","next","noten","o'neill","oliver spencer","original penguin","paul smith","peacocks","penguin","people's market","prps","red herring","redoute","reed","rocha","rocha.john rocha","rogues gallery","sherman","smith","societe anonyme","spencer","spencer","st.","star","store","superdry","ted baker","the duffer of st. george","theory","thomas nash","timberland","topman","u-ni-ty","uniqlo","van","vivienne westwood","westwood","won hundred","wood","wood wood","woolrich","yamamoto","ymc","yohji yamamoto"],
["11857","16926","3518","3507","12274","4296","1677","7718","15784","8096","14734","3517","3518","14626","4486","758","8280","7505","2098","774","7727","7860","72","15539","8290","14635","12203","870","2297","7654","321","8304","7714","309","1024","12274","8096","8142","2676","12746","203","11876","5388","4020","7638","14664","8324","11857","7654","2303","3897","7657","2446","12746","7665","7665","8290","1262","7941","11876","15539","8142","7469","7714","3891","7718","379","1606","15789","7714","3507","7727","7733","7718","309","8348","5388","321","15790","1487","7733","3891","7790","13328","8348","7812","4493","7813","379","379","1606","7812","7908","15784","11857","7812","4296","4296","14714","1677","1683","8022","7860","13328","16925","2676","2672","8397","1767","1795","12632","1767","7908","3196","7941","15790","758","7953","7953","3897","72","1795","14734","15784","8397","12746","2303","7505","8002","2098","12746","580","8022","582","12953","13359","8484","2676","3733","3733","7469","8264","8264","3377","2258","8074","2258"],
"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@@