##
##	head.h
##
##	This file is included by all files, and is used to generate
##	the start of the file.  This is where we set up some basic
##	information.
##
##	Before including head.h,
##		#define _TITLE_ xxxxxxx
##	where xxxxxx is the title of the page.
##

##
##	Definitions
##
#define	__EMAIL__	regan@ao.com
#define	_WEBC_		<b>webc</b>
#define	_WEB_		http://www.ao.com/~regan/Webc

##
##	HTML boilerplate
##
<html>
<head>
<title>_TITLE_</title>
</head>

<body bgcolor="#8080FF">

<center><h2>_TITLE_</h2></center>

#  #call HotBar
