@@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,
["14"],
["&","53","60","acqua di parma","adidas","alpha industries","amplified","and","and","and","animal","armani","armani","autograph","baker","ben sherman","berghaus","bikkembergs","block 60","browns","burton","cal","carhartt","cavalli","celebrity","connection","cooper","coq","cover","cricket","culture","di","diesel","discount","dolce & gabbana","duck and cover","dvalencia","ecko","emporio armani","european culture","fenchurch","fly 53","fred perry","french connection","gabbana","gibson","gio goi","goi","hansen","hasbro","helly hansen","henri lloyd","hilfiger","industries","industry","jack and jones","joe browns","john lewis","jones","jones","joystick junkies","junkies","kappa","kim","lacoste","lambretta","le coq sportif","lee cooper","levi's","lewis","lexibook","lloyd","local celebrity","ltd.","madson discount","manchester ltd.","manutd","marks and spencer","meccano","mishumo","nike","o'neill","paco rabanne","parma","penguin","perry","peter werth","pharmacy industry","prada","puma","pure","rabanne","remus","riley","roberto cavalli","rockport","rugby","sherman","simpsons","smith","sonneti","soul cal","spencer","sportif","superdry","ted baker","teddy smith","the simpsons","timberland","tommy hilfiger","umbro by kim jones","werth","wrangler","zanerobe"],
["1076","7646","12186","2693","14","3811","14937","7611","7718","15784","7489","746","1132","8280","2098","72","12176","4448","12186","12440","2297","8509","2791","1919","6100","227","15127","3039","7611","6529","12310","2693","172","12516","1076","7611","12301","186","1132","12310","8500","7646","1191","227","1076","239","7665","7665","2958","14261","2958","7693","585","3811","12642","7718","12440","7733","7718","7464","15096","15096","17387","7464","332","7774","3039","15127","345","7733","16419","7693","6100","2529","12516","2529","16472","15784","17506","12564","422","2672","3473","2693","1803","1191","7909","12642","1847","468","16605","3473","12675","6196","1919","494","13275","72","8018","17779","7988","8509","15784","3039","8002","2098","17779","8018","582","585","7464","7909","3378","7471"],
"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@@