// JavaScript Document
// footer
var myr = new Date();
document.write("<DIV id=footer>");
document.write("Copyrights &copy; " + myr.getFullYear() + " The Just Aid Foundation");
document.write("</DIV>");