@@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,
["379"],
["&","&","&","78","adidas","aeronautica militare","alessandrini","alexander mcqueen","all saints","and","and","armand basi","asos","austin reed","autograph","balmain","banks","baracuta","barbour","barrett","basi","belstaff","ben sherman","birger","blaak homme","blue harbour","bolongaro trevor","boxfresh","bronx","burberry","c.p. company","chevignon","circle","collezione","company","connection","conran","daniele alessandrini","day birger et mikkelsen","diesel","dirty english","dolce & gabbana","drestrip","dsquared","duffer","edeis","elvis jesus","energie","english","esquire","et","face","fat face","fila","firetrap","forzieri","franklin & marshall","fraser","fred perry","french connection","full circle","gabbana","gabicci vintage","gant","gap","george","gio goi","goi","grifoni","harbour","herring","hilfiger","holland esquire","homme","house of fraser","j by jasper conran","j. lindeberg","jack and jones","jacobs","jacobs","japan","jasper","jeff banks","jesus","john lewis","jones","junk de luxe","la redoute","lanvin","levi's","lewis","lindeberg","linea","look","lot 78","luxe","mango","mantaray","marc","marc by marc jacobs","marc jacobs","marks and spencer","marshall","mastermind japan","mauro grifoni","mcqueen","mikkelsen","milano","militare","nash","neil barrett","new look","next","owens","paul smith","penfield","perry","prps","red herring","redoute","redskins","reed","reiss","religion","richmond","rick owens","rocha","rocha.john rocha","saints","schott","scotch & soda","sherman","smith","soda","spencer","st.","superdry","tailor","the duffer of st. george","thomas nash","tom tailor","tommy hilfiger","topman","trevor","vintage","walter","ymc"],
["1076","11857","5533","15597","14","18126","12274","689","7478","7718","15784","15532","4486","758","8280","14064","7727","15432","7515","7860","15532","7521","72","3922","15539","8290","11784","7539","860","870","12210","12230","7654","8304","12210","227","7714","12274","3922","172","15505","1076","14656","1090","12746","17215","7436","198","15505","11876","3922","7633","7633","216","7638","8324","11857","7700","1191","227","7654","1076","11862","7657","2446","12746","7665","7665","12542","8290","7941","585","11876","15539","7700","7714","3891","7718","379","1606","14708","7714","7727","7436","7733","7718","8348","15790","1487","345","7733","3891","7790","13328","15597","8348","4493","7813","379","379","1606","15784","11857","14708","12542","689","3922","12558","18126","8022","7860","13328","16925","3979","1795","5514","1191","3196","7941","15790","17649","758","14087","7945","1908","3979","7953","7953","7478","8245","5533","72","1795","5533","15784","12746","8002","12755","12746","8022","12755","585","12953","11784","11862","621","8074"],
"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@@