@@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,
["345"],
["&","&","acne jeans","alexander","and","and","andrew mackenzie","armani jeans","asos","austin reed","baker","ben sherman","bench","blood","blue blood","blue harbour","boxfresh","braintree","burton","calvin klein","carhartt","cheap monday","citizens of humanity","coming soon","connection","cover","cycle","d&g","denim","diesel","dr. denim","drkshdw","dsquared","duck and cover","dutch","ecko","edwin","energie","esprit","evisu","evisu genes","firetrap","frankie morello","franklin & marshall","fraser","french connection","g star","gap","gaultier","genes","gio goi","goi","harbour","herring","hilfiger","house of fraser","htc","humanity","illmatic","island","j. lindeberg","jack and jones","jean paul gaultier","jeans","jeans","jeans","jeckerson","john richmond","jones","kani","karl kani","klein","ksubi","kuyichi","la redoute","lee","levi's","lindeberg","look","lost souls","mackenzie","mango","mantaray","marshall","mcq by alexander mcqueen","mcqueen","meltin pot","monday","morello","new look","next","nudies","paul","paul smith","peacocks","pepe jeans","pot","prps","red herring","redoute","reed","religion","replay","republic","republic","richmond","ringspun","rock & republic","sherman","smith","soon","souls","star","stone island","superdry","ted baker","tommy hilfiger","topman","true religion","tsubi","verri","vivienne westwood","voi","von dutch","wesc","westwood","wrangler"],
["11857","491","3507","4296","7611","7718","12134","644","4486","758","2098","72","7523","12188","12188","8290","7539","18033","2297","103","2791","3548","131","15553","227","7611","12268","1024","13339","172","13339","12297","1090","7611","3362","186","12302","198","203","1149","1150","7638","12335","11857","7700","227","2303","2446","641","1150","7665","7665","8290","7941","585","7700","12397","131","17339","12724","3891","7718","641","3507","644","2315","12431","7734","7718","17388","17388","103","3618","7768","15790","7780","345","3891","13328","11922","12134","4493","7813","11857","4296","4296","12548","3548","12335","13328","16925","3896","641","1795","12632","2315","12548","3196","7941","15790","758","2160","1902","8507","491","7734","12681","491","72","1795","15553","11922","2303","12724","8002","2098","585","12953","2160","3725","12775","3733","12788","3362","5582","3733","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@@