   var hostbasehome
   var ppcname = "medbhwebmail"; 
   var ppchost = "hotstone.demon.co.uk"; 
if (location.protocol=="http:")
 {
 hostbasehome = "http://www.smrsystems.com/kris/index.html" 
 }
else
 {
 hostbasehome = "file:///H:/WEBPAGE/smr/index.html" 
 }
document.write('<H4>Glass designs Copyright &copy;2002 Medbh</H4>');
document.write('<HR>');
document.write('<TABLE ALIGN=CENTRE>');
document.write(' <TR>');
document.write('  <TD><H4>Want to know more about the items mentioned? ');
document.write("<a href=" + "mail" + "to:" + ppcname + "&#64;" + ppchost + ">") 
document.write('  Contact Medbh</A></H4>');
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>');

