@@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,
["422"],
["&","&","adidas","amplified","and","and","asos","autograph","babbleboom","baby","baby","baby","baby","baby banz","baby bootie","baby k","baker","banz","bateau","be & d","ben sherman","blossom","bob and blossom","bob the builder","boden","bonas","bonnie baby","bootie","builder","byblos","car","cheap monday","connection","converse","cotton monkey","d","d&g","diesel","disney","dkny","doo","dr. scholl's","duffer","energie","ermanno scervino","ferre'","figleaves","fraser","french connection","friends","frugi","gant","gap","garden","george","geox","gf ferre'","gio goi","goi","green baby","herring","hilfiger","house of fraser","howick","huggies","ikks","in the night garden","joey","john lewis","just sheepskin","k","katvig","kids","klitzeklein","la redoute","laboratories","lauren","levi's","lewis","look","marks and spencer","mirtillo","monday","monkey","moschino","mothercare","naturino","new look","night","nike","oh baby","oink","oliver bonas","organics for kids","patch","pediped","people tree","petit bateau","pingu","puffa","puma","pumpkin patch","quiksilver","racing","ralph lauren","red herring","redoute","reebok","roary the racing car","rocha","rocha.john rocha","rock star baby","scervino","scholl's","scooby doo","sheepskin","sherman","shoo","shoo shoo","snuglo","spencer","spiderman","st.","star","superstar","tailor","ted baker","the duffer of st. george","thomas & friends","thomas laboratories","timberland","tip toey joey","toey","tom tailor","tommy hilfiger","tree","ugg","umi","vans","vertbaudet","woody's"],
["783","13984","14","14937","8291","15784","4486","8280","7506","86","7678","7880","13880","7507","13055","13408","2098","7507","1811","783","72","8291","8291","13448","4128","15743","86","13055","13448","12209","13878","3548","227","144","5355","783","1024","172","173","156","17706","1086","12746","198","12308","12357","15568","7700","227","13984","18040","7657","2446","13641","12746","237","12357","7665","7665","7678","7941","585","7700","7701","14273","11881","13641","14482","7733","7749","13408","16345","7888","12473","15790","12950","1873","345","7733","13328","15784","15608","3548","5355","1688","13773","1720","13328","13641","422","7880","18249","15743","7888","1860","3162","7907","1811","13017","15364","468","1860","469","13878","1873","7941","15790","482","13878","7953","7953","13880","12308","1086","17706","7749","72","13916","13916","8429","15784","17745","12746","13880","12945","12755","2098","12746","13984","12950","582","14482","14482","12755","585","7907","2635","2183","2329","8447","12965"],
"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@@