@@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,
["158"],
["&","6ixty 8ight","8ight","absorber","acne jeans","adore moi","agent provocateur","aguaclara","and","anita","annette","aristoc","asos","aubade","autograph","avon","ballet","blumarine","bodas","body","braza","calvin klein","charnos","collection","conran","debenhams","dkny","dkny jeans","falke","fantasie","figleaves","flexees","fraser","freya","gipsy","goddess","green","house of fraser","isabella oliver","j by jasper conran","jasper","jeans","jeans","john lewis","julien","kate moss","klein","la perla","la redoute","lejaby","lepel","lewis","look","lytess","macdonald","maidenform","marks and spencer","mary green","miraclesuit","moi","moi?","moontide","moss","naturana","new look","next","oliver","peacocks","perla","playtex","pour moi?","presence","provocateur","redoute","republic","scala","shock absorber","sloggi","spanx","spencer","splendour","star by julien macdonald","susannah","the body wrap","topshop","trinny & susannah","tummie","ultimo","view collection","wonderbra","wrap","yummie tummie"],
["8036","7473","7473","7977","3507","7476","3399","11746","15784","7490","11757","7497","4486","756","8280","4117","7512","831","11783","12032","7541","103","11804","2205","7714","7593","156","158","3931","211","15568","1181","7700","1200","7666","1228","2312","7700","12986","7714","7714","3507","158","7733","7996","13127","103","1473","15790","1506","7783","7733","13328","17481","7996","376","15784","2312","396","7476","11971","7846","13127","11952","13328","16925","12986","12632","1473","7923","11971","7928","3399","15790","8507","2591","7977","7984","2023","15784","12019","7996","8036","12032","8031","8036","14614","8044","2205","8071","12032","14614"],
"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@@