function footer()
{
document.write("<a href='mailto:rohit.tote@gmail.com'><span style='font-size:10pt; text-decoration:none; font-style:italic; font-family:Lucinda sans Unicode;'>Contact our Webmaster for page or site problems</span></a>");
return 0;
}

function update() 
{
document.write("Page Last Updated: <br>");
document.write (document.lastModified);
return 0;
}
function credit() 
{
document.write("&copy; 2004 CECHE <br>");
document.write("Valeska C. Stupak, Editorial and Design Consultant <br>");
document.write("Rohit Tote, Webmaster <br>");
document.write("<hr>");
return 0;
}