document.writeln("<applet code=\"org.bitstorm.gameoflife.GameOfLife.class\" width=550 height=365>")
document.writeln("<param name=\"cellsize\" value=\"11\">")
document.writeln("<param name=\"cellcols\" value=\"50\">")
document.writeln("<param name=\"cellrows\" value=\"30\">")
document.writeln("<p>To see John Conway's Game of Life, you need to have Java installed.")
document.writeln("And of course Java-support has to be turned on.</p>")
document.writeln("<ul>")
document.writeln("<li><a href=\"http://www.java.com/en/download/\">Download Java now</a>")
document.writeln("</ul>")
document.writeln("</applet>")