#!/bin/ksh
read x
set $x
date=$1
shift

cat <<-EOF
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; SunOS 5.7 sun4u) [Netscape]">
<title>
$date Mayoral election
</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<h1>
$date Mayoral election
</h1>
<p>
<h3>
? Nov General Election (???? votes cast)
</h3>
<table border>
<tr>
<th>candidate
<th>votes
<th>percentage
<tr>
<td>$*
<td>????
<td>??
</table>
<p>
<p>
<pre>



</pre>
<p>
<p>
<center>
<a href="/index.html">jolomo.net</a> |
<a href="/atlanta.html">atlanta</a> |
<a href="/pkd.html">pkd</a> |
<a href="/solarsystem/">solarsystem</a> |
<a href="/recipes.html">recipes</a> |
<a href="mailto:joe@jolomo.net">email</a>
</center>
<p>
<p>

</body>
</html>
EOF
