@@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,
["379"],
["&","acne jeans","alexander","annie greenabelle","apc","asos","austin reed","autograph","balenciaga","bdg","birger","blue harbour","boden","burberry","cheap monday","collective","conran","cotton","d&g","day birger et mikkelsen","denim","diesel","dockers","dr. denim","england","et","face","farah","farhi","fat face","folk","gallery","gant","gap","green cotton","greenabelle","hackett","harbour","hilfiger","howell","j by jasper conran","j. lindeberg","jacobs","jaeger","jasper","jeans","jeans","joe","john lewis","junk de luxe","la redoute","lauren","lauren","lewis","lindeberg","luxe","maine new england","maison martin margiela","mantaray","marc","marc by marc jacobs","marc o'polo","margaret","margiela","martin","mcq by alexander mcqueen","mcqueen","melillo","mhl by margaret howell","mikkelsen","monday","new","nice collective","o'polo","paoloni","paul & joe","peacocks","polo jeans","polo ralph lauren","prada","ralph","ralph lauren","redoute","reed","rogues gallery","schott","timberland","tommy hilfiger","tony melillo","topman","trainerspotter","uniqlo","vince","ymc"],
["1793","3507","4296","18023","3517","4486","758","8280","774","2293","3922","8290","4128","870","3548","8391","7714","18198","1024","3922","13339","172","174","13339","7811","3922","7633","7629","7630","7633","14664","3897","7657","2446","18198","18023","7684","8290","585","12556","7714","3891","379","15789","7714","3507","461","1793","7733","8348","15790","462","1873","7733","3891","8348","7811","7812","7813","379","379","7816","12556","7812","7812","4296","4296","8030","12556","3922","3548","7811","8391","7816","17586","1793","12632","461","462","1847","462","1873","15790","758","3897","8245","582","585","8030","12953","14744","8484","2210","8074"],
"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@@