// JavaScript Document for Footer

document.write("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"footer\">");
document.write("    <tr>");
document.write("        <td>&copy; Copyrights 2009. Happy Home And School For The Blind.</td>");
document.write("        <td align=\"right\">Original website created by Jamshed Bilimoria. Designed and Developed by <a href=\"http://www.asapdesigns.in\"target=\"blank\">asapdesigns.in</a></td>");
document.write("    </tr>");
document.write("</table>");