@@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,
["3733"],
["+","acne jeans","adidas","albino","alessandro dell'acqua","alexander wang","alice + olivia","alice mccall","american retro","and","and","asos","baker","balenciaga","birger","brand","butterfly","celine","ceremony","couture","dell'acqua","diane von furstenberg","diesel","dries van noten","elizabeth and james","esprit","farhi","felder","felder felder","fendi","fenn wright manson","fornarina","fred perry","furstenberg","gareth pugh","henrik vibskov","hilfiger","j brand","jaeger","james","jeans","jeans","juicy couture","killah","kirchhoff","kookai","la redoute","laurent","line","look","maison martin margiela","malene birger","mango","manson","margiela","marks and spencer","marni","martin","mccall","meadham kirchhoff","miss selfridge","miu","miu miu","moschino","new look","next","noten","oasis","olivia","opening ceremony","paul smith","peacocks","perry","pinko","preen line","proenza schouler","promod","pugh","puma","redoute","reiss","retro","saint","schouler","selfridge","smith","spencer","sportmax","sweatybetty","tag jeans","ted baker","theory","tommy hilfiger","topshop","twenty8twelve","van","vibskov","vila","vivienne westwood","von","wallis","wang","warehouse","westwood","whistles","wright","ymc","yves saint laurent"],
["694","3507","14","12124","6313","3510","694","3511","3513","7435","15784","4486","2098","774","12523","1330","873","931","3671","309","6313","171","172","2676","7435","203","7630","18099","18099","1171","15567","2915","1191","171","8158","8167","585","1330","15789","7435","3507","3801","309","3016","8211","7764","15790","2263","18347","13328","7812","12523","4493","15567","7812","15784","1624","7812","3511","8211","7835","1674","1674","1688","13328","16925","2676","7875","694","3671","1795","12632","1191","7919","18347","3193","15753","8158","468","15790","14087","3513","2263","3193","7835","1795","15784","7991","15786","3801","2098","580","585","8031","15401","2676","8167","8058","3733","171","8060","3510","8061","3733","8064","15567","8074","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@@