@@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,
["1817"],
["17","ambre solaire","and","avon","bake","benefit","buin","care","carmex","caudalie","clarins","clinique","co","decleor","dr sebagh","earle","elemis","esthederm","faced","factor","fake bake","fraser","hansen","hei poa","house of fraser","institut esthederm","korres","l'oreal","la therapie","lancaster","lancome","ling skin care","liz earle","malin+goetz","marks and spencer","markwins","max factor","model co","neal's yard","nivea","no7","olay","p20","peter thomas roth","philosophy","piz buin","poa","riemann","rimmel","rodial","roth","sally hansen","sebagh","shiseido","simple","skin","solaire","solait","soltan","spencer","st. tropez","tan","therapie","thomas","too faced","tropez","tropez","ultrasun","xen tan","yard"],
["13038","15794","15784","4117","3435","800","13184","15725","13290","923","974","2402","12902","3427","6576","7792","1110","6775","2135","4293","3435","7700","4372","11875","7700","6775","4262","4265","15419","3454","1485","15725","7792","3463","15784","7818","4293","12902","7859","4313","13174","4318","7895","3477","1817","13184","11875","7951","4358","7202","3477","4372","6576","3489","2003","15725","15794","15859","13210","15784","7995","8073","15419","3477","2135","7995","13324","8045","8073","7859"],
"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@@