<%args>
$title 
</%args>

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
<head>
  <title><% $title %></title>
  <link rel="stylesheet" type="text/css"
    href="mbp_public_style.css" 
    title="Marlboro Bathroom Project Public Stylesheet">
</head>

<body>

<%doc>

   File: header
  Usage: called from the Mason autohandler 
Purpose: acts as the opening 'wrapper' on .mhtml pages

Version  Date         Comments
================================================================================
0.01     12/04/2004   initial code base
0.02     12/06/2004   added a required argument $title, used for passing the 
                      title of a page in
</%doc>
