@@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"],
["&","&","&","180s","alexander","all saints","and","arcane","asos","audley","austin reed","autograph","bagutta","baker","balmain","banks","ben sherman","bia cordon blue","blaak homme","blue","boss","boston brothers","brothers","burton","calvin klein","cardin","carter","circle","clive","cole","collection","collezione","comme des garcons","conley´s","connection","conran","cordon","couture","deal international","del siena","denby","des","diesel","dockers","dolce & gabbana","dries van noten","ds reaction","dsquared","duffer","errol","esprit","esquire","falke","farhi","finamore","forzieri","fraser","fred perry","french connection","full circle","g star","gabbana","gap","garcons","george","gustav","hackett","herring","heusen","hilfiger","holland esquire","homme","house of fraser","hugo","hugo boss","international","j by jasper conran","j. lindeberg","jaeger","jasper","jeans","jeff banks","jil sander","joe","john lewis","juicy couture","karl lagerfeld","kenneth cole","klein","la redoute","lagerfeld","lambretta","lauren","lewis","lindeberg","lowa","luca","mango","marks and spencer","mcq by alexander mcqueen","mcqueen","milano","mishumo","morgan","murphy & nye","murray's","nash","next","noten","nye","oakley","oliver falke","osborne","oxford","paul & joe","paul smith","pepe jeans","perry","peter werth","pierre cardin","pink","pink twill","prada","qi","ralph lauren","reaction","red herring","redoute","reed","reiss","richmond","rocha","rocha.john rocha","saints","sander","sherman","siena","simon carter","smith","spencer","st.","star","superdry","ted baker","the duffer of st. george","thomas nash","thomas pink","tommy hilfiger","topman","trafalgar","twill","van","van heusen","view collection","walton","werth","wrath arcane"],
["1076","12577","1793","646","4296","7478","15784","5586","4486","757","758","8280","8283","2098","14064","7727","72","4673","15539","4673","267","12191","12191","2297","103","7913","7982","7654","2809","321","2205","8304","3421","12251","227","7714","4673","309","12280","8315","170","3421","172","174","1076","2676","8319","1090","12746","1141","203","11876","12609","7630","6640","8324","7700","1191","227","7654","2303","1076","2446","3421","12746","16225","7684","7941","610","585","11876","15539","7700","1291","267","12280","7714","3891","15789","7714","2315","7727","1372","1793","7733","309","1430","321","103","15790","1430","7774","1873","7733","3891","3058","12509","4493","15784","4296","4296","12558","12564","401","12577","7000","8022","16925","2676","12577","434","12609","7890","16570","1793","1795","2315","1191","7909","7913","15382","15629","1847","14907","1873","8319","7941","15790","758","14087","1908","7953","7953","7478","1372","72","8315","7982","1795","15784","12746","2303","8002","2098","12746","8022","15382","585","12953","2147","15629","2676","610","2205","16860","7909","5586"],
"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@@