<!-- STEP ONE: Paste this code into a new footer.js document  -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
document.write('<center>');
document.write('<font face="verdana" size="2" color="#000000">');


document.write('&nbsp;<font color="#000000">646 Goodwin Drive </font><br> ');
document.write('&nbsp;<font color="#000000">Richardson, TX 75081</font><br> ');
document.write('&nbsp;<font color="#000000">Phone: (972) 669-1555</font><br> ');
document.write('&nbsp;<font color="#000000">Fax: (972) 470-0355</font><p> ');

document.write('&nbsp;<font color="#000000">All material contained within this website ©2005 Karen Davis.</font><p>');

document.write('&nbsp;<font color="#000000">Website Produced & Designed By</font><br> ');
document.write('&nbsp;<a href="http://www.pyramidinternational.com" target="_blank"><font color="#000000">Pyramid Productions</font></a> ');


document.write('</font>');
document.write('</center>');
// End -->