@@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,
["1873"],
["&","&","absorba","adidas","and","and","angels with dirty faces","animal","anya hindmarch","aravore","armani","autograph","babbleboom","baby","baby","baby k","baker","bateau","bebe confort","ben sherman","blossom","blumarine","bob and blossom","boden","bonas","butterfly","cath kidston","classic winnie the pooh","colour","confort","conran","corner","cotton","d&g","debenhams","dirty","disney","dkny","doulton","emile et rose","energie","et","face","faces","fat face","ferre'","friends","frugi","garden","gf ferre'","gro-group","grobag","henrik vibskov","herring","hilfiger","hindmarch","humphrey's corner","ikea","in the night garden","j by jasper conran","jasper","jeans","john lewis","k","kids","kidston","la redoute","laboratories","lauren","lewis","little","made","mam","marks and spencer","maxi-cosi","men","miniamo","minnetonka","mirtillo","miss","miss sixty","monnalisa","mothercare","mr men & little miss","natural colour cotton","neal's yard","next","nibs","night","nike","oh baby","oink","oliver bonas","organics for kids","patch","penguin","pepe jeans","peppa pig","petit bateau","pig","pineapple","pooh","pumpkin patch","ralph lauren","red herring","redoute","reebok","rocha","rocha.john rocha","rock star baby","rose","royal doulton","royal selangor","selangor","sherman","sixty","speedo","spencer","star","starchild","tailor","tatty teddy","ted baker","teddy","their nibs","thomas & friends","thomas laboratories","tigerlily","timberland","tom tailor","tommy hilfiger","tripp","ugg","vertbaudet","vibskov","winnie","yard","zoggs"],
["13775","13984","16948","14","8291","15784","15908","7489","734","13391","746","8280","7506","7880","13880","13408","2098","1811","13430","72","8291","831","8291","4128","15743","873","7558","13496","18056","13430","7714","13633","18056","1024","7593","15908","173","156","498","7617","198","7617","7633","15908","7633","12357","13984","18040","13641","12357","16219","7680","8167","7941","585","734","13633","5821","13641","7714","7714","2315","7733","13408","7888","7558","15790","12950","1873","7733","13775","5843","13744","15784","12543","13775","16501","3099","15608","13775","398","14355","13773","13775","18056","7859","16925","8440","13641","422","7880","18249","15743","7888","1860","1803","2315","13835","1811","13835","7917","13496","1860","1873","7941","15790","482","7953","7953","13880","7617","498","15760","15760","72","398","542","15784","13880","13276","12755","17775","2098","17775","8440","13984","12950","8024","582","12755","585","8037","2635","8447","8167","13496","7859","8079"],
"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@@