function SigHead()
{
	with (document)
	{
		open();
		writeln("<table cellpadding=5 border=2><tr><td bgcolor=pink>");
		writeln("The student authors listed below are");
		writeln("wholly responsible for the contents");
		writeln("of this Special Interest Group Class Report for");
		writeln("<a href=\"mic540hp.html\">");
		writeln("Microbiology 540</a>,");
		writeln("a class introducing");
		writeln("<a href=\"http://www.bio.umass.edu/immunology/immunology.html\">");
		writeln("Immunology</a>");
		writeln("at the");
		writeln("<a href=\"http://www.umass.edu\">");
		writeln("University of Massachusetts</a>.");
		writeln("</td></tr><tr><td bgcolor=\"#E0E0FF\" align=center>");
		writeln("<a href=\"540sigs.htm\">");
		writeln("Return to <b>Contents</b> -- Immunology SIG Reports</a>");
		writeln("</td></tr></table>");
		close();
	}

}

/*
		writeln("");
*/
