@@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,
["309"],
["&","&","adidas","amplified","and","and","and","aravore","armani","asos","autograph","baby","baby","baby","baby bootie","baby k","babybotte","baker","biagiotti","blossom","blumarine","bob","bob and blossom","boden","bonas","bonnie baby","bootie","butterfly","byblos","cath kidston","catimini","chloé","classic winnie the pooh","conley´s","connection","converse","corner","couture","d&g","debenhams","diesel","disney","dora the explorer","doudou","dr. scholl's","ermanno scervino","explorer","ferre'","fifi and the flower tots","figleaves","flower","french connection","frilly lily","frugi","gap","garden","geox","gf ferre'","green baby","hale bob","hello kitty","hilfiger","humphrey's corner","ikks","in the night garden","jeans","joey","john lewis","juicy couture","just sheepskin","k","kidston","kitty","la perla","la redoute","laura biagiotti","lauren","lewis","lily","linea","little","look","marks and spencer","matt & nat","men","mirtillo","miss","miss sixty","monnalisa","moschino","mothercare","mr men & little miss","nat","naturino","new look","next","nibs","night","nike","noddy","oh baby","oink","oliver bonas","patch","pepe jeans","peppa pig","perla","pig","pooh","puma","pumpkin patch","ralph lauren","redoute","rocha","rocha.john rocha","scervino","scholl's","sheepskin","sixty","spencer","tatty teddy","ted baker","teddy","their nibs","tigerlily","tinkerbell","tip toey joey","toey","tommy hilfiger","topshop","tots","ugg","umi","vans","vertbaudet","winnie"],
["14084","13775","14","14937","8291","13572","15784","13391","746","4486","8280","86","7678","7880","13055","13408","2733","2098","12485","8291","831","251","8291","4128","15743","86","13055","873","12209","7558","7559","955","13496","12251","227","144","13633","309","1024","7593","172","173","2423","15560","1086","12308","2423","12357","13572","15568","13572","227","13261","18040","2446","13641","237","12357","7678","251","1271","585","13633","11881","13641","2315","14482","7733","309","7749","13408","7558","1271","1473","15790","12485","1873","7733","13261","7790","13775","13328","15784","14084","13775","15608","13775","398","14355","1688","13773","13775","14084","1720","13328","16925","8440","13641","422","13793","7880","18249","15743","1860","2315","13835","1473","13835","13496","468","1860","1873","15790","7953","7953","12308","1086","7749","398","15784","17775","2098","17775","8440","8024","3721","14482","14482","585","8031","13572","2635","2183","2329","8447","13496"],
"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@@