@@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,
["7733"],
["&","&","+","100% pure","180s","action","adam","aeg","alessi","amana","and","autunno","baumatic","be modern group","beko","belling","bionaire","bissell","black & decker","black + blum","blum","bosch","breville","britannia","browne","bush","calortec","candy","cannon","canon","chrome","coleman","combi","cookworks","creda","crock pot","de dietrich","de'longhi","decker","devil","dietrich","dimplex","dirt devil","domotec","dyson","ebac","electrolux","electronics","elica","energi","energys","ewbank","falcon","fellowes","fisher & paykel","flavel","freud","g.e.t.","group","hello kitty","hinari","hobbs","holmes","homebase","honeywell","hoover","hotpoint","ignis","ikea","indesit","international","jmb","john lewis","kenwood","kitty","knight","lacanche","lec","leisure","lewis","lg electronics","liebherr","marks and spencer","matti walker","maytag","miele","minky","modern","morphy richards","neff","new world","next","norfrost","nscessity","numatic international","ophelia","oreck","panasonic","paykel","philips","pot","prem-i-air","prestige","primula","pro action","pure","rangemaster","richards","richmond","russell hobbs","samsung","sanyo","sebo","sharps","siemens","signature","smeg","spencer","stoves","swan","udden","vax","vicks","walker","weber","whirlpool","white knight","winterwarm","winther browne","world","zanussi"],
["5609","16153","14959","6293","646","16600","5303","15881","4513","13376","15784","761","15953","15955","15960","15963","5608","4679","5609","14959","14959","13453","855","16006","16872","16015","16020","16022","16023","106","15467","2812","13503","16049","16052","7587","16066","4751","5609","4758","16066","16071","4758","16081","4771","16095","4780","15592","16113","16119","11845","16129","16138","16146","16153","16156","16178","13590","15955","1271","16255","5161","4889","16263","5649","4893","15573","16285","5821","16287","16553","16316","7733","7756","1271","16865","16392","16406","343","7733","15592","16423","15784","15154","15155","5045","16504","15955","7849","16526","16532","16925","16545","16552","16553","3672","16565","1778","16153","4338","7587","16596","13313","5687","16600","6293","16614","7849","1908","5161","1951","1963","7969","6211","16679","16680","16707","15784","16740","7307","16819","16836","14501","15154","12793","14039","16865","16871","16872","16532","16881"],
"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@@