// JavaScript Document

// Not used on INDEX page
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-bottom: 20px;">');
document.writeln('   <tr>');
document.writeln('		<td width="20%" align="left" class="footer" style="padding-left: 80px"><a class="footer" href="http://www.tmg-emedia.com/privacy.html">Privacy Policy</a></td>');
document.writeln('		<td width="15%" align="center" class="footer"><a class="footer" href="http://www.tmg-emedia.com/press.html">Press</a></td>');
document.writeln('		<td width="15%" align="center" class="footer"><a class="footer" href="http://www.tmg-emedia.com/careers.html">Careers</a></td>');
document.writeln('		<td width="15%" align="center" class="footer"><a class="footer" href="http://www.tmg-emedia.com/sitemap.html">Site Map</a></td>');
document.writeln('		<td width="15%" align="center" class="footer"><a class="footer" href="http://www.tmg-emedia.com/fees.html">Fee Schedule</a></td>');
document.writeln('		<td width="20%" align="right" class="footer" style="padding-right: 80px"><a class="footer" href="http://www.tmg-emedia.com/contact.html">Contact Us</a></td>');
document.writeln('   </tr>');
document.writeln('   <tr>');
document.writeln('      <td align="center" class="footer" colspan="6"><br><a class="footer" href="http://www.tmg-emedia.com/sitemap.html">Copyright © 2010 tmg-e*media. All rights reserved.</a></td>');
document.writeln('   </tr>');
document.writeln('</table>');
