@@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,
["676"],
["&","&","55","7 for all mankind","ab/soul","acne jeans","adriano","adriano goldschmied","ag adriano goldschmied","all","and","armani jeans","asos","balmain","bide","blugirl","brand","brian dales","carhartt","cavalli","cheap monday","citizens of humanity","closed","connection","couture","current&elliot","cycle","d&g","dales","denim","diesel","dkny jeans","dondup","dr. denim","dsquared","dvb","dylan george","earnest sewn","ed","edwin","esprit","eu","evisu","evisu eu ed","firetrap","fornarina","french connection","g star","gap","george","gold sign","goldschmied","goldschmied","helmut lang","hilfiger","htc","humanity","j brand","jacobs","jean","jeans","jeans","jeans","jeans","jeans","jeans","jfour","joe's jeans","juicy couture","just cavalli","karen millen","karl lagerfeld","killah","kova and t","kuyichi","lagerfeld","lang","lauren","lee","levi's","look","lovely","mango","mankind","mantaray","marc","marc by marc jacobs","mccartney","meltin pot","millen","miss selfridge","miss sixty","monday","my lovely jean","new look","nfy","notify jeans","nudies","oasis","owens","paige","peacocks","pepe jeans","pot","promod","prps","ralph lauren","rast","religion","religion","replay","replay","republic","republic","rick owens","ring","rocha","rocha.john rocha","rock & republic","sass & bide","selfridge","sewn","sign","siwy","sixty","star","stella mccartney","superdry","superfine","t","tommy hilfiger","true religion","tsubi","twenty8twelve","vintage 55","warehouse","we are replay","whistles","william rast","wrangler"],
["491","1969","12780","3","12104","3507","676","11743","676","3","3616","644","4486","14064","1969","830","1330","12196","2791","1416","3548","131","14069","227","309","13079","12268","1024","12196","13339","172","158","12294","13339","1090","5375","18374","1102","12313","12302","203","12313","1149","12313","7638","2915","227","2303","2446","18374","4021","11743","676","1272","585","12397","131","1330","379","7853","3507","644","158","296","5504","2315","12437","296","309","1416","7751","1430","3016","3616","7768","1430","1272","1873","7780","345","13328","7853","4493","3","7813","379","379","2034","12548","7751","7835","398","3548","7853","13328","1728","5504","3896","7875","3979","1775","12632","2315","12548","15753","3196","1873","5585","7945","2160","1902","12792","8507","491","3979","12680","7953","7953","491","1969","7835","1102","4021","2006","398","2303","2034","8002","3714","3616","585","2160","3725","15401","12780","8061","12792","8064","5585","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@@