@@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,
["1795"],
["&","&","7 for all mankind","acne jeans","adriano goldschmied","against my killer","alessandrini","all","all saints","asos","baker","barrett","blood","blue blood","boden","calvin klein","carhartt","cavalli","cheap monday","circle","citizens of humanity","connection","cycle","d&g","daniele alessandrini","david mayer","denim","diesel","dolce & gabbana","dr. denim","drkshdw","dsquared","earnest sewn","ed","edwin","energie","esprit","eu","evisu","evisu eu ed","firetrap","frankie morello","french connection","full circle","g star","gabbana","gant","gap","gio goi","goi","golden goose","goldschmied","goose","helmut lang","hilfiger","humanity","island","japan","jeans","jeans","jeans","jeans","just cavalli","kay","killer","klein","ksubi","lambretta","lang","lauren","lee","levi's","linea","mankind","mastermind japan","mayer","meltin pot","monday","morello","moschino jeans","my","neil barrett","next","nobody","notify jeans","nudie jeans","nudies","owens","paul smith","pot","prada linea rossa","prps","raf simons","ralph lauren","reiss","religion","replay","replay","republic","rick owens","ringspun","rock & republic","rossa","saints","seal kay","sewn","simons","slim","smith","star","stone island","superdry","ted baker","tommy hilfiger","topman","true religion","tsubi","vivienne westwood","we are replay","westwood","wrangler","z slim"],
["1076","491","3","3507","11743","12114","12274","3","7478","4486","2098","7860","12188","12188","4128","103","2791","1416","3548","7654","131","227","12268","1024","12274","12278","13339","172","1076","13339","12297","1090","1102","12313","12302","198","203","12313","1149","12313","7638","12335","227","7654","2303","1076","7657","2446","7665","7665","3592","11743","3592","1272","585","131","12724","14708","3507","402","5504","5506","1416","12705","12114","103","3618","7774","1272","1873","7780","345","1848","3","14708","12278","12548","3548","12335","402","12114","7860","16925","1745","5504","5506","3896","3979","1795","12548","1848","3196","7938","1873","14087","2160","1902","12792","491","3979","12681","491","1848","7478","12705","1102","7938","17860","1795","2303","12724","8002","2098","585","12953","2160","3725","3733","12792","3733","3378","17860"],
"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@@