@@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,
["462"],
["&","&","10","adidas","all saints","and","autograph","baby","baby banz","baby k","baker","banz","ben 10","ben sherman","bob the builder","boden","builder","cath kidston","converse","corner","cotton monkey","crocs","debenhams","diesel","duffer","ecco","energie","figleaves","fraser","friends","garden","george","hilfiger","house of fraser","howick","humphrey's corner","in the night garden","jeans","john lewis","k","k-swiss","kidston","la redoute","lauren","lauren","lewis","little","look","ltd.","manchester ltd.","marks and spencer","mason","men","miss","monkey","mothercare","mr men & little miss","naturino","new look","next","night","nike","patch","pepe jeans","polo ralph lauren","pumpkin patch","ralph","ralph lauren","redoute","rocha","rocha.john rocha","rock star baby","saints","sherman","spencer","spiderman","st.","star","superstar","svenson","ted baker","the duffer of st. george","thomas & friends","timberland","tommy hilfiger","tomster","vans","vertbaudet","wigwam"],
["13775","13984","7522","14","7478","15784","8280","13880","7507","13408","2098","7507","7522","72","13448","4128","13448","7558","144","13633","5355","1011","7593","172","12746","184","198","15568","7700","13984","13641","12746","585","7700","7701","13633","13641","2315","7733","13408","1419","7558","15790","462","1873","7733","13775","13328","2529","2529","15784","3648","13775","13775","5355","13773","13775","1720","13328","16925","13641","422","1860","2315","462","1860","462","1873","15790","7953","7953","13880","7478","72","15784","17745","12746","13880","12945","12735","2098","12746","13984","582","585","12757","2329","8447","3742"],
"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@@