@@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,
["2290"],
["&","&","&","adidas","aftershock","alexander mcqueen","alexander wang","alice mccall","all saints","and","ann demeulemeester","anna sui","annie","asos","balmain","barclay","belle & bunty","ben sherman","betty barclay","bide","birger","bunty","chris","columbia","conley´s","crave maternity","day birger et mikkelsen","demeulemeester","di","diane von furstenberg","disaya","donna karan","dorothy perkins","du","elizabeth and james","esprit","et","f.","furstenberg","girbaud","haute hippie","helmut lang","henrik vibskov","hilfiger","hippie","industry","james","jasmine di milo","jet set","karan","kimberly ovitz","la redoute","laden","lang","laurent","lynn","mail","maison","maje","margiela","marithe' f. girbaud","martin","maternity","matthew williamson","mccall","mcqueen","mike & chris","mikkelsen","milo","mm6 by maison martin margiela","moda","outfitters","ovitz","owens","perkins","pharmacy industry","phi","promod","ra-re","redoute","religion","religion","rick owens","rue du mail","saint","saints","sass & bide","set","sherman","showroom","smythe","sui","sweatybetty","tfnc","the laden showroom","theory","thomas wylde","todd lynn","tommy hilfiger","true religion","urban outfitters","vero moda","vibskov","vila","vince","von","wang","williamson","woolrich","wylde","yves saint laurent"],
["8115","3653","1969","14","8085","689","3510","3511","7478","7435","8096","719","2713","4486","14064","7526","8115","72","7526","1969","3922","8115","3653","2280","12251","13008","3922","8096","15333","171","7603","1082","7607","7960","7435","203","3922","12533","171","12533","15474","1272","8167","585","15474","12642","7435","15333","2483","1082","18342","15790","8016","1272","2263","3991","7960","7836","17488","7836","12533","7836","13008","1636","3511","689","3653","3922","15333","7836","8054","2290","18342","3979","7607","12642","8225","15753","12665","15790","7945","2160","3979","7960","2263","7478","1969","2483","72","8016","5545","719","15786","8013","8016","580","3989","3991","585","2160","2290","8054","8167","8058","2210","171","3510","1636","3377","3989","2263"],
"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@@