@@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,
["1242"],
["&","&","1920","acqua di parma","adidas","and","aramis","armani","armani","armani","autograph","avon","baker","banana republic","beckham","beckham","ben sherman","body","bois 1920","boss","boudicca","brown","bulgari","burberry","calvin klein","canali","carolina herrera","carthusia","cartier","cerruti","christian lacroix","clarins","clinique","collection","comme des garcons","d&g","david beckham","davidoff","des","di","diesel","diptyque","dkny","dolce & gabbana","donna karan","dunhill","elemis","emporio armani","energys","ermenegildo zegna","escentric molecules","esprit","esprit collection","ferragamo","gabbana","gant","garcons","gaultier","giorgio armani","givenchy","gucci","guerlain","harris","heeley","herrera","hilfiger","homme","hugo","hugo boss","issey miyake","jacobs","jean paul gaultier","jo wood","john","joop!","karan","klein","l'occitane","l'òme","lacoste","lacroix","lalique","lancome","lauren","lauren","laurent","marc jacobs","marks and spencer","miller harris","miyake","molecules","molton brown","mugler","neal's yard","paco rabanne","parma","paul","paul smith","piguet","polo ralph lauren","pour homme","prada","rabanne","ralph","ralph lauren","republic","robert piguet","rokka","rolf","saint","sean john","sherman","shop","smith","spencer","tann rokka","ted baker","the body shop","thierry mugler","tommy hilfiger","ungaro","vera wang","viktor & rolf","wang","wood","yard","yves saint laurent","zegna","zegna"],
["1076","2208","5979","2693","14","15784","7496","746","1132","1225","8280","4117","2098","2683","7520","12277","72","4405","5979","267","8118","1680","866","870","103","891","909","6481","913","15806","958","974","2402","1144","3421","1024","12277","3425","3421","2693","172","1072","156","1076","1082","1095","1110","1132","11845","1139","8152","203","1144","1173","1076","7657","3421","641","1225","1227","1242","1243","4567","14265","909","585","7139","1291","267","2473","1606","641","2985","514","7741","1082","103","1467","7770","332","958","1482","1485","462","1873","2263","1606","15784","4567","2473","8152","1680","2622","7859","3473","2693","641","1795","3485","462","7139","1847","3473","462","1873","2683","3485","14466","2208","2263","514","72","4405","1795","15784","14466","2098","4405","2622","585","17814","2195","2208","2195","2985","7859","2263","1139","2270"],
"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@@