@@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"],
["alberta","alexander mcqueen","armani","armor","asos","avon","barclay","betty barclay","betty boop","bonas","boop","brand","bucci","carolina bucci","christian dior","couture","cupid","design","di","diamonds","diane von furstenberg","dior","disney","dkny jewellery","earth","eiffel","emporio armani","esprit","ferretti","forzieri","furstenberg","guess","helene","hot diamonds","ipitonga","jacobs","jewellery","juicy couture","julien","loree rodkin","lovestruck","lucky brand","macdonald","mango","marc","marc by marc jacobs","marie helene de taillac","mcqueen","monica vinader","moods","oliver bonas","orlandini","orlando orlandini","pandora design","philosophy di alberta ferretti","rodkin","silver","simply silver","soul","star by julien macdonald","superdry","swarovski","taillac","tales from the earth","tempted","truth soul armor","vinader","vivienne westwood","von","westwood","zoppini"],
["3169","689","1132","12044","4486","4117","7526","7526","17063","15743","17063","366","8126","8126","957","309","1015","7093","3169","7699","171","957","173","15689","8010","17218","1132","203","3169","8324","171","1244","8204","7699","15715","379","15689","309","7996","4276","7447","366","7996","4493","379","379","8204","689","7842","17536","15743","8398","8398","7093","3169","4276","15642","15642","12044","7996","8002","2061","8204","8010","575","12044","7842","3733","171","3733","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@@