//
// This is the code that is included at the end of all Heim EnterpriZes pages.
//
var d = new Date();

document.write("<font face='Comic Sans MS'>");
document.write("<font size=-1>");
document.write("<b>The current time is " + d + ".");
document.write("<br>This page was last modified on " + document.lastModified + ".");

if(document.referrer != "")
  document.write("<br>Click to return to <A HREF=\"" + document.referrer + "\">" + document.referrer + "</A>.");

document.write("<p>");
document.write("<i>Web Services Provided by<a href='http://www.HeimNet.com'> Heim EnterpriZes LTD</a><br>");
document.write("&quot;When You Need True WiZardry&quot;&reg;</i></b><br>");
document.write("<b>&quot;Leaders in M2Y Services&quot;&copy;</b>");
document.write("</font>");
