<!--
var NewDate   = new Date();
var varYY     = NewDate.getFullYear();

function setstatus() {
    window.status = "Copyright 1945-"+varYY+" by DoverTVJ: 773-478-2022";
    return true;
}
function clearstatus() {
    window.status = "Copyright 1945-"+varYY+" by DoverTVJ: 773-478-2022";
    return true;
}
function webmaster() {
    window.status = "Copyright 1945-"+varYY+" by DoverTVJ: 773-478-2022";
    return true;
}
function steal(e)
{
  if (navigator.appName.indexOf("Netscape")  > -1)
      {if (e.which != 1)    {alert('\t\tDO NOT STEAL!\t\tDO NOT STEAL!\n\r\n\rCopyright 1945-'+varYY+' by DoverTVJ: 773-478-2022  All rights reserved. Reproduction of this website in whole or in part without written permission from the DoverTVJ: 773-478-2022 is prohibited.');}}
  if (navigator.appName.indexOf("Microsoft") > -1)
      {if (event.button==2) {alert('\t\tDO NOT STEAL!\t\tDO NOT STEAL!\n\r\n\rCopyright 1945-'+varYY+' by DoverTVJ: 773-478-2022  All rights reserved. Reproduction of this website in whole or in part without written permission from the DoverTVJ: 773-478-2022 is prohibited.');}}
}

function myprint() {
window.parent.page.focus();
window.print();
}
function RSVP1(){

username2 = "AGSchrodt";
site = "DoverTVJ";
dot = ".";
ext = "com";
document.write('<a href='+'"mail'+'to:'+username2+'@'+site+dot+ext+'">'+username2+'@'+site+dot+ext+'</a>');
}

function RSVP2(){

username2 = "SARemis";
site = "DoverTVJ";
dot = ".";
ext = "com";
document.write('<a href='+'"mail'+'to:'+username2+'@'+site+dot+ext+'">'+username2+'@'+site+dot+ext+'</a>');
}


function RSVP3(){

username2 = "AGSchrodt";
site = "DoverTVJ";
dot = ".";
ext = "com";
document.write(username2+'@'+site+dot+ext);
}


function copyright(){
document.write('<br>Copyright 1945-'+varYY+' by DoverTVJ: 773-478-2022</p>');
}

document.onmousedown=steal;
document.onclick=steal;
//-->
