<!-- template head is automatically included -->
<table border="0" cellspacing="2px" width="725px">
<tr>
<td valign="top">
<!-- left EDITORIAL -->
<div class="standard_article">
<!-- left rail start -->
<div class="date_box">
<? date_box() ?>
</div>
<div class="left_article">
<!-- any editorial content can go here -->
<? $article->textboxes() ?>
<div class="related_top">Toolbox</div>
<br />
<? $article->toolBox() ?>
<p />
<div class="related_top">Feedback</div>
<center>
<a href="javascript:webShot('mail_editor.phtml');" class="send_letter">Send a letter to the editor</a>
</center>
</div>
</div>
<!-- end left -->
</td>
<td valign="top">
<!-- center CONTENT -->
<table border="0" width="100%">
<tr>
<td>
<? template_navbar() ?>
<div class="article_spacer">
<p />
<!-- this is the main content area -->
<? $article->displayArticle() ?>
<br />
<? $article->otherHeadlines() ?>
<!-- CENTER ABOVE -->
</div>
</td>
<td valign="top" align="left">
</td>
</tr>
</table>
<!-- end center -->
</td>
</tr>
</table>
<!-- template foot is automatically included -->