@@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,
["1873"],
["&","53","adidas","alexander mcqueen","and","being","ben sherman","burton","cal","casall","celtic","columbia","connection","couture","cover","design","dirty english","drestrip","duck and cover","dunlop","england","english","evisu","face","face","farah","fat face","fila","fly 53","fred perry","french connection","g star","gio goi","goi","henri lloyd","henrik vibskov","japan","jeans","jones","juicy couture","junk de luxe","kim","kokon to zai","la redoute","lacoste","lauren","lauren","leisure","lloyd","look","luxe","lyle & scott","maine new england","mastermind japan","mcqueen","new","new","new look","next","nike","north","original penguin","oscar","paul smith","penguin","perry","polo jeans","polo ralph lauren","porsche design","puma","ralph","ralph lauren","redoute","republic","s.o.h.o new york","scott","sherman","smith","soul cal","star","superstar","supreme being","the north face","topman","umbro by kim jones","uniqlo","vibskov","york","zai"],
["7805","7646","14","689","7611","12733","72","2297","8509","7555","16032","2280","227","309","7611","7136","15505","14656","7611","7612","7811","15505","1149","7633","578","7629","7633","216","7646","1191","227","2303","7665","7665","7693","8167","14708","461","7464","309","8348","7464","14688","15790","332","462","1873","343","7693","13328","8348","7805","7811","14708","689","7811","12692","13328","16925","422","578","1767","443","1795","1767","1191","461","462","7136","468","462","1873","15790","8507","12692","7805","72","1795","8509","2303","12945","12733","578","12953","7464","8484","8167","12692","14688"],
"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@@