﻿document.write('<tr>');
document.write('    <td width="100%">');
document.write('    <table cellpadding="0" cellspacing="0" width="100%">');
document.write('      <tr>');
document.write('        <td width="50%" class="footer">&nbsp;</td>');
document.write('        <td width="50%">&nbsp;</td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td width="50%" class="footer"><a href="index.html" class="footer">Home</a> | ');
document.write('        <a href="downloads.html" class="footer">Downloads</a> | <a href="courses.html" class="footer">Courses</a> | ');
document.write('        <a href="contact.html" class="footer">Contact Us</a> | <a href="underconstruction.html" class="footer">FAQs</a> | ');
document.write('        <a href="sitemap.html" class="footer">Sitemap</a></td>');
document.write('        <td width="50%" class="footer">');
document.write('        <p align="right">Powered by ');
document.write('        <a target="_blank" href="http://www.synopsis-solutions.com" class="footer">Synopsis Solutions</a></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td width="50%" class="footer">Copyright © 2009 London College of Accountancy &amp; ');
document.write('        Management. All Rights Reserved</td>');
document.write('        <td width="50%">&nbsp;</td>');
document.write('      </tr>');
document.write('    </table>');
document.write('    </td>');
document.write('  </tr>');