// JavaScript Document for Footer

document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"footer\">");
document.write("    <tr>");
document.write("        <td>&copy; Copyright 2009-2012 Happy Home & School For The Blind. All Rights Reserved.</td>");
document.write("        <td align=\"right\">Original website & maintenance by Jamshed Bilimoria</td>");
document.write("    </tr>");
document.write("</table>");
