function Troop728email(style,name) {
  if (style & 1) document.write("<a href=\"mailto:");
  if (style & 2) document.write(name);
  if (style & 4) document.write("_patrol");
  if (style & 8) document.write("@troop728.com");
  if (style & 1) document.write("\">");
  if (style & 16) Troop728email(style & (511-17),name);
  if (style & 16) document.write("</a>");
}
