@@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,
["1768"],
["&","&","alison raffaele","alkaitis","and","arden","avon","balance me","becca","bio-oil","bliss","boots expert","care","caudalie","clarins","como shambhala","connection","cowshed","dabbs","decleor","divine","dr. alkaitis","e45","elemis","elizabeth arden","emu","esthederm","expert","figs & rouge","french connection","golden emu oil","inlight","institut esthederm","isi","joe","kirsty mcleod","l'oreal","labrecque","lancome","ling skin care","luca","margaret dabbs","marks and spencer","mcleod","me","nivea","ny","oil","organics","origins","paul & joe","paul labrecque","per una","pommade divine","raffaele","ren","riemann","rouge","sanctuary","seboni","shambhala","skin","skin ny","sophyto organics","spencer","superdrug","tan","this works","trilogy","una","works","xen tan"],
["7635","1793","3403","15690","15784","1118","4117","7510","787","7532","821","13062","15725","923","974","15683","227","7584","8373","3427","15750","15690","15817","1110","1118","15706","6775","13062","7635","227","15706","15714","6775","13649","1793","15720","4265","15747","1485","15725","12509","8373","15784","15720","7510","4313","8476","15706","14599","1768","1793","15747","8406","15750","3403","3483","7951","7635","3860","15762","15683","15725","8476","14599","15784","15861","8073","4590","2153","8406","4590","8073"],
"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@@