// Domeba-Imwine Williams
function curyear(){var thedate= new Date(); var theyear = thedate.getFullYear(); document.write(theyear); }
