@@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,
["468"],
["&","&","24 hours","aftershock","alberta","all saints","and","and","antonio marras","asos","aspesi","ben sherman","bennett","brigitte michelle","bruno","burberry","calvin klein","carhartt","casall","chloe","choi","columbia","coming soon","crave maternity","current&elliot","danza","debut","deluxe","deploy","di","diane von furstenberg","diesel","dimensione danza","dkny jeans","dolce & gabbana","dsquared","elizabeth and james","emile","evans","fay","ferretti","furstenberg","g750g","gabbana","great plains","hellsinki","henrik vibskov","hilfiger","hours","hydrogen","i'm isola marras","isola","jacobs","james","jeans","jeans","jeans","jil sander","joe","klein","komodo","krizia","la redoute","linea","lk bennett","mango","marc jacobs","market","marks and spencer","marras","marras","maternity","matt roberts","mc hellsinki","michelle","mini market","mishumo","miu","miu miu","moda","moncler","moschino jeans","mouret","museum","naketano","owens","paul & joe","peacocks","philosophy di alberta ferretti","pit stop","plains","prada linea rossa","puma","pussy deluxe","red valentino","redoute","rick owens","rm by roland mouret","roberts","roland","rossa","saints","sander","see by chloe","sherman","shin choi","soon","spencer","st. emile","stop","tailor","theory","tibi","tom tailor","tommy hilfiger","valentino","vanessa bruno","vera wang","vero moda","vibskov","von","vsct jeans","wang","whistles","wrangler"],
["1076","1793","12096","8085","3169","7478","7435","15784","732","4486","12151","72","7793","12197","2190","870","103","2791","7555","1982","1997","2280","15553","13008","13079","8308","7594","17636","8141","3169","171","172","8308","158","1076","1090","7435","12720","8485","1166","3169","171","17916","1076","7677","17505","8167","585","12096","12401","17931","17931","1606","7435","158","402","12789","1372","1793","103","18044","8352","15790","1848","7793","4493","1606","14712","15784","732","17931","13008","13006","17505","12197","14712","12564","1674","1674","8054","1683","402","7952","12578","12586","3979","1793","12632","3169","17969","7677","1848","468","17636","1893","15790","3979","7952","13006","7952","1848","7478","1372","1982","72","1997","15553","15784","12720","17969","12755","580","2115","12755","585","1893","2190","2195","8054","8167","171","12789","2195","8064","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@@