@@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,
["422"],
["&","adidas","all saints","and","animal","autograph","baby","baker","ben sherman","bench","berghaus","bob the builder","boden","builder","c.p. company","company","connection","conran","converse","coq","curl","debenhams","diesel","duffer","energie","face","fat face","french connection","friends","george","hansen","helly hansen","herring","hilfiger","j by jasper conran","jasper","jeans","john lewis","jones","kim","la redoute","le coq sportif","lewis","look","marks and spencer","mirtillo","moschino","mothercare","new look","next","nike","o'neill","pepe jeans","puma","quiksilver","red herring","redoute","reebok","rip curl","rocha","rocha.john rocha","rock star baby","roxy","saints","sherman","shockers","spencer","sportif","st.","star","tailor","ted baker","the duffer of st. george","the shockers","thomas & friends","tom tailor","tommy hilfiger","tomster","umbro by kim jones","vertbaudet"],
["13984","14","7478","15784","7489","8280","13880","2098","72","7523","12176","13448","4128","13448","12210","12210","227","7714","144","3039","3224","7593","172","12746","198","7633","7633","227","13984","12746","2958","2958","7941","585","7714","7714","2315","7733","7464","7464","15790","3039","7733","13328","15784","15608","1688","13773","13328","16925","422","2672","2315","468","469","7941","15790","482","3224","7953","7953","13880","497","7478","72","12748","15784","3039","12746","13880","12755","2098","12746","12748","13984","12755","585","12757","7464","8447"],
"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@@