@@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,
["309"],
["&","365","acne jeans","adidas","all saints","and","armani","austin reed","avon","baker","ben sherman","bjorn borg","blaak homme","black","boden","borg","boss","boss black","boss orange","boxfresh","braintree","burton","cal","calvin klein","calvin klein 365","calvin klein steel","calvin klein underwear","cardin","cavalli","cavalli","christian dior","comme des garcons","connection","conran","couture","d&g","deal international","debenhams","des","diesel","dior","dior homme","dolce & gabbana","ed hardy","emporio armani","energie","esprit","face","fat face","french connection","g star","gabbana","gap","garcons","green","hackett","hardy","henrik vibskov","herring","hilfiger","homme","homme","hugo boss","icu","international","j by jasper conran","jasper","jeans","jockey","john lewis","joop!","juicy couture","just cavalli","kaporal","klein","klein","klein","klein","kostas murkudis","la redoute","lauren","lewis","look","mansilk by mary green","maria","marks and spencer","mary","milano","mishumo","murkudis","napo","nash","new look","oliver","orange","pants to poverty","patagonia","paul smith","peacocks","pierre cardin","pink","playboy","polo ralph lauren","poverty","pringle","puma","ralph","red herring","redoute","reed","republic","roberto cavalli","rocha","rocha.john rocha","saints","schiesser","sherman","sloggi","smith","soul cal","spencer","star","steel","sunspel","ted baker","thomas nash","thomas pink","tommy hilfiger","underwear","vibskov","vive maria","wesc"],
["1076","11794","3507","14","7478","15784","1132","758","4117","2098","72","7533","15539","2380","4128","7533","267","2380","840","7539","18033","2297","8509","103","11794","11795","16935","7913","1416","1919","957","3421","227","7714","309","1024","12280","7593","3421","172","957","8142","1076","1106","1132","198","203","7633","7633","227","2303","1076","2446","3421","11933","7684","1106","8167","7941","585","15539","8142","267","7708","12280","7714","7714","3507","295","7733","7741","309","1416","11903","103","11794","11795","16935","17404","15790","462","7733","13328","11933","12783","15784","11933","12558","12564","17404","12591","8022","13328","438","840","18061","6287","1795","12632","7913","15382","12648","462","18061","2575","468","462","7941","15790","758","8507","1919","7953","7953","7478","17700","72","7984","1795","8509","15784","2303","11795","8436","2098","8022","15382","585","16935","8167","12783","5582"],
"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@@