
<!-- start

// NOTE: If you use a ' add a slash before it like this \'
document.write('<div align="center"><center>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0">');
document.write('<tr><td align=center class="footer">');
document.write('<hr color="#CCCCCC" width="75%" size="1">');
document.write('| <a href="home.html">home</a> | ');
document.write('<a href="about.htm">about us</a> | ');
document.write('<a href="services.htm">services</a> | ');
document.write('<a href="clients.htm">client list</a> | ');
document.write('<a href="casestudy1.htm">success stories</a> | ');
document.write('<a href="testimonials_1.htm">testimonials</a> |<br>');
document.write('<hr color="#CCCCCC" width="75%" size="1">');
document.write('</td></tr>');

document.write('<tr><td align=center>');
document.write('<span class="copytext">');
document.write('&copy;Copyright 2003 ');
document.write('<a href="index.html" target="_top">Channon & Associates</a> ');
document.write('685 Wicklow Road Suite 300  Deerfield, IL 60015  847.945.2409');
document.write(' For more information feel free to '); 
document.write(' <A HREF="contact.htm">Contact Us</a>'); 
document.write('</span>');
document.write('</td></tr>');

document.write('</table>');
document.write('</center></div>');


//  End -->