@@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,
["734"],
["&","17","acqua di parma","alviero martini","and","anya hindmarch","armani","avon","baker","beamon","beauty","bees","benefit","bobbi brown","bonas","bottega veneta","brown","burt's bees","buti","cadeau","calcutta","cath kidston","coco ribbon","connection","conran","conran","deluxe","designs","di","dkny","dorothy perkins","emporio armani","erickson beamon","face","factor","fat face","figleaves","firetrap","french connection","gant","glory","guinness","herring","hindmarch","j by jasper conran","jacobs","jaeger","jas m.b.","jasper","jasper conran","jellycat","john lewis","julien","kate sheridan","kidston","kiely","laura mercier","laurent","lewis","liberty of london designs","london","london","lulu guinness","m.b.","macdonald","mango","manumit","marc","marc by marc jacobs","maria","marks and spencer","martini","max factor","mccartney","me to you","mercier","mogil","moreschi","nica","no7","nv london calcutta","oasis","oliver bonas","orla kiely","parma","per una","perkins","pop beauty","pussy deluxe","radley","red herring","ribbon","saint","sheridan","smith","soap & glory","spencer","star by julien macdonald","stella mccartney","superdrug","suzy smith","ted baker","theresa","torrini","tripp","una","veneta","vive maria","you","yves saint laurent","zpm"],
["8477","13038","2693","15402","15784","734","1132","4117","2098","1138","3481","4133","800","834","15743","844","834","4133","8298","100","18058","7558","7577","227","7714","4927","17636","15593","2693","156","7607","1132","1138","7633","4293","7633","15568","7638","227","7657","8477","1573","7941","734","7714","379","15789","4440","7714","4927","14077","7733","7996","14685","7558","4476","1492","2263","7733","15593","15593","18058","1573","4440","7996","4493","18054","379","379","12783","15784","15402","4293","2034","16485","1492","7840","7848","7862","13174","18058","7875","15743","4476","2693","8406","7607","3481","17636","7937","7941","7577","2263","14685","8003","8477","15784","7996","2034","15861","8003","2098","15862","8444","8037","8406","844","12783","16485","2263","12062"],
"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@@