@@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,
["1847"],
["acne jeans","alexander","and","ann demeulemeester","anonyme","austin reed","autograph","b store","baker","balmain","banks","barrett","ben sherman","birger","blaak homme","bruno saint hilaire","burton","collection","collezione","comme des garcons","connection","conran","d&g","day birger et mikkelsen","demeulemeester","des","dockers","england","esprit","et","farah","fred perry","french connection","gap","garcons","henrik vibskov","herring","hilaire","homme","j by jasper conran","j. lindeberg","jackson","jacobs","jacobs","jaeger","jasper","jeans","jeckerson","jeff banks","john lewis","karl jackson","la redoute","lanvin","lewis","limehaus","lindeberg","look","maine new england","marc","marc by marc jacobs","marc jacobs","market","marks and spencer","mcq by alexander mcqueen","mcqueen","mikkelsen","mjolk","nash","neil barrett","new","new look","paul smith","people's market","perry","prada","red herring","redoute","reed","reiss","remus","rocha","rocha.john rocha","saint","sherman","smith","societe anonyme","spencer","store","ted baker","thomas nash","topman","u-ni-ty","uniqlo","vibskov","view collection","vivienne westwood","westwood"],
["3507","4296","15784","8096","14734","758","8280","7505","2098","14064","7727","7860","72","3922","15539","7543","2297","2205","8304","3421","227","7714","1024","3922","8096","3421","174","7811","203","3922","7629","1191","227","2446","3421","8167","7941","7543","15539","7714","3891","7752","379","1606","15789","7714","3507","12431","7727","7733","7752","15790","1487","7733","7787","3891","13328","7811","379","379","1606","7908","15784","4296","4296","3922","14714","8022","7860","7811","13328","1795","7908","1191","1847","7941","15790","758","14087","12675","7953","7953","7543","72","1795","14734","15784","7505","2098","8022","12953","13359","8484","8167","2205","3733","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@@