@@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,
["957"],
["&","&","17","2true","airlines","and","asos","autograph","avon","barry m","bees","benefit","black orchid","body","boots expert","bourjois","burt's bees","butter london","cheeky monkey","christian dior","ciaté","clinique","creative nail design","cutex","dabbs","decay","design","dior","essie","eve lom","expert","eyeko","faced","factor","fade","fraser","french manicure","gosh","hansen","house of fraser","inc","joe","l'oreal","laurent","lipsy","lom","london","look","m","manicure","margaret dabbs","marks and spencer","markwins","max factor","monkey","nail","nails inc","nars","new look","no7","nubar","o.p.i","orchid","organic surge","paul & joe","per una","pixi","poshe","revlon","rimmel","saint","sally hansen","sanctuary","scholl","seche vite","shop","sparkle & fade","spencer","superdrug","surge","the body shop","too faced","una","urban decay","uslu airlines","vite","yves saint laurent"],
["1793","2319","13038","15793","14747","15784","4486","8280","4117","6288","4133","800","13058","4405","13062","3412","4133","11790","13487","957","11809","2402","4154","4155","8373","3501","4154","957","4187","6626","13062","15820","2135","4293","2319","7700","6660","15823","4372","7700","5062","1793","4265","2263","7791","6626","11790","13328","6288","6660","8373","15784","7818","4293","13487","4154","5062","3125","13328","13174","15740","7874","13058","15845","1793","8406","3480","7137","4355","4358","2263","4372","3860","7966","4376","4405","2319","15784","15861","15845","4405","2135","8406","3501","14747","4376","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@@