function genealogy_tools()
 {
    var diag = 0;
    var config;
    config = '';
    config = config
    + '<table border="1" cols="3"  cellspacing="0">'
    + '<tr>'
    + '<td colspan="3" bgcolor="#cccccc">'
    + '<center>'
    + '<b><i><font face="Arial" size="+1">GENEALOGY LINKS:</font></i></b>'
    + '</center>'
    + '</td>'
    + '<tr>'
    + '<td width="33%">'
    + '<center>'
    + '<a href="http://www.ancestry.com/"><img src="../genealogy2/ancestry_com.gif" border="0" height="28" width="101" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '<td width="34%">'
    + '<center>'
    + '<a href="http://www.familysearch.com/"><img src="../genealogy2/family_search.gif" border="0" height="38" width="118" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '<td width="33%">'
    + '<center>'
    + '<a href="http://www.familytreemaker.com/"><img src="../genealogy2/ftw.gif" border="0" height="53" width="110" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '</tr>'
    + '<tr>'
    + '<td>'
    + '<center>'
    + '<a href="http://www.gedhtree.com/"><img src="../genealogy2/gedhtree.gif" border="0" height="24" width="116" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '<td>'
    + '<center>'
    + '<a href="http://www.genealogy.com/"><img src="../genealogy2/genealogy_com.gif" border="0" height="49" width="149" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '<td>'
    + '<center>'
    + '<a href="http://www.rootsweb.com/"><img src="../genealogy2/rootsweb.gif" border="0" height="42" width="116" align="absmiddle"></a>'
    + '</center>'
    + '</td>'
    + '</tr>'
    + '</table>';
    if (diag != 0) alert('a\n' + config);
    document.write(config);
}