function lastupdate() {
/* Change Site Updated Date Here */
  return 'March 4, 2010';
}

function copyright() {
/* Change Copyright Notice Date Here */
  return 'Copyright &copy; 2005-2009&nbsp;David Vance';
}

function imgpop(popurl,popname,popwid,pophei){
  eval("winpops=window.open(popurl, popname, 'toolbar=0,scrollbars=0,location=0,left=100,top=100,statusbar=0,menubar=0,resizable=0,width=" + popwid + ",height=" + pophei + "');");
  winpops.focus(top);
}