function submitOnce (f) {
  if (!f.gepost)
    return f.gepost = true;
  return false;
}
