function getAppletTags()
{
    document.write('<applet code="Wordsearch6.class" align="middle" width="550" height="350" codebase="puzzles/">');
    document.write('<param name="BGCOLOR" value="0,0,0">');
    document.write('<param name="CELLSIZE" value="16">');
    document.write('<param name="COPYRIGHT" value="Wordsearch applet, Copyright 1996 Sun Microsystems, Inc., all rights reserved.">');
    document.write('<param name="DOCUMENTATION" value="Documentation found at: http://www.xm.com/cafe/">');
    document.write('<param name="FONTNAME" value="Helvetica">');
    document.write('<param name="FONTSIZE" value="12">');
    document.write('<param name="FONTSTYLE" value="plain">');
    document.write('<param name="FOUND.SOUND" value="games/puzzles/ding2.au">');
    document.write('<param name="LISTNAME" value="Oceans and Sea Life">');
    document.write('<param name="PUZZLE.BGCOLOR" value="0,0,0">');
    document.write('<param name="PUZZLE.COLUMNS" value="26">');
    document.write('<param name="PUZZLE.DRAWNLOOPCOLOR" value="0,255,255">');
    document.write('<param name="PUZZLE.LOOPCOLOR" value="255,255,0">');
    document.write('<param name="PUZZLE.ROWS" value="20">');
    document.write('<param name="PUZZLE.TEXTCOLOR" value="220,220,220">');
    document.write('<param name="SOLVED.SOUND" value="games/puzzles/tada.au">');
    document.write('<param name="TEXTCOLOR" value="100,100,255">');
    document.write('<param name="WORDLIST" value="Ocean Seawater Salt Shark Triggerfish Angelfish Hawkfish Lionfish Seahorse Stingray Cetacean Whale Walrus Dolphin Seaweed Algae Anemone Jellyfish Crab Lobster Shrimp Crustacean Mollusk Octopus Squid Nautilus Clam Oyster Scallop Snail Nudibranch Starfish Seashell Sponge Coral Gorgonian Submarine">');
    document.write('</APPLET>');
}

