function drawSignature() {

  document.write('<div align=center id="signature">');
  document.write('Join us on <a href="http://www.facebook.com/pages/The-Math-Mom/108310441989">Facebook</a> and <a href="http://twitter.com/TheMathMom">Twitter</a>.<br>');
  document.write('<a href="mailto:maria@marialando.com">Click to contact The Math Mom</a><br>');
  document.write('Copyright &copy; 2008 - 2010 &nbsp; The Math Mom&trade; ,  All rights reserved.');
  document.write('<br>Logo by <a href="http://www.wix.com/shirik/Shiriitzhakov" target="_blank">Shiri Itzhakov</a>, website designed with the help of <a href="http://www.bartlettinteractive.com/" target="_blank">Bartlett Interactive.</a>');
  document.write('<br></div>');

}

drawSignature();

