@@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,
["1024"],
["&","&","&","7 for all mankind","acne jeans","adriano goldschmied","alexander","alexander mcqueen","all","and","and","asos","beckham","bide","blacky dress","boden","bolongaro trevor","bone","brand","calvin klein","chilli pepper","citizens of humanity","closed","couture","current&elliot","cycle","d&g","denim","diesel","dolce & gabbana","dress","dsquared","dvb","dwellstudio","earnest sewn","edun","esprit","fornarina","gabbana","gold sign","goldschmied","helmut lang","hilfiger","humanity","j brand","jacobs","jeans","jeans","jeans","juicy couture","karen millen","killah","klein","kors","la redoute","lang","lee","levi's","m.grifoni denim","mango","mankind","marc","marc by marc jacobs","marks and spencer","mccartney","mcq by alexander mcqueen","mcqueen","mcqueen","michael kors","mih jeans","millen","miss sixty","notify jeans","oasis","pepper","pinko","prada","promod","rag and bone","redoute","religion","rennie","rich & skinny","sass & bide","sewn","sign","siwy","sixty","skinny","spencer","stella mccartney","superfine","sweatybetty","tommy hilfiger","trevor","true religion","victoria beckham"],
["1076","3689","1969","3","3507","11743","4296","689","3","15784","3856","4486","12778","1969","12183","4128","11784","3856","1330","103","7565","131","14069","309","13079","12268","1024","17949","172","1076","12183","1090","5375","4770","1102","189","203","2915","1076","4021","11743","1272","585","131","1330","379","3507","7827","5504","309","7751","3016","103","391","15790","1272","7780","345","17949","4493","3","379","379","15784","2034","4296","689","4296","391","7827","7751","398","5504","7875","7565","7919","1847","15753","3856","15790","2160","15853","3689","1969","1102","4021","2006","398","3689","15784","2034","3714","15786","585","11784","2160","12778"],
"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@@