   var hostbasehome
   var userbasehome
   var ppcname = "webpagemail"; 
   var ppchost = "northlights.co.uk"; 
if (location.protocol=="http:")
 {
 hostbasehome = "http://www.smrsystems.com/kris/index.html" 
 userbasehome = "http://www.smrsystems.com/kris/northlights/index.html" 
 }
else
 {
 hostbasehome = "file:///H:/WEBPAGE/smr/index.html" 
 userbasehome = "file:///H:/WEBPAGE/smr/northlights/index.html" 
 }
document.write('<H4>Stained glass designs Copyright &copy;1989-1998 North&nbsp;Lights</H4>');
document.write('<TABLE ALIGN=CENTRE>');
if (location.href==userbasehome )
 { 
 document.write('  <TD><H4><A HREF="links.html">Interesting Links</A></H4>');
 }
else
 {
 document.write('  <H4><A HREF="http://www.northlights.co.uk">North Lights Home Page</A></H4>');
 }
document.write('</TABLE>');
document.write('<HR>');
document.write('<TABLE ALIGN=CENTRE>');
document.write(' <TR>');
document.writeln("  <TD><H4><A HREF='"+hostbasehome+"'>Return to Kris's Gallery</A></H4>");
document.write(' <TR>');
document.write('  <TD><H4>Page Layout Feedback: ');
   ppcname = "webmastermail"; 
   ppchost = "hotstone.demon.co.uk"; 
   document.write("<a href=" + "mail" + "to:" + ppcname + "&#64;" + ppchost + ">") 
document.write('  WebMaster</A></H4>');
document.write(' <TR>');
document.write('  <TD><H5>Pages Verified Against: Explorer 5.50</H5> ');
document.write(' <TR>');
document.write('  <TD><H5>Page Last Updated: <!--#echo var="LAST_MODIFIED"--></H5>');
document.write('</TABLE>');
