document.writeln("<table class = \"redboxright\">");
document.writeln("<tr>");
document.writeln("	<th class = \"redbox\">");
document.writeln("	Test Your Knowledge");
document.writeln("	</th>");
document.writeln("</tr>");
document.writeln("");
document.writeln("<tr> ");
document.writeln("	<td class = \"small\">");
document.writeln("	Pit your wits against our investment knowledge quizzes. The quizzes are tailored to match your level of expertise. Good luck!");
document.writeln("	<br/>");
document.writeln("	<img border = \"0\" width = \"6\" height = \"8\" src = \"/images/gif/bullet.gif\">");
document.writeln("	<a href = \"/learning/quiz_new.html\">Novice Investors</a> ");
document.writeln("	<br/>");
document.writeln("	<img border = \"0\" width = \"6\" height = \"8\" src = \"/images/gif/bullet.gif\">");
document.writeln("	<a href = \"/learning/quiz_exp.html\">More Experienced Investors</a> ");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");
