   var hostbasehome
   var ppcname = "gallerywebmail"; 
   var ppchost = "hotstone.demon.co.uk"; 
if (location.protocol=="http:")
 {
 hostbasehome = "http://www.smrsystems.com/kris" 
 }
else
 {
 hostbasehome = "file:///H:/WEBPAGE/smr" 
 }
document.writeln('<H4>Photographs Copyright &copy;1949-2011 hotstone demon.co.uk</H4>');
document.writeln('<HR>');
document.writeln('<TABLE ALIGN=CENTRE>');
document.writeln(' <TR>');
document.writeln('  <TD><H4>Want to know more about the items mentioned? ');
document.writeln("<a href=" + "mail" + "to:" + ppcname + "&#64;" + ppchost + ">") 
document.writeln("  Contact Kris's Gallery</A></H4>");
document.writeln(' <TR>');
//document.writeln(location.href);
//document.writeln(hostbasehome);
if (location.href==hostbasehome
    ||
    location.href==hostbasehome+"/"
    ||
    location.href==hostbasehome+"/index.html"
   )
 { 
 document.writeln('  <TD><H4><A HREF="links.html">Interesting Links</A></H4>');
 }
else
 {
 document.writeln("  <TD><H4><A HREF='"+hostbasehome+"/index.html"+"'>Return to Kris's Gallery</A></H4>");
 }
document.writeln(' <TR>');
document.writeln('  <TD><H4>Page Layout Feedback: ');
   ppcname = "webmastermail"; 
   ppchost = "hotstone.demon.co.uk"; 
document.writeln("<a href=" + "mail" + "to:" + ppcname + "&#64;" + ppchost + ">") 
document.writeln('  WebMaster</A></H4>');
document.writeln(' <TR>');
document.writeln('  <TD><H5>Page Last Updated Monday 16th January 2012 10:10 UTC</H5>');
document.writeln('</TABLE>');

