// Right column include for /campaign/population_habitat section
// -------------------------------------------------------------

var str="<!-- right LINKS :: OF INTEREST COLUMN -->\n";
str+="<table border=0 cellspacing=0 cellpadding=6>\n";
str+="<tr>\n";
str+="<td nowrap colspan=\"2\" valign=top><img src=\"http://www.audubon.org/campaign/population_habitat/pophab_images/interest.gif\" width=\"110\" height=\"35\" border=\"0\"></td>\n";
str+="</tr>\n";

str+="<tr>\n";
/*str+="<td colspan=\"2\" valign=top class=normaltext><b>Take Action:</b> <a href=http://audubonaction.org/campaign/hr1225 target=_blank class=link>Tell Congress that Family Planning Benefits Women and the Environment</a></td>\n";
str+="</tr>\n";*/

str+="<tr>\n";
str+="<td valign=\"top\" class=\"normaltext\">";

str+="<table border=0 cellspacing=0 cellpadding=6 class=\"normaltext\"><tr><td align=center><a href=\"http://audubonaction.org/audubon/join\" target=\"_blank\" class=\"link\"><img src=\"http://www.audubon.org/images/HP/Aud_Advisory.gif\" alt=\"\" width=\"150\" height=\"48\" border=\"0\"><br>Sign up for Audubon Advisory and E-Alerts</a></td></tr>";
str+="<tr><td>Get Audubon's monthly policy update, Audubon Advisory, and as needed E-Alerts when issues are hot.</td></tr></table>\n";

str+="</td></tr>\n";

/*
str+="<TR>\n";
str+="<TD valign=\"top\" class=\"normaltext\"><a href=\"legislative.html\"><div align=\"center\"><img src=\"pophab_images/capdome_sm.jpg\" alt=\"\" width=\"60\" height=\"80\" border=\"1\"><br><div align=\"center\"><u>Legislative Actions</u></div></div></a></td>\n";
str+="</tr>\n";
str+="<tr><td valign=\"top\" class=\"normaltext\">\n";
str+="<a href=\"http://audubonaction.org/audubon/myregistration.asp\" target=\"_blank\" class=\"link\">\n";
str+="<div align=\"center\"><img src=\"pophab_images/Your_Opinion.jpg\" alt=\"\" width=\"150\" height=\"74\" border=\"1\"><br>\n";

str+="<!-- bullet points -->\n";
str+="<table border=\"0\" cellspacing=\"0\" cellpadding=\"4\" width=\"100%\">\n";
str+="<tr>\n";
str+="<td><img src=\"pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><A class=\"link\" href=\"http://audubonaction.org/campaign/hr1225\" target=\"_blank\">Send your Member of Congress a letter</a></td>\n";
str+="</tr>\n";
str+="<tr>\n";
str+="<td><img src=\"pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><a class=\"link\" href=\"http://audubonaction.org/audubon/lte_issues.asp\" target=\"_blank\">Submit a Letter to Editor</a></td>\n";
str+="</tr>\n";
str+="</table>\n";
str+="<!-- end bullet points -->\n";

str+="</tr>\n";
*/

str+="<tr>\n";
str+="<td valign=\"top\" class=\"normaltext\"><strong>HOT TOPICS</strong>\n";

str+="<!-- bullet points -->\n";
str+="<table border=\"0\" cellspacing=\"0\" cellpadding=\"4\" width=\"100%\" align=\"center\">\n";
str+="<tr>\n";
str+="<td><img src=\"http://www.audubon.org/campaign/population_habitat/pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><A class=\"link\" href=\"op_ed.html\">Read John Flicker's World Population Day Op-Ed</a>\n";
str+="</td>\n";
str+="</tr>\n";
str+="<tr>\n";
str+="<td><img src=\"http://www.audubon.org/campaign/population_habitat/pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><A class=\"link\" href=\"fieldreports.html\">Reports from the Field: Ethiopia and the Philippines</a>\n";
str+="</td>\n";
str+="</tr>\n";
str+="<tr>\n";
str+="<td><img src=\"http://www.audubon.org/campaign/population_habitat/pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><A class=\"link\" href=\"http://www.audubon.org/campaign/population_habitat/pdf/pop_and_emissions.pdf\" target=\"_blank\">Fact Sheet: Population and Greenhouse Gas Emissions</a>\n";
/*str+="</tr>\n";
str+="<tr>\n";
str+="<td><img src=\"pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><a class=\"link\" href=\"http://www.unfpa.org/swp/index.htm\" target=\"_blank\">UNFPA Releases \"State of the World Population 2005\" Report</a></td>\n";*/
str+="</tr>\n";
str+="<tr>\n";
/*str+="<td><img src=\"http://www.audubon.org/campaign/population_habitat/pophab_images/green_circle.gif\" border=\"0\"></td>\n";
str+="<td><A class=\"link\" href=\"http://www.worldwatch.org/press/news/2003/03/10/\" target=\"_blank\">Report on Birds & Population</a>\n";
str+="</td>\n";
str+="</tr>\n";*/
str+="</table>\n";
str+="<!-- end bullet points -->\n";

str+="</table>\n";
str+="<!-- end right links(4) -->";

// write var to screen
document.write(str);