document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0">');
document.write('  <tr>');
document.write('    <td height="24" class="copyright" valign="middle">&nbsp;&nbsp;&nbsp;');
document.write('      Copyright &copy ');
        var date = new Date();
        var yy = date.getYear();
        var year = (yy < 1000) ? yy + 1900 : yy;
        document.write(year);
document.write('      Custom Credit Corporation, Salem, Virginia - Web Development By <a class="copyright" href="http://www.search-circuit.com" target="_new">Search-Circuit</a>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');
