if (navigator.appName == "Netscape" && sversion == "4")
{
    document.write("<a href=/discussions/tcpat1.html>");
    document.write("<b>Latest Tropical Advisory&nbsp;&nbsp;</b></a>");
    document.write("<font color=black>(updated 1500Z 11/13/2009)</font>");
}
else
{
    document.write("<div style=line-height:100%>");
    document.write("<a href=/discussions/tcpat1.html>");
    document.write("<b>Latest Tropical Advisory&nbsp;&nbsp;</b></a>");
    document.write("<font color=black>(updated 1500Z 11/13/2009)</font>");
    document.write("</div>");
}

