@@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,
["728"],
["&","adidas","agent provocateur","all saints","and","anthropologie","apc","aristoc","asics","asos","aston","autograph","avon","baker","balenciaga","be & d","bernhard willhelm","birger","bliss","boden","body","burlington","but","by malene birger","cal","calvin klein","christopher kane","comfort","conran","d","debenhams","diesel","domakaya","dorothy perkins","elle","esprit","face","falke","falke socks","fat face","figleaves","firetrap","flirt!","frankie morello","gap","gorgeous","grumpy but gorgeous","hansen","hello kitty","helly hansen","henrik vibskov","herring","hilfiger","j by jasper conran","jaeger","jasper","jigsaw","john lewis","johnstons","jonathan aston","kane","kind","kitty","klein","la perla","la redoute","levante","lewis","linea","look","lowie","malene","mango","marc o'polo","marks and spencer","me to you","miss selfridge","miu","miu miu","morello","n.n.","natural comfort","new look","next","no romeo","o'polo","oasis","odille","patch","paul smith","peacocks","penguin","people tree","per una","perkins","perla","promod","provocateur","pumpkin patch","red herring","redoute","romeo","roxy","saints","selfridge","shop","smith","socks","soul cal","spencer","sweatybetty","ted baker","the body shop","tiggers","tommy hilfiger","topman","topshop","totes","tree","una","uniqlo","vibskov","willhelm","you"],
["783","14","3399","7478","15784","728","3517","7497","2723","4486","7739","8280","4117","2098","774","783","8116","3540","821","4128","4405","18152","11869","3540","8509","103","8131","1718","7714","783","7593","172","8143","7607","2884","203","7633","3931","11848","7633","15568","7638","4195","12335","2446","11869","11869","2958","1271","2958","8167","7941","585","7714","15789","7714","7731","7733","13264","7739","8131","14686","1271","103","1473","15790","7784","7733","7790","13328","14701","3540","4493","7816","15784","16485","7835","1674","1674","12335","12583","1718","13328","16925","7868","7816","7875","7877","1860","1795","12632","1803","7907","8406","7607","1473","15753","3399","1860","7941","15790","7868","497","7478","7835","4405","1795","11848","8509","15784","15786","2098","4405","17790","585","12953","8031","3329","7907","8406","8484","8167","8116","16485"],
"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@@