@@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 grain","adidas","and","and","autograph","baby k","baker","bateau","bellybutton","blumarine","boden","bonas","butterfly","cath kidston","converse","debenhams","diesel","disney","dunlop","ed hardy","energie","fifi and the flower tots","flower","frugi","garden","grain","guess","hardy","hello kitty","hilfiger","in the night garden","john lewis","k","kelly","kids","kidston","kitty","la redoute","lauren","lazy town","lelli kelly kids","lewis","little","look","marks and spencer","men","mirtillo","miss","miss sixty","mothercare","mr men & little miss","new look","night","oink","oki-kutsu","oliver bonas","patch","pediped","peppa pig","petit bateau","pig","polo ralph lauren","puma","pumpkin patch","quiksilver","ralph","redoute","rocha","rocha.john rocha","rockgewitter","sixty","spencer","tatty teddy","ted baker","teddy","tigerlily","tommy hilfiger","tomster","tots","town","umi","vans","vertbaudet","zoggs"],
["13775","4603","14","13572","15784","8280","13408","2098","1811","12174","831","4128","15743","873","7558","144","7593","172","173","7612","1106","198","13572","13572","18040","13641","4603","1244","1106","1271","585","13641","7733","13408","3042","3042","7558","1271","15790","462","13710","3042","7733","13775","13328","15784","13775","15608","13775","398","13773","13775","13328","13641","18249","7881","15743","1860","3162","13835","1811","13835","462","468","1860","469","462","15790","7953","7953","12685","398","15784","17775","2098","17775","8024","585","12757","13572","13710","2183","2329","8447","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@@