@@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,
["1847"],
["0039 italy","1 madison","adidas","alberto guardiani","alden","alessandrini","alexander mcqueen","and","aquascutum london","armani","armani","ask the missus","asos","austin reed","autograph","b store","baker","banks","barker","barracuda","base london","ben sherman","blaak homme","black diamond","bottega veneta","brian dales","bruno magli","brunori","burlington","burton","cafe'noir","cambridge silversmiths","camper","cartier","cavalli","ceremony","cheaney","church","ciro lendini","clarks","collection privée?","collezione","conran","creative","cristiano gualtieri","cycle","d&g","d'oro","dales","daniele alessandrini","diamond","dkny","dries van noten","dsquared","edward green","emporio armani","fabi","faith","farhi","ferre","fly london","forzieri","fratelli","geiger","geox","gianfranco ferre","gibson","giorgio armani","green","grenson","gualtieri","guardiani","gucci","hand","henley","herring","hogan","homme","hudson","hush puppies","italy","j by jasper conran","jacobs","jasper","jeff banks","jeffery west","jil sander","john lewis","joseph cheaney","just cavalli","kew","kurt geiger","la redoute","laurent","lendini","levi's","lewis","loake","london","london","london","look","made","madison","magli","maldini","marc jacobs","marks and spencer","marsèll","mcqueen","mephisto","missus","moma","moreschi","n.d.c. made by hand","nash","new look","nicole farhi","noten","office","officine creative","opening ceremony","osborne","oxford","pakerson","pantofola d'oro","paul smith","pirelli","pollini","poste","prada","premiata","privée?","puppies","red herring","redoute","reed","replay","rocha","rocha.john rocha","rockport","rossi","s***r","saint","sander","santoni","serafini","sergio rossi","sherman","silversmiths","smith","spencer","sperry","store","ted baker","thomas nash","thompson","tod's","topman","tricker's","van","veneta","vicini","walsh","west","yves saint laurent"],
["12092","645","14","12123","8088","12274","689","15784","7495","1132","1225","7502","4486","758","8280","7505","2098","7727","7516","12166","14142","72","15539","6437","844","12196","862","8297","18152","2297","12211","4703","890","913","1416","3671","7742","7569","12238","136","12247","8304","7714","7879","12264","12268","1024","12620","12196","12274","6437","156","2676","1090","7616","1132","12317","7628","7864","1219","1183","8324","2919","7767","237","1219","239","1225","7616","7679","12264","12123","1242","13349","7692","7941","1279","15539","1289","268","12092","7714","1606","7714","7727","7728","1372","7733","7742","1416","12465","7767","15790","2263","12238","345","7733","7794","7495","14142","1183","13328","13349","645","862","12522","1606","15784","12534","689","1651","7502","8213","7848","13349","8022","13328","7864","2676","7878","7879","3671","7890","16570","8399","12620","1795","1831","1838","7926","1847","12656","12247","268","7941","15790","758","1902","7953","7953","494","1985","8243","2263","1372","1961","17712","1985","72","4703","1795","15784","544","7505","2098","8022","12752","2129","12953","18311","2676","844","2202","2223","7728","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@@