@@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,
["172"],
["&","&","109%","absorber","adidas","adidas by stella mccartney","alexander mcqueen","and","ann demeulemeester","armani","armani jeans","ascension","asics","asos","bejeweled","bench","bikkembergs","blugirl","burberry","cal","calvin klein","casall","cheap","chic","chloé","collection","columbia","couture","culture","danseurs","danza","demeulemeester","diesel","dimensione danza","emporio armani","england","esprit","european culture","evans","evisu","face","fila","fornarina","franklin & marshall","fred perry","g star","generation","gio goi","goi","hansen","helly hansen","hilfiger","james perse","jeans","jejia","john lewis","juicy couture","klein","kokon to zai","kookai","kuyichi","les maçons danseurs","lewis","linea","look","lucien pellat-finet","maine new england","manoush","mantaray","marks and spencer","marshall","matt roberts","maçons","mccartney","mcqueen","mey","miss sixty","morphine generation","moschino cheap & chic","new","new look","next","nike","north","o'neill","owens","peacocks","pellat-finet","perry","perse","pineapple","prada linea rossa","promod","puma","reebok","rick owens","roberts","rocawear","rossa","sauce","shock absorber","sixty","soul cal","spencer","star","stella","superdry","sweatybetty","the north face","tommy hilfiger","view collection","vip","wesc","woolrich","y-3","zai","zn 109%"],
["11857","1689","12807","7977","14","15400","689","15784","8096","1132","644","750","2723","4486","3909","7523","4448","830","870","8509","103","7555","1689","1689","955","2205","2280","309","12310","17943","8308","8096","172","8308","1132","7811","203","12310","8485","1149","578","216","2915","11857","1191","2303","1687","7665","7665","2958","2958","585","290","644","12433","7733","309","103","14688","7764","7768","17943","7733","1848","13328","6915","7811","3645","7813","15784","11857","13006","17943","15400","689","11938","398","1687","1689","7811","13328","16925","422","578","2672","3979","12632","6915","1191","290","7917","1848","15753","468","482","3979","13006","490","1848","18418","7977","398","8509","15784","2303","15400","8002","15786","578","585","2205","14502","5582","3377","8265","14688","12807"],
"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@@