
function mycp ()
{
document.write ('<center>');
document.write ('<table border="0" bgcolor="#336600" cellpadding="3" cellspacing="0">');
document.write ('<tr><td>');
document.write ('    <table width="50%" cellpadding="2" cellspacing="0" border="0">');
document.write ('        <tr align="center">');
document.write ('        <td><font face="sans-serif, Arial, Helvetica" size="2"');
document.write ('            color="#FFFFFF">Help build the largest human-edited');
document.write ('            directory on the web.</font></td></tr>');
document.write ('        <tr bgcolor="#CCCCCC" align="center">');
document.write ('        <td><font face="sans-serif, Arial, Helvetica" size="2"> <a');
document.write ('            href="/redirect.php?go=http://dmoz.org/cgi-bin/add.cgi?where=/Business/Financial_Services/Financial_Planning/">Submit');
document.write ('            a Site</a> - <a href="/redirect.php?go=http://dmoz.org/about.html"><b>Open Directory');
document.write ('            Project</b></a> -');
document.write ('            <a href="/redirect.php?go=http://dmoz.org/cgi-bin/apply.cgi?where=/Business/Financial_Services/Financial_Planning/">Become');
document.write ('            an Editor</a> </font>');
document.write ('        </td></tr>');
document.write ('    </table>');
document.write ('</td></tr>');
document.write ('</table>');
document.write ('</center>');
}
