var footerHTML = "";

footerHTML +='<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">';

footerHTML +='<TR> ';
footerHTML +='<TD WIDTH="12"><IMG SRC="images/spacer.gif" WIDTH="1" HEIGHT="1"></TD>';
footerHTML +='<TD WIDTH="112"><IMG SRC="images/spacer.gif" WIDTH="90" HEIGHT="31" BORDER="0" alt=""></TD>';
footerHTML +='<TD WIDTH="528" CLASS="footer" VALIGN="middle" ALIGN="center" BGCOLOR="#FFFFFF"> ';
footerHTML +='<BR><B STYLE="color:#999999;">Enterprise Rent-A-Car Customer Service - Our Way of Life</B>';
footerHTML +='</TD>';

footerHTML +='<TD WIDTH="124"><IMG SRC="images/spacer.gif" WIDTH="124" HEIGHT="1"></TD>';
footerHTML +='</TR>';


footerHTML +='<TR> ';
footerHTML +='<TD WIDTH="12"><IMG SRC="images/spacer.gif" WIDTH="1" HEIGHT="1"></TD>';
footerHTML +='<TD WIDTH="112"><IMG SRC="images/spacer.gif" WIDTH="90" HEIGHT="31" BORDER="0" alt=""></TD>';
footerHTML +='<TD WIDTH="528" CLASS="footer" VALIGN="middle" ALIGN="center" BGCOLOR="#FFFFFF"> ';
footerHTML +='<BR><A HREF="http://www.enterprise.com">Rent a Car</A> &nbsp;|&nbsp; ';

footerHTML +='<A HREF="http://www.enterprise.com/carsales/home.do">Buy a Car</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://www.enterprise.com/fleets">Manage Your Fleet</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://www.erac.com/recruit">Careers</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://aboutus.enterprise.com">About Us</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://www.enterprise.com/car_rental/contactUs.do">Contact Us </A> <BR> ';
footerHTML +='<A HREF="/who_we_are.html">Who We Are</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="/what_we_do.html">What We Do</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="/what_we_believe.html">What We Believe</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="/press_room.asp">Press Room</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://enterprise.custhelp.com">Help</A> <BR> ';

footerHTML +='<A HREF="http://aboutus.enterprise.com">About Enterprise Rent-A-Car</A> &nbsp;|&nbsp; ';
footerHTML +='<A HREF="http://aboutus.enterpriserentacar.ca/">About Enterprise Rent-A-Car in Canada</A> ';

footerHTML +='</TD>';

footerHTML +='<TD WIDTH="124"><IMG SRC="images/spacer.gif" WIDTH="124" HEIGHT="1"></TD>';
footerHTML +='</TR>';
footerHTML +='<TR><TD COLSPAN="4" HEIGHT="10"><IMG SRC="images/spacer.gif" WIDTH="1" HEIGHT="10"></TD></TR>';
footerHTML +='<TR> ';
footerHTML +='<TD COLSPAN="4" ALIGN="center" CLASS="footer">';
footerHTML +='<A HREF="http://www.enterprise.com/privacyPolicy.html" CLASS="small">Enterprise Privacy Statement</A> ';
footerHTML +='<SPAN CLASS="smallText">|</SPAN> ';
footerHTML +='<A HREF="http://www.enterprise.com/legalInformation.html" CLASS="small">Legal Information</A>';
footerHTML +='<SPAN CLASS="smallText"> &copy; 2007 Enterprise Rent-A-Car Company</SPAN></TD>';
footerHTML +='</TR>';
footerHTML +='</TABLE>';
footerHTML +='</div></div>';
document.writeln(footerHTML);