var errStr = 'An invalid cookie was received for the user, your logonId may be in use by another user.';
var isGigyaUnavl = errStr.indexOf("GIGYA_UNAVAILABLE");
if( isGigyaUnavl > 0){
eStoreProductOverlay('gigyaServiceUnavailable_overlay');
}
else
{
An invalid cookie was received for the user, your logonId may be in use by another user.
}
}
placeholder...