@@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,
["3118"],
["&","adidas","all saints","armani","asos","ben sherman","blaak homme","blinde","bloc","blue harbour","brilli","carrera","cavalli","christian dior","cutler & gross","d&g","dior","dior homme","dsquared","esprit","eyewear","farrow","ferrari","ford","forzieri","giorgio armani","gross","gucci","harbour","henrik vibskov","holland","homme","homme","house of holland","initium eyewear","jacobs","jacobs","jeans","jeepers peepers","ksubi","lamborghini","laurent","len","linda farrow vintage","linea","m:uk","mango","marc","marc by marc jacobs","marc jacobs","matthew williamson","mosley tribes","natalia brilli","next","oakley","peepers","pepe jeans","persol","police","prada","prada linea rossa","raf simons","ray-ban","retrosuperfuture","roberto cavalli","rossa","saint","saints","sherman","simons","spitfire","super","tom ford","topman","trainerspotter","tribes","valentino","vibskov","vintage","von zipper","williamson","yves saint laurent","zipper"],
["14649","14","7478","1225","4486","72","15539","820","7535","8290","14715","911","1919","957","14649","1024","957","8142","1090","203","1316","3629","3436","2130","8324","1225","14649","1242","8290","8167","15436","15539","8142","15436","1316","379","1606","2315","7726","3618","12481","2263","16411","3629","1848","7807","4493","379","379","1606","1636","3118","14715","16925","434","7726","2315","8407","7924","1847","1848","7938","1883","15637","1919","1848","2263","7478","72","7938","7990","14739","2130","12953","14744","3118","2188","8167","3629","3363","1636","2263","3363"],
"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@@