@@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,
["144"],
["&","&","109%","adidas","adidas by stella mccartney","and","ann demeulemeester","armani","armani jeans","ascension","asics","asos","bench","bikkembergs","blugirl","burberry","cheap","chic","chloé","converse","couture","culture","danseurs","danza","demeulemeester","diesel","dimensione danza","emporio armani","england","esprit","european culture","evans","evisu","fila","fornarina","franklin & marshall","g star","gio goi","goi","hansen","helly hansen","james perse","jeans","jejia","juicy couture","kokon to zai","kookai","les maçons danseurs","linea","maine new england","manoush","mantaray","marks and spencer","marshall","matt roberts","maçons","mccartney","mey","miss sixty","moschino cheap & chic","new","nike","owens","peacocks","perse","pineapple","prada linea rossa","promod","reebok","rick owens","roberts","rossa","sauce","sixty","spencer","star","stella","superdry","sweatybetty","vip","wesc","y-3","zai","zn 109%"],
["11857","1689","12807","14","15400","15784","8096","1132","644","750","2723","4486","7523","4448","830","870","1689","1689","955","144","309","12310","17943","8308","8096","172","8308","1132","7811","203","12310","8485","1149","216","2915","11857","2303","7665","7665","2958","2958","290","644","12433","309","14688","7764","17943","1848","7811","3645","7813","15784","11857","13006","17943","15400","11938","398","1689","7811","422","3979","12632","290","7917","1848","15753","482","3979","13006","1848","18418","398","15784","2303","15400","8002","15786","14502","5582","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@@