@@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,
["1509"],
["and","anya hindmarch","aude","bauer","bonas","bucci","carolina bucci","celtic","chimento","chocolatier","christian bauer","coin","collection","collection","collis","coloured collection","dauphine","davis","del gatto","designs","diamonds","dyrberg/kern","evans","fire","fope","forzieri","fraser","galantas irish gold","gatsby","gatto","gold","grateau","gucci","gurhan","harlow","heart","herring","hindmarch","house of fraser","house of harlow","ileana makri","irish","jewellery","kissing diamonds","la jewellery","le vian chocolatier","leane","lena wald","lloyd","lola rose","loree rodkin","makri","mark davis","marks and spencer","micropave","millennium","miss selfridge","muriel grateau","natasha collis","oasis","octavia","octelle","office","oliver bonas","orlandini","orlando orlandini","paradiso roma","promod","red herring","ring","roberto coin","rodkin","roma","rose","rue dauphine","saffron lloyd","selfridge","shaesby","shaun leane","sirena","spencer","takara","talisman designs","topshop","trilogy","twisted heart","vian","vs ring collection","wald","wallis","white fire"],
["15784","734","2355","15679","15743","8126","8126","16032","15678","15723","15679","1920","15682","15777","8216","15682","18414","8207","8313","13964","15721","7613","8485","15778","15699","8324","7700","15703","18378","8313","15703","8215","1242","1246","18381","603","7941","734","7700","18381","8171","15703","18045","15721","18045","15723","14088","1509","18415","7797","4276","8171","8207","15784","15735","15736","7835","8215","8216","7875","15741","15742","7878","15743","8398","8398","8401","15753","7941","15777","1920","4276","8401","7797","18414","18415","7835","1989","14088","15768","15784","6238","13964","8031","2153","603","15723","15777","1509","8060","15778"],
"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@@