function callFooter(EmailAddress){
document.writeln('      <TABLE WIDTH=\"100%\" height=\"80\">')
document.writeln('	<TR >')
document.writeln('		<TD  COLSPAN=\"2\" bgcolor=#000080><IMG SRC=\"/common_images/RLMclear.gif\"  HEIGHT=\"1\" WIDTH=\"242\"><\/TD>')
document.writeln('		')
document.writeln('	<\/TR>')
document.writeln('	<TR>')
document.writeln('		<TD align=left width=\"25%\" height=\"62\"><img src=\"/common_images/RLMfvlogo.gif\" width=\"153\" height=\"64\"><\/TD>')
document.writeln('		<TD WIDTH=\"75%\" height=\"62\"><FONT FACE=\"helvetica,arial\" SIZE=\"2\">Flight information is derived from FlightView&reg; data from')
document.writeln('          <a HREF=\"http:\/\/www.rlmsoftware.com\" target=_blank>RLM Software, Inc.<\/a> FlightView is a registered trademark of RLM Software, Inc. For any questions or comments regarding the Flight Tracker, please')
document.writeln('          <a HREF=\"mailto:' + EmailAddress + '\">contact us.<\/a><br><\/FONT><\/TD>')
document.writeln('	<\/TR>')
document.writeln('	<TR >')
document.writeln('		<TD  COLSPAN=\"2\" bgcolor=#000080><IMG SRC=\"/common_images/RLMclear.gif\"  HEIGHT=\"1\" WIDTH=\"242\"><\/TD>')
document.writeln('		')
document.writeln('	<\/TR>')
document.writeln('    <\/TABLE>')
}