@@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,
["923"],
["&","&","anatomicals","arden","avene","avon","balance me","bees","benefit","bliss","body","boots expert","botanics","burt's bees","carrots","caudalie","clarins","clearasil","clinique","crystals","decleor","dermalogica","dr nick lowe","dr sebagh","e45","earle","elemis","elizabeth arden","espa","eucerin","eve lom","expert","eyeko","garnier","glory","green people","henriksen","ilcsi","ina crystals","ives","joe","kiehl's","korres","l'oreal","la roche-posay","laura mercier","liz earle","lom","lowe","malin+goetz","me","mercier","neal's yard","neutrogena","nick","nivea","no7","olay","ole henriksen","omorovicza","organic surge","pai skincare","paul & joe","people","ren","roc","roche-posay","sanctuary","sebagh","shiseido","shop","simple","skincare","soap & glory","spa","st. ives","surge","temple spa","the body shop","this works","trilogy","weleda","works","yard","yes to carrots"],
["1793","8477","11753","1118","13051","4117","7510","4133","800","821","4405","13062","13064","4133","13326","923","974","15808","2402","6769","3427","4163","13085","6576","15817","7792","1110","1118","15565","4190","6626","13062","15820","5808","8477","13262","1756","15713","6769","4392","1793","4259","4262","4265","4268","1492","7792","6626","13085","3463","7510","1492","7859","4312","13085","4313","13174","4318","1756","8473","15845","15746","1793","13262","3483","4363","4268","3860","6576","3489","4405","2003","15746","8477","8439","4392","15845","8439","4405","4590","2153","5914","4590","7859","13326"],
"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@@