@@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,
["2139"],
["&","78","alaia","alberta","alexander mcqueen","alexander wang","all saints","and","and","asos","autograph","baker","balenciaga","balmain","belstaff","bolongaro trevor","bottega veneta","brato","burberry","burch","calvin klein","cavalli","chloƩ","chris","cortiis","d&g","di","diane von furstenberg","diesel","doma","dsquared","elizabeth and james","fendi","ferretti","firetrap","forzieri","frani","furstenberg","gap","gestuz","giorgio brato","halston","haute vincenzo de cortiis","herring","hilfiger","jacobs","jaeger","james","jeans","john lewis","karen millen","kate moss","klein","kobo","kokosalaki","kookai","lauren","laurent","levi's","lewis","london","look","lot 78","marc jacobs","marks and spencer","matthew williamson","mcqueen","mike & chris","millen","mishumo","miu","miu miu","moda","moss","new look","oasis","owens","paola frani","patrizia pepe","pepe","pepe jeans","phi","philosophy di alberta ferretti","proenza schouler","ralph lauren","red herring","red valentino","rick owens","rika","roberto cavalli","rocha","rocha.john rocha","ronny","saint","saints","schouler","sophia kokosalaki","spencer","ted baker","temperley london","theory","tommy hilfiger","torn by ronny kobo","tory burch","trevor","twenty8twelve","valentino","veneta","vero moda","vila","vincenzo","von","wang","williamson","wisch","yves saint laurent"],
["3653","15597","683","3169","689","3510","7478","7435","15784","4486","8280","2098","774","14064","7521","11784","844","12367","870","2139","103","1919","955","3653","14671","1024","3169","171","172","3924","1090","7435","1171","3169","7638","8324","12622","171","2446","7661","12367","4492","14671","7941","585","1606","15789","7435","2315","7733","7751","13127","103","14855","3707","7764","1873","2263","345","7733","2102","13328","15597","1606","15784","1636","689","3653","7751","12564","1674","1674","8054","13127","13328","7875","3979","12622","7903","7903","2315","8225","3169","3193","1873","7941","1893","3979","8238","1919","7953","7953","14855","2263","7478","3193","3707","15784","2098","2102","580","585","14855","2139","11784","15401","1893","844","8054","8058","14671","171","3510","1636","12799","2263"],
"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@@