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

function copyright() {
/* Change Copyright Notice Date Here */
  return 'Copyright &copy; 2008-2009&nbsp;&nbsp;Lodge at Parent Lake';
}

function imgpop(popwin,poppic,popwho,popwhere,popwhat,popwhen){
  winopen=window.open('',popwin,'toolbar=0,scrollbars=0,location=0,left=50,top=50,statusbar=0,menubar=0,resizable=0,width=420,height=480');
  winopen.focus(top);
  winopen.document.write('<html class=htmlpop><head><title>Lodge at Parent Lake</title><link href="laplpop.css" rel="stylesheet" type="text/css" media="all"></head><body><div align=center>');
  winopen.document.write('<img border=1 src="' + poppic + '"><br>' + popwho + ' - ' + popwhere + '<br>' + popwhat +  ' - ' +  popwhen);
  winopen.document.write('</div></body></html>');
  winopen.document.close();
  self.name='main'
}

function imgpop2(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);
}