@@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,
["957"],
["&","&","&","&","17","2000","2true","3 custom color","airlines","ambre solaire","anatomicals","and","arden","asos","autograph","avon","balance me","balm","bamford","barry m","beauty","bees","belly","belmacz","benefit","bobbi brown","body","bonas","boots expert","botanics","bourjois","brown","buin","burt's bees","cargo","carmex","cath kidston","caudalie","chilli pepper","christian dior","clarins","clinique","co","collection 2000","color","cowshed","custom","cynthia rowley","decay","decleor","dior","dr lipp","duwop","eco","elemis","elizabeth arden","energys","eve lom","expert","faced","factor","fade","food","fraser","frugi","givenchy","glory","hello kitty","henriksen","house of fraser","jelly belly","jelly pong pong","jemma kidd","jigsaw","joe","johnson","junk food","kidd","kidston","kiehl's","kitty","korres","l'oreal","lancome","laura mercier","laurent","liparazzi","lipp","lom","look","m","malin+goetz","marks and spencer","max factor","maybelline","md skincare","me","me to you","mercier","nars","new look","nivea","no7","nvey eco","ole henriksen","oliver bonas","pai skincare","paul & joe","pepper","per una","philosophy","pixi","piz buin","pong","pong","pop beauty","pure","pure venom","ren","revlon","rimmel","rose & co","rowley","saint","sanctuary","shiseido","shop","skincare","skincare","soap & glory","solaire","soltan","sparkle & fade","spencer","superdrug","the balm","the body shop","this works","too faced","tropez","ultrasun","una","urban decay","uslu airlines","vaseline","venom","works","you","yves saint laurent"],
["1793","7956","8477","2319","13038","15809","15793","15663","14747","15794","11753","15784","1118","4486","8280","4117","7510","2620","8111","6288","3481","4133","7729","15673","800","834","4405","15743","13062","13064","3412","834","13184","4133","3416","13290","7558","923","7565","957","974","2402","7956","15809","15663","7584","15663","1021","3501","3427","957","6575","1097","12081","1110","1118","11845","6626","13062","2135","4293","2319","1415","7700","18040","1227","8477","1271","1756","7700","7729","4243","2981","7731","1793","1389","1415","2981","7558","4259","1271","4262","4265","1485","1492","2263","11921","6575","6626","13328","6288","3463","15784","4293","4295","3085","7510","16485","1492","3125","13328","4313","13174","12081","1756","15743","15746","1793","7565","8406","1817","3480","13184","4243","4243","3481","16605","11977","3483","4355","4358","7956","1021","2263","3860","3489","4405","3085","15746","8477","15794","13210","2319","15784","15861","2620","4405","4590","2135","13324","8045","8406","3501","14747","5907","11977","4590","16485","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@@