#!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
    if $running_under_some_shell;

require 5.003;

use lib "/usr/lib/wml/perl/lib";
use lib "/usr/lib/wml/perl/lib/s390-linux-gnu-thread-multi";

#
# txt2html.pl
# Convert raw text to something with a little HTML formatting
#
# Written by Seth Golub <seth@aigeek.com> 
#            http://www.aigeek.com/txt2html/
#
# $Revision: 1.28 $
# $Date: 2000/05/22 23:44:58 $
#


#################################################################
# Some initializations that need to go before the configuration
#

@links_dictionaries = 0;
$num_heading_styles = 0;

#
#########################


#########################
# Configurable options
#

# [-s <n>    ] | [--shortline <n>                 ]
$short_line_length = 40;        # Lines this short (or shorter) must be
                                # intentionally broken and are kept
                                # that short. <BR>

# [-p <n>    ] | [--prewhite <n>                  ]
$preformat_whitespace_min = 5;  # Minimum number of consecutive 
                                # whitespace characters to trigger 
                                # preformatting.  
                                # NOTE: Tabs are now expanded to
                                # spaces before this check is made. 
                                # That means if $tab_width is 8 and
                                # this is 5, then one tab may be
                                # expanded to 8 spaces, which is
                                # enough to trigger preformatting.

$par_indent = 2;                # Minumum number of spaces indented in 
                                # first lines of paragraphs.
                                #   Only used when there's no blank line
                                # preceding the new paragraph.  (Like in
                                # this comment)

# [-pb <n>   ] | [--prebegin <n>                  ]
$preformat_trigger_lines = 2;   # How many lines of preformatted-looking
                                # text are needed to switch to <PRE>
                                # <= 0 : Preformat entire document
                                #    1 : one line triggers
                                # >= 2 : two lines trigger

# [-pe <n>   ] | [--preend <n>                    ]
$endpreformat_trigger_lines = 2; # How many lines of unpreformatted-looking
                                 # text are needed to switch from <PRE>
                                 # <= 0 : Never preformat within document
                                 #    1 : one line triggers
                                 # >= 2 : two lines trigger
# NOTE for --prebegin and --preend:
# A zero takes precedence.  If one is zero, the other is ignored.
# If both are zero, entire document is preformatted.

# [-r <n>    ] | [--hrule <n>                     ]
$hrule_min = 4;                 # Min number of ---s for an HRule.

# [-c <n>    ] | [--caps <n>                      ]
$min_caps_length = 3;           # min sequential CAPS for an all-caps line

# [-ct <tag> ] | [--capstag <tag>                 ]
$caps_tag = "STRONG";           # Tag to put around all-caps lines

# [-m/+m     ] | [--mail        / --nomail        ]
$mailmode = 0;                  # Deal with mail headers & quoted text

# [-u/+u     ] | [--unhyphenate / --nounhyphenate ]
$unhyphenation = 1;             # Enables unhyphenation of text.

# [-a <file> ] | [--append <file>                 ]
# [-ab <file>] | [--append_body <file>            ]
# [+a        ] | [--noappend                      ]
# [+ab <file>] | [--noappend_body <file>          ]
$append_file = 0;               # If you want something appended by 
                                # default, put the filename here.
                                # The appended text will not be
                                # processed at all, so make sure it's
                                # plain text or decent HTML.  i.e. do
                                # not have things like:
                                #   Seth Golub <seth@cs.wustl.edu>
                                # but instead, have:
                                #   Seth Golub &lt;seth@cs.wustl.edu&gt;

# [-pp <file> ] | [--prepend_body <file>                 ]
# [+pp        ] | [--noprepend_body <file>                 ]
$prepend_file = 0;              # Same sort of thing, but goes before
                                # the processed body text, rather than after.

# [-ah <file> ] | [--append_head <file>                 ]
# [+ah        ] | [--noappend_head                      ]
$append_head = 0;               # If you want something appended to
                                # the head by default, put the
                                # filename here.  The appended text
                                # will not be processed at all, so
                                # make sure it's plain text or decent
                                # HTML. i.e.  do not have things like:
                                #   Seth Golub <seth@cs.wustl.edu>
                                # but instead, have:
                                #   Seth Golub &lt;seth@cs.wustl.edu&gt;

# [-t <title>] | [--title <title>                 ]
$title = 0;                     # You can specify a title.
                                # Otherwise it will use a blank one.

# [-tf/+tf   ] | [--titlefirst / --notitlefirst   ]
$titlefirst = 0;                # Use the first non-blank line as the title

# [-dt <doct> ] | [--doctype <doctype>             ]
# [+dt        ] | [--nodoctype                     ]
$doctype = "-//W3C//DTD HTML 3.2 Final//EN";
                                # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               # This gets put in the DOCTYPE fie                               #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            