@@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,
["3"],
["7 for all mankind","acne jeans","adriano goldschmied","all","and","and","animal","anlo","asos","bench","boden","bone","brand","cal","cheap monday","citizens of humanity","closed","crave maternity","current&elliot","diesel","dorothy perkins","esprit","firetrap","fornarina","g star","gold sign","goldschmied","herring","hilfiger","humanity","j brand","jacobs","jaeger","jarmon","jeans","jeans","julien","karen millen","kew","killah","kookai","kuyichi","la redoute","lee","levi's","look","macdonald","mango","mankind","mantaray","marc","marc by marc jacobs","marks and spencer","maternity","millen","miss sixty","monday","new look","oasis","paige","pepe jeans","perkins","pinko","promod","prps","rag and bone","red herring","redoute","replay","republic","rocha","rocha.john rocha","sign","siwy","sixty","soul cal","spencer","star","star by julien macdonald","superdry","tara jarmon","tommy hilfiger","topshop","warehouse","wrangler"],
["3","3507","11743","3","15784","3856","7489","716","4486","7523","4128","3856","1330","8509","3548","131","14069","13008","13079","172","7607","203","7638","2915","2303","4021","11743","7941","585","131","1330","379","15789","2088","3507","2315","7996","7751","12465","3016","7764","7768","15790","7780","345","13328","7996","4493","3","7813","379","379","15784","13008","7751","398","3548","13328","7875","1775","2315","7607","7919","15753","3196","3856","7941","15790","1902","8507","7953","7953","4021","2006","398","8509","15784","2303","7996","8002","2088","585","8031","8061","3378"],
"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@@