document.writeln("<table class = \"redboxright\">");
document.writeln("<tr> ");
document.writeln("	<th class = \"redbox\">");
document.writeln("	Get Acrobat");
document.writeln("	</th>");
document.writeln("</tr>");
document.writeln("");
document.writeln("<tr> ");
document.writeln("	<td class = \"small\">");
document.writeln("	<img align = \"right\" width = \"22\" height = \"24\" src = \"/images/gif/pdficon.gif\"> ");
document.writeln("	Download the <a href = \"http://www.adobe.com/products/acrobat/readstep2.html\">Adobe Acrobat PDF viewer</a>.");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");
