// Prints the copyright
function footer(name) {
  document.write('&copy; 2009 ATOM tdf | No part of this website may be quoted or reproduced without the written permission of ATOM tdf '); 
}

// Prints email
function email(name) {
  document.write('Email: <a href="mailto:nucleus@atom.co.ke">nucleus@atom.co.ke</a>'); 
}
