document.writeln('		<hr>');
document.writeln('		<CENTER>');
document.writeln('			<FONT FACE=\"Arial\" SIZE=2>');
document.writeln('				Click here to');
<!-- Set up a GoBack Button to return to previous page - Navigation  -->
document.writeln('<center>');
document.writeln('<INPUT TYPE="BUTTON" NAME="GOBACK" VALUE="Back Up a Page" OnClick="history.go(-1)">');
document.writeln('&nbsp;&nbsp;');
document.writeln('<INPUT TYPE="BUTTON" NAME="PRINTPAGE" VALUE="Print this Page" onClick=window.print()>');
document.writeln('</center>');
document.writeln('				<BR>');
document.writeln('			</FONT>');
document.writeln('			<!-- DESCRIPTION: Shows copyright if desired     -->');
document.writeln('			<center>');
document.writeln('				<FONT fACE=\"Arial\" SIZE=1>');
document.writeln('					Copyright &copy  ');
today=new Date();
 y0=today.getFullYear();
document.write(y0);
document.writeln(',');
document.writeln('				<a href=\"mailto:%20taxinfo@electrofile.com">ElectroFile Income Tax Service</a>');
document.writeln('				</font>');
document.writeln('				');
document.writeln('				<!-- START of Last Date Modified JavaScript      -->');
document.writeln('				<FONT fACE=\"Arial\" SIZE=1>');
document.writeln('					<!-- DESCRIPTION: Shows date page was modified   -->');
document.writeln('<SCRIPT LANGUAGE=\"JavaScript\">');
document.writeln('<!-- hide JavaScript from deficient browsers');
document.writeln('var dateMod = \"\"  ;dateMod = document.lastModified  ;document.write(\"Last Updated:  \");  document.write(dateMod);  document.write();');
document.writeln('-->');
document.writeln('</SCRIPT>');
document.writeln('				</font>');
document.writeln('			</center>');
document.writeln('			<!-- END of Last Date Modified JavaScript        -->');
document.writeln('		</Center>');

