@@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"],
["&","365","acne jeans","adidas","and","andrew mackenzie","armani","asos","athena","austin reed","autograph","baker","bjorn borg","black","borg","boss","boss black","boss orange","burton","c-in2","calvin klein","calvin klein 365","calvin klein steel","cavalli","cavalli","christian dior","comme des garcons","connection","conran","couture","d&g","debenhams","des","diesel","dior","dior homme","dkny","dolce & gabbana","ed hardy","emporio armani","energie","esprit","figleaves","french connection","gabbana","gap","garcons","green","hardy","herring","hilfiger","hom","homme","hugo boss","j by jasper conran","jasper","jeans","jockey","john lewis","joop!","juicy couture","just cavalli","klein","klein","klein","kostas murkudis","la redoute","lauren","lewis","mackenzie","mansilk by mary green","marks and spencer","mary","milano","moschino","murkudis","nash","nudies","orange","pants to poverty","patagonia","paul smith","polo ralph lauren","poverty","ra-re","ralph","red herring","redoute","reed","roberto cavalli","rocha","rocha.john rocha","schiesser","sloggi","smith","speedo","spencer","steel","ted baker","thomas nash","tommy hilfiger"],
["1076","11794","3507","14","15784","12134","1132","4486","17006","758","8280","2098","7533","2380","7533","267","2380","840","2297","11792","103","11794","11795","1416","1919","957","3421","227","7714","309","1024","7593","3421","172","957","8142","156","1076","1106","1132","198","203","15568","227","1076","2446","3421","11933","1106","7941","585","7698","8142","267","7714","7714","3507","295","7733","7741","309","1416","103","11794","11795","17404","15790","462","7733","12134","11933","15784","11933","12558","1688","17404","8022","3896","840","18061","6287","1795","462","18061","12665","462","7941","15790","758","1919","7953","7953","17700","7984","1795","542","15784","11795","2098","8022","585"],
"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@@