var currentyear = new Date();

document.writeln('<TABLE WIDTH="640" BORDER="1" BORDERCOLOR="#000000" BGCOLOR="#FFFFFF">')
document.writeln('<TR>')
document.writeln('<TD ALIGN="CENTER" WIDTH="110"><IMG SRC="../site/images/editlogo.gif" WIDTH="100" HEIGHT="43" ALT="ED/iT Corporate Logo"></TD>')
document.writeln('<TD WIDTH="500" ALIGN="CENTER">')
document.writeln('<FONT SIZE="-2">Aviation Software for <B>Microsoft&reg; Windows<SUP>tm</SUP> NT, 2000, XP, Vista, W7</B></FONT><BR>')
document.writeln('<FONT SIZE="-2">&copy; ' + currentyear.getFullYear() + ' ED/iT, Inc. Aviation Products Div. <A HREF="../corp_allrightsreserved.htm"><FONT COLOR="#0000FF" SIZE="-3">All Rights Reserved.</FONT></A><BR>Your Electronic Data / Information Technology Company since 1975</FONT>')
document.writeln('</TD></TR>')
document.writeln('</TABLE>')

