@@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,
["1999"],
["&","&","&","17","2000","2true","3 custom color","and","arden","asos","autograph","avene","avon","balm","barry m","beauty","becca","belmacz","benefit","berry","blinc","bliss","bobbi brown","body","bonas","boots expert","botanics","bourjois","brown","cargo","carrots","caudalie","christian dior","clarins","clinique","collection 2000","color","cupid","custom","decay","decleor","dermalogica","dior","duwop","elemis","elizabeth arden","expert","eyeko","eylure","faced","factor","fade","garnier","givenchy","gosh","jelly pong pong","jemma kidd","joe","kidd","korres","l'oreal","lancome","laura mercier","laurent","lipsy","look","lord & berry","m","marimekko","marks and spencer","markwins","max factor","maybelline","mememe","mercier","miss sporty","n.v. perricone","nars","new look","no7","olay","oliver bonas","paul & joe","peacocks","per una","perricone","philosophy","pixi","pong","pong","pop beauty","prescriptives","pure","revlon","rimmel","roc","saint","shiseido","shop","shu uemura","simple","sparkle & fade","spencer","sporty","stila","the balm","the body shop","too faced","tweezerman","uemura","una","urban decay","yes to carrots","yves saint laurent"],
["7799","1793","2319","13038","15809","15793","15663","15784","1118","4486","8280","13051","4117","2620","6288","3481","787","15673","800","7799","3410","821","834","4405","15743","13062","13064","3412","834","3416","13326","923","957","974","2402","15809","15663","1015","15663","3501","3427","4163","957","1097","1110","1118","13062","15820","6628","2135","4293","2319","5808","1227","15823","4243","2981","1793","2981","4262","4265","1485","1492","2263","7791","13328","7799","6288","6118","15784","7818","4293","4295","15832","1492","15833","3122","3125","13328","13174","4318","15743","1793","12632","8406","3122","1817","3480","4243","4243","3481","3186","16605","4355","4358","4363","2263","3489","4405","1999","2003","2319","15784","15833","3493","2620","4405","2135","2171","1999","8406","3501","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@@