@@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,
["3968"],
["adidas","aguaclara","all saints","and","anita","blumarine","boden","calvin klein","chloƩ","cyell","dkny","emilio pucci","esprit","fantasie","figleaves","freya","heidi klein","hilfiger","iq-company","isabella oliver","john lewis","joop!","kamali","karen millen","klein","klein","la redoute","letarte","lewis","look","lover","maier","marks and spencer","melissa odabash","millen","miraclesuit","missoni","moi?","new look","norma kamali","odabash","odille","oliver","panache","poolside","pour moi?","pucci","rasurel","redoute","saints","seafolly","seaspray","shay todd","sloggi","solar tan thru","speedo","spencer","splendour","tan","thru","todd","tomas maier","tommy hilfiger","topshop","triumph","vector","vitamin a","zoggs"],
["14","11746","7478","15784","7490","831","4128","103","955","12269","156","197","203","211","15568","1200","4213","585","12411","12986","7733","7741","1747","7751","103","4213","15790","1517","7733","13328","8199","3992","15784","3968","7751","396","1673","11971","13328","1747","3968","7877","12986","7898","12654","11971","197","11981","15790","7478","4375","7968","7974","7984","12016","542","15784","12019","12016","12016","7974","3992","585","8031","8038","2639","2215","8079"],
"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@@