<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title><?php echo $directory[title]; ?></title>
<style type="text/css"><!--
<?php
echo $directory[style_sheet];
?>
-->
</style>
</head>
<body bgcolor="#ffffff">
<table cols="2" height="100%" width="100%" cellspacing="6">
<tr>
<?php
if ($directory[path] == '/jim/weblog') {
echo"<td valign=\"top\">
";
}
else {
echo"<td valign=\"top\" width=\"15%\">
";
}
?>
<table align="center" valign="top">
<tr>
<td><?php $pname="left_text"; $close_html = "<br><br>"; include($pengine); ?></td>
</tr>
</table>
</td>
<td valign="top" width="*">
<table width="73%" align="center" valign="top">
<tr>
<td><div class="main_table"><?php $pname="top_text"; include($pengine);
$open_html="<p>"; $close_html="<br><br></p>"; include($page_engine); ?></div></td>
</tr>
</table>
</td>
<td width="2%"> </td>
</tr>
<?php
if ($directory[navigation] > 0) {
print"<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>