[home] [login]





<?php
echo'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<html>
<head>
    <title>' . $directory['title'] . '</title>
    <style type="text/css"><!--
' . $directory['style_sheet'] . '
    -->
    </style>
</head>

<body bgcolor="#ffffff">
<table cols="1" height="100%" width="100%" cellspacing="6">
    <tr>
        
        <td valign="top" width="100%">
            
            <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>
    </tr>
';        


if ($directory['navigation'] > 0) {
    print"<tr><td 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>";
}
    
echo'
    
</table>
';
if($directory['path'] == '/sallymckay' or $directory['path'] == '/sallymckay/LornaMillsImageDump') {
    echo'<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-11933926-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
';
}
echo'
</body>
</html>';