@@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,
["2263"],
["&","&","acqua di parma","anatomicals","and","arden","asos","avon","bees","benefit","berry","bliss","bobbi brown","body","boots expert","botanics","brown","burt's bees","carrots","caudalie","clarins","clinique","decleor","di","dr nick lowe","dr sebagh","earle","elemis","elizabeth arden","eucerin","eve lom","expert","garnier","glory","henriksen","holistic silk","icelandic","kiehl's","korres","l'occitane","l'oreal","la roche-posay","la therapie","lancome","laura mercier","laurent","liz earle","lom","lord & berry","lowe","marks and spencer","mercier","neal's yard","nick","nivea","no7","ny","olay","ole henriksen","omorovicza","parma","philosophy","pixi","pure","roc","roche-posay","saint","sanctuary","sebagh","shiseido","shop","silk","silkskin","simple","skin ny","soap & glory","spencer","the body shop","therapie","this works","tær icelandic","works","yard","yes to carrots","yves saint laurent"],
["7799","8477","2693","11753","15784","1118","4486","4117","4133","800","7799","821","834","4405","13062","13064","834","4133","13326","923","974","2402","3427","2693","13085","6576","7792","1110","1118","4190","6626","13062","5808","8477","1756","8466","15774","4259","4262","1467","4265","4268","15419","1485","1492","2263","7792","6626","7799","13085","15784","1492","7859","13085","4313","13174","8476","4318","1756","8473","2693","1817","3480","16605","4363","4268","2263","3860","6576","3489","4405","8466","8475","2003","8476","8477","15784","4405","15419","4590","15774","4590","7859","13326","2263"],
"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@@