@@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,
["309"],
["&","55","acne jeans","adidas","airness","alessandrini","alexander mcqueen","all saints","and","and","apc","asos","austin reed","barrett","ben sherman","billabong","blaak homme","blue harbour","burton","calvin klein","carhartt","cavalli","cnc costume national","collezione","connection","conran","costume","costume national","cotton","cotton's","couture","d&g","daniele alessandrini","di","discount","dkny jeans","dsquared","dvalencia","eight","energie","england","esprit","famous","firetrap","forzieri","fred perry","french connection","g star","green cotton","gucci","guess","harbour","hartford","henri lloyd","henrik vibskov","henry cotton's","herring","hilfiger","homme","howick","hydrogen","industry","iq-company","j by jasper conran","jack and jones","jaeger","jasper","jeans","jeans","jeans","jeans","john lewis","john smedley","jones","juicy couture","junk de luxe","just cavalli","klein","la martina","la redoute","lauren","lauren","levi's","lewis","linea","linea","lives","lloyd","look","luxe","lyle & scott","madson discount","magic street","maine new england","maison","maison martin margiela","maker","margiela","margiela","marks and spencer","martin","martin","martina","mcqueen","melody maker","milano","missoni","mm6 by maison martin margiela","moschino jeans","nash","national","national","neil barrett","new","new look","next","nike","patrizia pepe","paul smith","pepe","pepe jeans","perry","pharmacy industry","pink","polo ralph lauren","prada","prada linea rossa","principe di salina","pringle","private lives","puma","raf simons","ralph","ralph lauren","red herring","redoute","reed","religion","rivaldi","rossa","saints","salina","scott","sergio tacchini","sherman","simons","smedley","smith","spencer","star","street","tacchini","thomas nash","thomas pink","tommy hilfiger","topman","uniqlo","vibskov","vintage 55","vivienne westwood","westwood"],
["7805","12780","3507","14","16962","12274","689","7478","7718","15784","3517","4486","758","7860","72","2659","15539","8290","2297","103","2791","1416","5354","8304","227","7714","5354","3918","18198","12385","309","1024","12274","8412","12516","158","1090","12301","11836","198","7811","203","11851","7638","8324","1191","227","2303","18198","1242","1244","8290","1262","7693","8167","12385","7941","585","15539","7701","12401","12642","12411","7714","7718","15789","7714","3507","158","402","2315","7733","7736","7718","309","8348","1416","103","14080","15790","462","1873","345","7733","7790","1848","12660","7693","13328","8348","7805","12516","17485","7811","7836","7812","12546","7812","7836","15784","7812","7836","14080","689","12546","12558","1673","7836","402","8022","5354","3918","7860","7811","13328","16925","422","7903","1795","7903","2315","1191","12642","15382","462","1847","1848","8412","2575","12660","468","7938","462","1873","7941","15790","758","7945","17665","1848","7478","8412","7805","13018","72","7938","7736","1795","15784","2303","17485","13018","8022","15382","585","12953","8484","8167","12780","3733","3733"],
"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@@