@@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,
["7844"],
["&","3.1 phillip lim","aftershock","and","andreasson","anna lou","asos","attack","autograph","autumn cashmere","babyliss","barts","beamon","behr","berman","beyond the valley","bonas","brato","braun","cashmere","cath kidston","charles worthington","coast","conran","debut","deepa gurnani","dogeared","dorothy perkins","elemis","erickson beamon","eugenia kim","evans","galvin","ghd","giorgio brato","gurnani","guy","harlow","harlow","hat attack","hatbox","helene berman","herring","house of harlow","ignite","j by jasper conran","jacobs","jasper","jeans","jennifer behr","jennifer ouellette","john lewis","jon richard","julien","karin andreasson","kidston","kim","kylie minogue","lanvin","lauren","lauren moshi","leigh","lewis","lim","lipsy","look","lou","louise galvin","lowie","lulu","macdonald","marc","marc by marc jacobs","marks and spencer","minogue","miss selfridge","miu","miu miu","monsoon","moods","moshi","new look","news","no7","oasis","oliver bonas","ouellette","paleari news","peacocks","pepe jeans","perkins","phillip","promod","queen","rachel leigh","ralph lauren","red herring","reiss","richard","selfridge","snow queen","sorbie","spencer","star by julien macdonald","swarovski","sweatybetty","toni & guy","topshop","trevor sorbie","tweezerman","ugg","valley","wahl","wallis","whitely","worthington"],
["8028","2687","8085","15784","14684","7491","4486","14556","8280","759","7509","18140","1138","4244","7691","14633","15743","12367","4691","759","7558","4140","7575","7714","7594","18097","2421","7607","1110","1138","1147","8485","11924","4201","12367","18097","8028","3596","18381","14556","7687","7691","7941","18381","2464","7714","379","7714","2315","4244","4027","7733","7738","7996","14684","7558","1147","7769","1487","1873","3626","1866","7733","2687","7791","13328","7491","11924","14701","1571","7996","379","379","15784","7769","7835","1674","1674","7844","17536","3626","13328","14719","13174","7875","15743","4027","14719","12632","2315","7607","2687","15753","7985","1866","1873","7941","14087","7738","7835","7985","13229","15784","7996","2061","15786","8028","8031","13229","2171","2635","14633","7385","8060","8065","4140"],
"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@@