@@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,
["955"],
["&","agent provocateur","alexander mcqueen","and","animal","annette","apc","aristoc","ascension","asos","asos","aston","autograph","baker","ballet","betsey johnson","birger","body","bonas","by malene birger","calvin klein","cavallini","chantelle","charnos","cheap monday","chilli pepper","chloe","chloé","connection","conran","costume dept.","debenhams","denim","dept.","diesel","disney","dorothy perkins","dr. denim","else","emilio cavallini","esprit","evans","falke","fantasie","figleaves","firetrap","flexees","flirt for asos","flirt!","french connection","gap","geiger","gestuz","gipsy","gossard","henrik vibskov","herring","hilfiger","holland","house of holland","j by jasper conran","jacobs","jasper","jigsaw","john lewis","johnson","jonathan aston","killah","klein","kokon to zai","kookai","kurt geiger","la perla","la redoute","laden","lejaby","levante","lewis","lipsy","lna","look","lounge lover","lover","lytess","maidenform","malene","mango","manoush","marc","marc by marc jacobs","marks and spencer","marni","mccartney","mcqueen","miss selfridge","missoni","miu","miu miu","moda","moi?","monday","motel","natural animal","new look","next","nümph","oasis","olga","oliver bonas","panache","passionata","patrizia pepe","peacocks","pepe","pepper","per una","perkins","perla","polly","pour moi?","presence","pretty polly","promod","provocateur","red herring","redoute","reiss","religion","republic","scala","see by chloe","selfridge","showroom","skechers","somethin' else from skechers","spanx","spencer","stella mccartney","susannah","ted baker","the body wrap","the laden showroom","tommy hilfiger","topshop","trinny & susannah","tummie","twenty8twelve","ultimo","una","vero moda","vibskov","vila","wallis","warehouse","whistles","wolford","wonderbra","wrap","yummie tummie","zai"],
["8036","3399","689","15784","7016","11757","3517","7497","750","4486","7641","7739","8280","2098","7512","75","3540","12032","15743","3540","103","1127","938","11804","3548","7565","1982","955","227","7714","17904","7593","13339","17904","172","173","7607","13339","2605","1127","203","8485","3931","211","15568","7638","1181","7641","4195","227","2446","7767","7661","7666","7675","8167","7941","585","15436","15436","7714","379","7714","7731","7733","75","7739","3016","103","14688","7764","7767","1473","15790","8016","1506","7784","7733","7791","3962","13328","18009","18009","17481","376","3540","4493","3645","379","379","15784","1624","2034","689","7835","1673","1674","1674","8054","11971","3548","7850","7016","13328","16925","17558","7875","436","15743","7898","7902","7903","12632","7903","7565","8406","7607","1473","11975","11971","7928","11975","15753","3399","7941","15790","14087","7945","8507","2591","1982","7835","8016","2605","2605","2023","15784","2034","8036","2098","12032","8016","585","8031","8036","14614","15401","8044","8406","8054","8167","8058","8060","8061","8064","2240","8071","12032","14614","14688"],
"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@@