
function mycp ()
{
document.write ('<center>');
document.write ('<table border="0" bgcolor="#336600" cellpadding="3" cellspacing="0">');
document.write ('<tr><td>');
document.write ('    <table width="100%" 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="http://dmoz.org/cgi-bin/add.cgi?where=/Recreation/Food/">Submit');
document.write ('            a Site</a> - <a href="http://dmoz.org/about.html"><b>Open Directory');
document.write ('            Project</b></a> -');
document.write ('            <a href="http://dmoz.org/cgi-bin/apply.cgi?where=/Recreation/Food/">Become');
document.write ('            an Editor</a> </font>');
document.write ('        </td></tr>');
document.write ('    </table>');
document.write ('</td></tr>');
document.write ('</table>');
document.write ('</center>');
}

