/*
// Left nav for campaign pages

both stellent templates (issues main/sub) & a few static files call this include

*/ 
// BEGIN SIDE NAV 
var str="<TABLE cellSpacing=0 cellPadding=3 width=150 border=0>";
str+="<TR bgColor=#ffffff><TD colSpan=2>";
str+="<div class=boldtext><B>Issues &amp; Action</B></div></TD></TR>";

str+="<TR><TD colSpan=2>";
str+="<A class=link href=\"http://www.audubon.org/campaign/index.html\"><B>Home</B></A></TD></TR>";

str+="<TR><TD colSpan=2>";
str+="<A class=link href=\"http://audubonaction.org/audubon\"><B>Take Action Now!</B></A></TD></TR>";

str+="<TR><TD colSpan=2>";
str+="<A class=link href=\"http://www.audubon.org/globalWarming\"><B>Global Warming</B></A></TD></TR>";

str+="<TR><TD colSpan=2>";
str+="<A class=link href=\"http://www.audubon.org/campaign/esa/index.html\"><B>Endangered Species Act (ESA)</B></A></TD></TR>";

str+="<TR><TD colSpan=2 class=\"normalText\"><B>Alaska Issues</B></TD></TR>";
str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.protectthearctic.com\">Arctic Refuge</A></TD></TR>";
str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/teshekpuk/\">Teshekpuk Lake</A></TD></TR>";
str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/tongass.html\">Tongass</A></TD></TR>"; 

str+="<TR><TD class=\"normalText\" colSpan=2>";
str+="<A class=link href=\"http://www.protectthearctic.com/\"></A><B>Ecosystem Restoration</B></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/everglades.html\">Everglades</A></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/lis.html\">Long Island Sound</A></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/Mississippi/MI_Strategy_Obj.html\">Mississippi River</A></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/greatlakes/\">Great Lakes</A></TD></TR>";

str+="<TR><TD colspan=\"2\"><a class=link href=\"http://www.audubon.org/campaign/population_habitat/index.html\"><b>Population &amp; Habitat</b></a></TD></TR>";

str+="<TR><TD colspan=\"2\"><a class=link href=\"http://www.audubon.org/campaign/cleanWater2.html\"><b>Clean Water</b></a></TD></TR>";

str+="<TR><TD colSpan=2 class=\"normalText\"><B>Funding Conservation Programs</B></TD></TR>";
str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/funding.html\">Federal Budget Funding</A></TD></TR>";
str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/farmBill.html\">Farm Bill</A></TD></TR>";


str+="<TR><TD class=\"normalText\" colSpan=2>";
str+="<A class=link href=\"http://www.protectthearctic.com/\"></A><b>Other Issues</b></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><a class=link href=\"http://www.stopinvasives.org\">Stop Invasives</a></TD></TR>";

str+="<TR><td>&nbsp;</td>";
str+="<TD><A class=link href=\"http://www.audubon.org/campaign/boreal.html\">Boreal Birds</A></TD></TR>";

str+="<TR><TD colSpan=2><A class=link href=\"http://www.audubon.org/campaign/policyoffice.html\"><B>Public Policy Office</B></A></TD></TR>";

str+="<TR><TD colSpan=2><A class=link href=\"http://www.audubon.org/nas/hr/internship/publicPolicy-dc.html\"><B>Policy Internships</B></A></TD></TR>";

str+="<TR><TD colSpan=2><A class=link href=\"http://www.audubon.org/campaign/windPowerQA.html\"><B>Windpower</B></A></TD></TR>";

str+="<TR><TD colSpan=2><hr><A class=link href=\"http://www.audubon.org/campaign/policyoffice.html\"><B>Contact Us</B></A><br><br><br></TD></TR>";

str+="</TABLE>";
// END SIDE NAV 

document.write(str);