function lastupdate() {
/* Change Site Updated Date Here */
  return 'November 19, 2009';
}

function copyright() {
/* Change Copyright Notice Here */
  return 'Copyright &copy; 2009&nbsp;Art &amp; Espresso';
}

function imgpop(popwin,poppic){
  winopen=window.open('',popwin,'toolbar=0,scrollbars=0,location=0,left=50,top=50,statusbar=0,menubar=0,resizable=0,width=245,height=210');
  winopen.focus(top);
  winopen.document.write('<html class=htmlpop><head><title>Art &amp; Espresso</title><link href="aaepop.css" rel="stylesheet" type="text/css" media="all"></head><body><div align=center valign=middle>');
  winopen.document.write('<img border=1 src="' + poppic + '">');
  winopen.document.write('</div></body></html>');
  winopen.document.close();
  self.name='main'
}
