@@script@@
{
if (typeof _gat != 'undefined' && _gat) {
var pageTracker = _gat._getTracker('UA-145722-1');
pageTracker._initData();
pageTracker._trackPageview();
var secondaryPageTracker = _gat._getTracker(null);
secondaryPageTracker._initData();
secondaryPageTracker._trackPageview();
}
}
@@script@@
@@script@@
{
var suiteName = 'shopstylebot';
var omniHostName = 'omniture.shopstyle.com';
// allow this component to be used within minimal pages that don't have all the store JS
if (window.Store && typeof Store.setReportSuiteName == 'function') Store.setReportSuiteName(suiteName);
if (window.Store && typeof Store.setOmniHostName == 'function') Store.setOmniHostName(omniHostName);
if (window.Store && typeof Store.setAjaxTrackingEnabled == 'function') Store.setAjaxTrackingEnabled(false);
var s_shopstyle=makeOmnitureObject(suiteName, "shopstyle");
s_shopstyle.trackingServer = omniHostName;
s_shopstyle.charSet = "UTF-8";
s_shopstyle.pageName='Forgotten Password';
s_shopstyle.channel='Account';
s_shopstyle.hier1='Account,Forgotten Password';
s_shopstyle.prop32='Account';
s_shopstyle.prop40='CCBot\/1.0 (+http:\/\/www.commoncrawl.org\/bot.html)';
s_shopstyle.prop41='www.shopstyle.com';
s_shopstyle.prop1='Forgotten Password';
s_shopstyle.prop24='ShopStyle US';
s_shopstyle.campaign='direct|Generic|DirectTraffic_20120516';
s_shopstyle.eVar13='DirectTraffic_20120516';
s_shopstyle.eVar14='\x3cunset\x3e';
s_shopstyle.eVar33='\x3cunset\x3e';
s_shopstyle.eVar15='Generic';
s_shopstyle.eVar16='direct';
s_shopstyle.eVar17='\x3cunset\x3e';
s_shopstyle.eVar18='\x3cunset\x3e';
s_shopstyle.eVar19='\x3cunset\x3e';
s_shopstyle.eVar21='\x3cunset\x3e';
s_shopstyle.eVar58='2012-05-16';
s_shopstyle.prop13='DirectTraffic_20120516';
s_shopstyle.prop15='Generic';
s_shopstyle.prop16='direct';
s_shopstyle.eVar36='direct|Generic|DirectTraffic_20120516';
s_shopstyle.eVar39='2012-05-16';
s_shopstyle.eVar5='\x3canonymous\x3e';
s_shopstyle.eVar24='ShopStyle US';
if (document.webkitVisibilityState === 'prerender') {
s_shopstyle.prop11='prerender';
}
s_shopstyle.omniDelay = 100;
updateForVisitEvent(s_shopstyle);
s_shopstyle.sendPacket(s_shopstyle.omniDelay);
if (window.Tx && typeof Tx.setCookie == 'function' && window.SSData && typeof SSData.cookieDomain != 'undefined') {
var age;
age = 604800;
age = (age == -1) ? null : age/(60*60*24);
Tx.setCookie('sc20',
'Y3BnPURpcmVjdFRyYWZmaWNfMjAxMjA1MTY7bWVkPWRpcmVjdDtzcmM9R2VuZXJpYzt2ZD0yMDEyLTA1LTE2Ow==', age, SSData.cookieDomain);
// Always clear this cookie, in case we just processed an event
Tx.clearCookie('sc2', SSData.cookieDomain);
}
}
@@script@@
@@script@@
// added curly braces here to create a temp scope so that initContext is not globally defined
{
var initContext = function() {
document.forgotPasswordContext = new MForgotPasswordContext();
}
window.setTimeout(initContext, 30);
}
@@script@@