@@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,
["1272"],
["&","&","3.1 phillip lim","alexander mcqueen","anastase","and","and","ann demeulemeester","antik batik","asos","balenciaga","batik","belstaff","berman","bottega veneta","boutique","brato","bruno","burberry","cavalli","ceremony","charles anastase","chloé","christian dior","coast","cocco'","cole","dacute","debenhams","demeulemeester","diane von furstenberg","dior","divina","donna karan","donoghue","duvetica","edelman","elizabeth and james","england","esprit","faith","fendi","firetrap","forzieri","fraser","furstenberg","giorgio brato","givenchy","golden goose","goose","helene berman","helmut lang","house of fraser","inès & marèchal","jaeger","james","jeans","jensen","jil sander","john lewis","julia cocco'","julien","k-yen","karan","karen millen","karl donoghue","kenneth cole","killah","kookai","lang","lempelius","lewis","lim","look","macdonald","maine new england","maliparmi","mango","marks and spencer","marni","marèchal","matthew williamson","mcqueen","millen","miss sixty","miu","miu miu","moda","moncler","motel","new","new look","noise","oasis","opening ceremony","owens","peacocks","pepe jeans","per una","peter jensen","peuterey","phi","phillip","preen","pringle","promod","reiss","rick owens","roberto cavalli","rocha","rocha.john rocha","salomon","sam edelman","sander","silence & noise","sixty","spencer","star by julien macdonald","sylvie","topshop","una","unique boutique","vanessa bruno","veneta","vero moda","vila","von","warehouse","williamson","woolrich"],
["15825","2317","2687","689","7563","7435","15784","8096","3905","4486","774","3905","7521","7691","844","8046","12367","2190","870","1919","3671","7563","955","957","7575","8347","321","18447","7593","8096","171","957","12292","1082","3953","14657","504","7435","7811","203","7628","1171","7638","8324","7700","171","12367","1227","3592","3592","7691","1272","7700","15825","15789","7435","2315","14721","1372","7733","8347","7996","1420","1082","7751","3953","321","3016","7764","1272","14692","7733","2687","13328","7996","7811","12524","4493","15784","1624","15825","1636","689","7751","398","1674","1674","8054","1683","7850","7811","13328","2317","7875","3671","3979","12632","2315","8406","14721","12640","8225","2687","8230","2575","15753","14087","3979","1919","7953","7953","3239","504","1372","2317","398","15784","7996","14462","8031","8406","8046","2190","844","8054","8058","171","8061","1636","3377"],
"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@@