 function nextevent() {
/* Change Next Event Date/Time Here */
  return "<b> May 7, 2011 </b><br>2-4 PM<br>";
}

function lastupdate() {
/* Change Site Updated Date Here */
  return 'April 10, 2011';
}

function copyright() {
/* Change Copyright Notice Date Here */
  return 'Copyright &copy; 2008-2009 &nbsp;ThomasDCR.com';
}

