@@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,
["955"],
["&","&","1 madison","17","adidas","alexander mcqueen","all saints","am eyewear","and","armani","armani","asos","baby banz","baker","balenciaga","banz","belstaff","bless","blinde","bloc","bonas","bottega veneta","cal","carrera","cavalli","cavalli","chaiken","chanel","chloƩ","choo","christian dior","christian roth","classics","cris","cutler & gross","d&g","diesel","dior","dsquared","dvb","ecodesign","eley kishimoto","emilio pucci","emporio armani","esprit","eyewear","fabris lane","farrow","fendi","ferragamo","ferrari","ford","future classics","giorgio armani","goldsmith","gross","gucci","helena rubinstein","henrik vibskov","holland","house of holland","iwood ecodesign","jacobs","jacobs","jeepers peepers","jigsaw","jil sander","jimmy choo","joe","just cavalli","karen millen","kishimoto","kokosalaki","ksubi","lamborghini","lancaster","lane","lasry","lauren","laurent","linda farrow vintage","look","luella","madison","mango","marc","marc by marc jacobs","marc jacobs","marks and spencer","marni","matthew williamson","mccartney","mcqueen","mikey","millen","miu","miu miu","montblanc","new look","next","nicole","oakley","oliver bonas","oliver goldsmith","oliver peoples","paloma picasso","paul & joe","peepers","peoples","persol","picasso","prada","proenza schouler","pucci","ralph lauren","ray-ban","retrosuperfuture","roberto cavalli","roth","rubinstein","saint","saints","salvatore ferragamo","sander","sauce","schouler","sophia kokosalaki","soul cal","spencer","spitfire","stella mccartney","super","sweatybetty","ted baker","thierry lasry","tom ford","topshop","valentino","veneta","versace","vibskov","vintage","vivienne westwood","westwood","williamson","yves saint laurent"],
["14649","1793","645","13038","14","689","7478","7481","15784","1132","1225","4486","7507","2098","774","7507","7521","6443","820","7535","15743","844","8509","911","1416","1919","113","936","955","1374","957","14644","7656","1007","14649","1024","172","957","1090","5375","14678","3572","197","1132","203","7481","7625","3629","1171","1948","3436","2130","7656","1225","7882","14649","1242","17321","8167","15436","15436","14678","379","1606","7726","7731","1372","1374","1793","1416","7751","3572","3707","3618","12481","3454","7625","8255","1873","2263","3629","13328","1569","645","4493","379","379","1606","15784","1624","1636","2034","689","7828","7751","1674","1674","1685","13328","16925","1734","434","15743","7882","1757","4485","1793","7726","1757","8407","4485","1847","3193","197","1873","1883","15637","1919","14644","17321","2263","7478","1948","1372","18418","3193","3707","8509","15784","7990","2034","14739","15786","2098","8255","2130","8031","2188","844","2199","8167","3629","3733","3733","1636","2263"],
"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@@