@@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,
["1272"],
["&","&","ackermann","adidas by stella mccartney","alexander","american apparel","and","and","apparel","armani","asos","autograph","beyond the valley","bide","brand","cavallini","chalayan","chiffoniers","citizens of humanity","di","donna karan","dorothy perkins","ella moss","emilio cavallini","emporio armani","evans","graham & spencer","haider ackermann","helmut lang","henrik vibskov","humanity","hussein chalayan","hüftgold","j brand","jasmine di milo","jovovich-hawk","karan","kew","kova and t","la redoute","lang","larok","lauren","les chiffoniers","lipsy","lna","look","marks and spencer","mccartney","mcq by alexander mcqueen","mcqueen","milo","miss selfridge","missoni","moda","moss","msp","new look","next","oasis","owens","peacocks","perkins","pineapple","promod","ralph lauren","redoute","rick owens","sass & bide","selfridge","spencer","spencer","splendid","stella","t","topshop","valley","vero moda","vibskov","vivienne westwood","wallis","westwood"],
["1236","1969","14669","15400","4296","12130","3616","15784","12130","1132","4486","8280","14633","1969","1330","1127","7703","15783","131","15333","1082","7607","194","1127","1132","8485","1236","14669","1272","8167","131","7703","17333","1330","15333","3609","1082","12465","3616","15790","1272","331","1873","15783","7791","3962","13328","15784","15400","4296","4296","15333","7835","1673","8054","194","12576","13328","16925","7875","3979","12632","7607","7917","15753","1873","15790","3979","1969","7835","1236","15784","2024","15400","3616","8031","14633","8054","8167","3733","8060","3733"],
"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@@