@@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,
["379"],
["&","accurist","alessi","alviero martini","and","andy warhol for levi's","armani","armani","armani exchange","asos","austin reed","autograph","avon","baker","ball","ben sherman","bench","black","black dice","boss","boss black","breil milano","burberry","burton","calvin klein","carter","casio","cat","cavalli","cavalli","citizen","co","cole","collezione","connection","conran","constant","crocs","cross","d&g","dalvey","dice","diesel","dkny","dreyfuss & co","duffer","dunlop","ecko","ed hardy","emporio armani","esprit","eterna","exchange","fedon","fenchurch","firetrap","forzieri","fossil","frederique constant","french connection","gant","gc","george","giorgio fedon","grants of dalvey","gucci","guess","gul","hamilton","hardy","haurex","herring","heuer","hilfiger","hugo boss","ice","infinite","ingersoll","j by jasper conran","jacobs","jasper","jean pierre","john lewis","just cavalli","kahuna","kenneth cole","klein","kors","la redoute","lacroix","lamborghini","lambretta","lancaster","levi's","lewis","locman","longines","look","lorus","luminox","mantaray","marc","marc by marc jacobs","marc ecko","marks and spencer","martini","maurice lacroix","michael kors","milano","nash","nautica","new look","next","nixon","nooka","omega","original penguin","oris","paul smith","peacocks","penguin","penguin","philips","pierre","pirelli","police","pulsar","rado","rapport","raymond weil","red herring","redoute","reed","replay","republic","roberto cavalli","rocha","rocha.john rocha","roper","rosendahl","rotary","seiko","sekonda","sherman","simon carter","skagen","smith","spencer","st.","steel","storm","superdry","swatch","tag heuer","ted baker","the duffer of st. george","thomas nash","timberland","timex","tissot","tommy hilfiger","topman","toy watch","tw steel","warhol","watch","weil","welder","zoppini"],
["15691","15665","4513","15402","15784","5308","746","1132","2331","4486","758","8280","4117","2098","15671","72","7523","2380","11777","267","2380","14068","870","2297","103","7982","7556","8127","1416","1919","130","15691","321","8304","227","7714","15702","1011","2410","1024","15708","11777","172","156","15691","12746","7612","377","1106","1132","203","17239","2331","6684","8500","7638","8324","222","15702","227","7657","15704","12746","6684","15708","1242","1244","8164","15709","1106","8336","7941","568","585","267","11879","7709","17341","7714","379","7714","15717","7733","1416","7750","321","103","391","15790","15733","12481","7774","3454","5308","7733","8361","15729","13328","7800","6919","7813","379","379","377","15784","15402","15733","391","14068","8022","415","13328","16925","4053","4315","5680","1767","15745","1795","12632","1767","1803","4338","15717","1831","7924","3197","15756","15757","1884","7941","15790","758","1902","8507","1919","7953","7953","3230","6204","7957","516","15764","72","7982","532","1795","15784","12746","15773","8000","8002","8004","568","2098","12746","8022","582","5715","8026","585","12953","2141","15773","5308","2141","1884","13361","8456"],
"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@@