function get_categories()
{
document.write ('<style type="text/css"> .tCatTable { width: 100%; background-color: #FFFFFF; } .tCatTD { vertical-align : top; background-color: #F4F4F4; } .tCatHeader { font-family: Arial; font-size: 12px; font-weight: bold; } .tSubCat { font-family: Arial; font-size: 11px; } .tDisCat { font-family: Arial; font-size: 10px; } </style><table border="0" cellpadding="1" cellspacing="1" class="tCatTable"> <tr>    <td class="tCatTD" width="100%" height="20"> <a class="tCatHeader" href="http://www.nlp-world.com/directory/Other/index.html">Other</a><br>   </td> </tr> <tr>    <td class="tCatTD" width="100%" height="20"> <a class="tCatHeader" href="http://www.nlp-world.com/directory/NLP_Education/index.html">NLP Education</a><br>   </td> </tr> <tr>    <td class="tCatTD" width="100%" height="20"> <a class="tCatHeader" href="http://www.nlp-world.com/directory/NLP_Information/index.html">NLP Information</a><br>   </td> </tr> </tr> </table> ');
}

