@@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,
["2446"],
["&","6ixty 8ight","8ight","adili","agent provocateur","and","armani","asos","aubade","autograph","aviu","avon","baker","ballet","bastyan","blue","bodas","body","burberry","by caprice","calvin klein","caprice","chantelle","charnos","collection","conran","cyberjammies","d&g","diesel","dkny","dkny underwear","eberjey","elle macpherson","emporio armani","esprit","fichissima","figleaves","flexees","floozie by frost french","french","frost","gap","grazia'lliani","great plains","green","hilfiger","hotmilk","isabella oliver","j by jasper conran","janet","jasper","jezebel","john lewis","joop!","jucca","julianne","karen millen","kiki de montparnasse","kimchi & blue","klein","la perla","la redoute","lejaby","lepel","lewis","lingerie","look","macpherson","maidenform","mango","maria","marks and spencer","mary green","mccartney","millen","miu","miu miu","moi?","molly","montparnasse","myla","new look","next","o lingerie","odaia","odd molly","odille","oliver","papinelle","passionata","peacocks","perla","plains","pour moi?","presence","princesse tam-tam","provocateur","redoute","reger","reger by janet reger","rocha","rocha.john rocha","spanx","spencer","stella mccartney","tam-tam","ted baker","the body wrap","tommy hilfiger","tonia bastyan","topshop","triumph","tummie","underwear","view collection","vive maria","wrap","yummie tummie"],
["2308","7473","7473","18020","3399","15784","1132","4486","756","8280","12155","4117","2098","7512","16785","2308","11783","12032","870","7545","103","7545","938","11804","2205","7714","7589","1024","172","156","160","3570","1123","1132","203","17914","15568","1181","7643","7643","7643","2446","17923","7677","2312","585","11877","12986","7714","7942","7714","294","7733","7741","15583","11897","7751","15585","2308","103","1473","15790","1506","7783","7733","11956","13328","1123","376","4493","12783","15784","2312","2034","7751","1674","1674","11971","7876","15585","7854","13328","16925","11956","17566","7876","7877","12986","11963","7902","12632","1473","7677","11971","7928","2574","3399","15790","7942","7942","7953","7953","2023","15784","2034","2574","2098","12032","585","16785","8031","8038","14614","160","2205","12783","12032","14614"],
"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@@