[home] [login]





<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<html>
<head>
    <title><?php echo $directory[title]; ?></title>
    <style type="text/css"><!--
    <?php
    
echo $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"><?php $pname="top_text"; include($pengine);
                
$open_html="<p>"$close_html="<br><br></p>"; include($page_engine); ?></div></td>
                </tr>
                
            </table>
            
        </td>
    </tr>
        

<?php

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>"
;
}
    
?>
    
</table>
<?php
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>
'
;
}
?>
</body>


</html>