function wts_rerate(rate, price, fee) {
  'use strict';
  var txt = $('#zld').val();
  var zld = parseFloat(txt);
  if (zld === NaN) {