@@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,
["955"],
["&","absorber","after eden","amoralia","and","anita","annette","aristoc","asos","aston","avent naturally","b","ballet","bees","black rivet","bravado","burt's bees","chantelle","chloƩ","colour","cotton","crave maternity","cupid","debenhams","dorothy perkins","eden","elle macpherson","emily","emily b","emma jane","empreinte","energys","esprit","everlast","fantasie","freya","garden","goddess","herring","hotmilk","in the night garden","isabella oliver","isi","james jeans","jane","jeans","jonathan aston","knickers","lejaby","lepel","letarte","licious","lilypadz","look","macpherson","mama licious","mama mio","marks and spencer","maternity","maternity","medela","mio","miraclesuit","miriam stoppard nurture","moda","mothercare","mystique","natural colour cotton","naturally","naturana","naughty","new look","nexcare","next","night","nurture","oliver","paige","panache","panties","peacocks","perkins","pink","playtex","red herring","rivet","royce","seafolly","sexy panties & naughty knickers","shock absorber","sloggi","spanx","speedo","spencer","splendour","stoppard","thomas pink","tiggers","tinkerbell","topshop","trilogy","triumph","tummie","vertbaudet","vitamin a","wonderbra","yummie tummie","zoggs"],
["1986","7977","11745","11751","15784","7490","11757","7497","4486","7739","13399","13556","7512","4133","79","851","4133","938","955","18056","18056","13008","1015","7593","7607","11745","1123","15695","13556","7619","11842","11845","203","15698","211","1200","13641","1228","7941","11877","13641","12986","13649","1347","7619","1347","7739","1986","1506","7783","1517","17489","14313","13328","1123","17489","1602","15784","13008","17499","6123","1602","396","7833","12567","13773","2547","18056","13399","11952","1986","13328","13792","16925","13641","7833","12986","1775","7898","1986","12632","7607","15382","7923","7941","79","7959","4375","1986","7977","7984","2023","542","15784","12019","7833","15382","17790","3721","8031","2153","8038","14614","8447","2215","8071","14614","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@@