//Script to insert mimetex commands to make this easy to change

function math(string) {
  document.write("<img src=\"/cgi-bin/mimetex?{\\large ");
  document.write(string);
  document.write("}\"");
  document.write("alt=\"\" border=0 align=bottom>");
  document.close();
}

function mathhuge(string) {
  document.write("<img src=\"/cgi-bin/mimetex?{\\huge ");
  document.write(string);
  document.write("}\"");
  document.write("alt=\"\" border=0 align=bottom>");
  document.close();
}





