@@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,
["103"],
["365","all saints","and","armani","ask the missus","austin reed","autograph","avon","baker","black","bonas","boss black","britt","cal","calvin klein","calvin klein 365","calvin klein underwear","camper","church","collection privée?","connection","conran","corto maltese","debenhams","derek rose","diesel","emporio armani","england","face","face","fat face","feet","figleaves","french connection","fresh feet","gap","gaston lagaffe","ghostbuster","guinness","hackett","hilfiger","hudson","j by jasper conran","jacques britt","jasper","john lewis","joop!","just sheepskin","klein","klein","klein","la redoute","lagaffe","lauren","lauren","lewis","linea","look","looney tunes","maine new england","maltese","marks and spencer","marvel","missus","moreschi","moschino","nash","new","new look","next","north","office","oliver bonas","oxford","paul smith","peacocks","pink","polo ralph lauren","privée?","ralph","ralph lauren","redoute","reed","rocha","rocha.john rocha","rose","saints","sheepskin","simpsons","smith","soul cal","spencer","ted baker","the north face","the simpsons","thomas nash","thomas pink","tommy hilfiger","topman","totes","tunes","ugg","underwear"],
["11794","7478","15784","1132","7502","758","8280","4117","2098","2380","15743","2380","12420","8509","103","11794","16935","890","7569","12247","227","7714","17166","7593","1053","172","1132","7811","7633","578","7633","8326","15568","227","8326","2446","17275","17285","13014","7684","585","1289","7714","12420","7714","7733","7741","7749","103","11794","16935","15790","17275","462","1873","7733","7790","13328","17463","7811","17166","15784","12537","7502","7848","1688","8022","7811","13328","16925","578","7878","15743","16570","1795","12632","15382","462","12247","462","1873","15790","758","7953","7953","1053","7478","7749","8018","1795","8509","15784","2098","578","8018","8022","15382","585","12953","3329","17463","2635","16935"],
"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@@