//*------------------------------------------------------------------------
//* Footer for each page.  Copyright & date, top and back buttons.

today=new Date();
y0=today.getFullYear();
document.write("<div class=\"FooterTEXT\"><center>");
document.write("<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"left\" width=\"1\"><br><img src=\"img/spacer.gif\" width=\"1\" height=\"8\" border=\"0\"><br></td><td xheight=\"55\" align=\"center\" class=\"FooterTEXT\">");
document.write("<a href=\"index.php?page=copyright\" class=\"bod\">© 1999");
document.write("-" + y0);
document.write(" Constellation HomeBuilder Systems Inc. &nbsp;All Rights Reserved</a> ");
document.write("</td></tr></table>");
document.write("</center></div>");

if (homepg == 0) {
  document.write("<div id=\"notch\"><img src=\"../img/bg-cordnotch.gif\" width=\"42\" height=\"43\" border=\"0\"></div>");
}


