@@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,
["2199"],
["&","&","0044","1881 cerruti blue","acne jeans","adidas","all saints","and","armani","armani collezioni","austin reed","autograph","baker","balenciaga","balmain","banks","barrett","bazaar","ben sherman","big","black","black tie","blue","boden","boss","boss black","boule de neige","bruuns bazaar","burton","calvin klein","carter","cavalli","centaur big & tall","cerruti","cerruti","cnc costume national","cole","collection","collezione","collezioni","connection","conran","costume","d&g","dexter","dior homme","dolce & gabbana","dries van noten","dsquared","duffer","emporio armani","esprit","exte","fraser","french connection","g star","gabbana","gazzarrini","george","gibson","herring","hilfiger","hilton","homme","house of fraser","hugo boss","j by jasper conran","jackson","jacobs","jaeger","jasper","jeans","jeff banks","jil sander","john lewis","john varvatos","junk de luxe","just cavalli","karl jackson","kenneth cole","kilgour","klein","la redoute","lacoste","lambretta","lan.f.lli cerruti","lanvin","lardini","laurent","lewis","limehaus","linea","look","luxe","maison martin margiela","marc","marc by marc jacobs","margiela","marks and spencer","martin","milano","mishumo","mugler","nash","national","neige","neil barrett","new","new look","next","noten","paoloni","paul smith","peter werth","pink","piombo","prada","raf simons","red herring","redoute","reed","reiss","remus","richmond","rocha","rocha.john rocha","s.o.h.o new york","saint","saints","sander","selected","sherman","simon carter","simons","smith","spencer","st.","star","tall","ted baker","the duffer of st. george","thierry mugler","thomas nash","thomas pink","tie","tommy hilfiger","tonello","topman","uniqlo","van","varvatos","verri","versace","view collection","vivienne westwood","werth","westwood","yamamoto","yohji yamamoto","york","yves saint laurent"],
["7560","1076","16926","12095","3507","14","7478","15784","1132","747","758","8280","2098","774","14064","7727","7860","12201","72","7560","2380","7534","12095","4128","267","2380","17893","12201","2297","103","7982","1416","7560","12095","12482","5354","321","2205","8304","747","227","7714","5354","1024","1057","8142","1076","2676","1090","12746","1132","203","12314","7700","227","2303","1076","12351","12746","239","7941","585","12387","8142","7700","267","7714","7752","379","15789","7714","3507","7727","1372","7733","1385","8348","1416","7752","321","7759","103","15790","332","7774","12482","1487","12483","2263","7733","7787","7790","13328","8348","7812","379","379","7812","15784","7812","12558","12564","2622","8022","5354","17893","7860","12692","13328","16925","2676","17586","1795","7909","15382","12647","1847","7938","7941","15790","758","14087","12675","1908","7953","7953","12692","2263","7478","1372","8508","72","7982","7938","1795","15784","12746","2303","7560","2098","12746","2622","8022","15382","7534","585","12758","12953","8484","2676","1385","12775","2199","2205","3733","7909","3733","2258","2258","12692","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@@