@@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,
["309"],
["&","a-z collection","armani","armani","asos","astley clarke cufflinks","austin reed","autograph","avon","baker","banks","ben sherman","bonas","bottega veneta","burberry","burton","caran d'ache","carter","cavalli","chilli","clarke","colibri","collection","collezione","conran","couture","cross","cufflinks","d'ache","dalvey","del gatto","designs","dolce & gabbana","duffer","dupont","emporio armani","forzieri","gabbana","gatto","gc","george","grants of dalvey","gucci","guinness","hackett","j by jasper conran","jaeger","jasper","jeff banks","john lewis","juicy couture","just cavalli","lapis","lewis","liberty of london designs","london","milano","mile","moreschi","mulberry","murray ward","nash","oliver bonas","orlandini","orlando orlandini","osborne","paul smith","penguin","pink","prada","reed","sherman","silver chilli","simon carter","smith","spitfire","square mile","st.","stephen webster","storm","sunbeam","tateossian","ted baker","the duffer of st. george","thomas nash","thomas pink","thompson","topman","veneta","vivienne westwood","ward","webster","werkstatt:munchen","westwood"],
["1076","8082","746","1132","4486","18360","758","8280","4117","2098","7727","72","15743","844","870","2297","15675","7982","1416","18066","18360","986","8082","8304","7714","309","2410","18360","15675","15708","8313","15593","1076","12746","15692","1132","8324","1076","8313","15704","12746","15708","1242","13014","7684","7714","15789","7714","7727","7733","309","1416","1488","7733","15593","15593","12558","7992","7848","3973","7852","8022","15743","8398","8398","7890","1795","1803","15382","1847","758","72","18066","7982","1795","7990","7992","12746","3298","8000","561","2093","2098","12746","8022","15382","12752","12953","844","3733","7852","3298","13362","3733"],
"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@@