@@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"],
["&","&","7 for all mankind","a priorite'","acne jeans","alessandrini","alexander","all","all saints","and","and","andrew mackenzie","asos","banks","bikkembergs","black","boden","boss black","burton","cal","carhartt","circle","citizens of humanity","conran","couture","d&g","daniele alessandrini","diesel","dirk bikkembergs","dondup","duffer","earnest sewn","ed","edwin","energie","esprit","eu","evisu eu ed","firetrap","franklin & marshall","fraser","freeman t. porter","full circle","g star","gap","george","golden goose","goose","herring","hilfiger","house of fraser","humanity","j by jasper conran","jack and jones","jasper","jeans","jeans","jeans","jeans","jeff banks","john varvatos","jones","juicy couture","karl lagerfeld","kuyichi","la redoute","lagerfeld","laurent","lee","levi's","lifegate","linea","look","mackenzie","mankind","marks and spencer","marshall","mcq by alexander mcqueen","mcqueen","meltin pot","moschino jeans","neal","new look","nudie jeans","nudies","paul smith","pepe jeans","porter","pot","prada linea rossa","priorite'","rast","red herring","redoute","religion","replay","republic","republic","richmond","rocha","rocha.john rocha","rock & republic","rogar","rogers","rossa","roy rogers","rusty neal","saint","saints","sewn","smith","sonneti","soul cal","soviet","spencer","st.","star","t.","the duffer of st. george","tommy hilfiger","topman","true religion","uniqlo","varvatos","verri","william rast","wrangler","yves saint laurent"],
["11857","491","3","12101","3507","12274","4296","3","7478","7718","15784","12134","4486","7727","6568","2380","4128","2380","2297","8509","2791","7654","131","7714","309","1024","12274","172","6568","12294","12746","1102","12313","12302","198","203","12313","12313","7638","11857","7700","17263","7654","2303","2446","12746","3592","3592","7941","585","7700","131","7714","7718","7714","3507","402","5506","2315","7727","1385","7718","309","1430","7768","15790","1430","2263","7780","345","18049","1848","13328","12134","3","15784","11857","4296","4296","12548","402","12690","13328","5506","3896","1795","2315","17263","12548","1848","12101","5585","7941","15790","2160","1902","8507","491","1908","7953","7953","491","13883","12688","1848","12688","12690","2263","7478","1102","1795","7988","8509","18068","15784","12746","2303","17263","12746","585","12953","2160","8484","1385","12775","5585","3378","2263"],
"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@@