@@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,
["1847"],
["&","77","adidas","alessandrini","and","anonyme","april 77","aquascutum london","armani jeans","aspesi","austin reed","autograph","balmain","banks","ben sherman","blaak homme","boden","buckler","burberry","burton","c.p. company","ceremony","cheap monday","cole","collezione","company","connection","conran","daniele alessandrini","diesel","dondup","esquire","farhi","fay","french connection","g star","henrik vibskov","holland esquire","homme","j by jasper conran","j. lindeberg","jacobs","jaeger","jasper","jeans","jeans","jeff banks","joe","john lewis","junk de luxe","kenneth cole","khujo","la redoute","lanvin","lee","lewis","lindeberg","london","look","luxe","marc","marc by marc jacobs","market","marks and spencer","marni","monday","nash","new look","oliver spencer","opening ceremony","orlando","paul & joe","paul smith","people's market","pepe jeans","peter werth","peuterey","prada","pringle","puma","redoute","reed","sherman","smith","societe anonyme","soviet","spencer","spencer","star","stoned","superdry","sweden","thomas nash","tiger of sweden","topman","two stoned","vibskov","vivienne westwood","werth","westwood","ymc"],
["1793","3518","14","12274","15784","14734","3518","7495","644","12151","758","8280","14064","7727","72","15539","4128","13333","870","2297","12210","3671","3548","321","8304","12210","227","7714","12274","172","12294","11876","7630","1166","227","2303","8167","11876","15539","7714","3891","379","15789","7714","644","2315","7727","1793","7733","8348","321","12466","15790","1487","7780","7733","3891","7495","13328","8348","379","379","7908","15784","1624","3548","8022","13328","8397","3671","12613","1793","1795","7908","2315","7909","12640","1847","2575","468","15790","758","72","1795","14734","18068","15784","8397","2303","12047","8002","12753","8022","12753","12953","12047","8167","3733","7909","3733","8074"],
"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@@