var errStr = 'The customer did not log on to the system.';
var isGigyaUnavl = errStr.indexOf("GIGYA_UNAVAILABLE");
if( isGigyaUnavl > 0){
eStoreProductOverlay('gigyaServiceUnavailable_overlay');
}
else
{
The customer did not log on to the system.
}
}
placeholder...