/*
// 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=5 width=180 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/energy/index.html\"><br><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/energy/sagebrush/index.html\"><B>Sagebrush Initiative</B></A></TD></TR>";

str+="<TR><TD colSpan=2>";
str+="<A class=link href=\"http://www.audubon.org/campaign/windPowerQA.html\"><B>Windpower</B></A></TD></TR>";

str+="</TABLE>";
// END SIDE NAV 

document.write(str);