<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<?php
echo'
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>' . $directory['title'] . '</title>
<style type="text/css"><!--
' . $directory['style_sheet'] . ';
-->
</style>
</head>
<body bgcolor="#ffffff">
<table cols="2" height="100%" width="100%" cellspacing="6">
<tr>
';
if ($directory['path'] == '/jim/weblog') {
echo"<td valign=\"top\">
";
}
else {
echo"<td valign=\"top\" width=\"15%\">
";
}
echo'
<table align="center" valign="top">
<tr>
<td>';
$pname="left_text";
$close_html = "<br><br>";
include($pengine);
echo'
</td>
</tr>
</table>
</td>
<td valign="top" width="*">
<table width="73%" align="center" valign="top">
<tr>
<td><div class="main_table">
';
$pname="top_text";
include($pengine);
$open_html="<p>";
$close_html="<br><br></p>";
include($page_engine);
echo' </div></td>
</tr>
</table>
</td>
<td width="2%"> </td>
</tr>
';
if ($directory['navigation'] > 0) {
echo"<tr><td colspan=\"3\" align=\"center\" valign=\"bottom\" width=\"100%\">
<br><br><div class=\"center_block\"><center><hr width=\"68%\"></center>
";
print_controls($user, $the_verb, $directory, $subscription, "true");
print"
</div></td></tr>";
}
?>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6983097-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>