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

