// <!-- BEGIN SIDE NAV -->
var str="<table width=\"140\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\" class=\"normaltext\">";
str+="<tr align=\"left\" bgcolor=\"#FFFFFF\">"; 
str+="<td colspan=\"2\"><b>Birds, Bats, and Butterflies</b></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><BR>Learn how to attract birds, bats, and butterflies to other outdoor spaces.<BR><BR></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><a href=\"http://www.audubonathome.org/yard/index.html\" class=\"link\">Residential Yards</a></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><a href=\"http://www.audubonathome.org/apartment/index.html\" class=\"link\">Apartments/ Townhouses</a></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><a href=\"http://www.audubonathome.org/countryhome/index.html\" class=\"link\">Country Homes</a></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><a href=\"http://www.audubonathome.org/schoolyard/index.html\" class=\"link\">Schoolyards</a></td></tr>";

str+="<tr align=\"left\">"; 
str+="<td colspan=\"2\"><a href=\"http://www.audubonathome.org/neighborhood/index.html\" class=\"link\">Neighborhoods</a></td></tr>";		

str+="<tr>";
str+="<td align=\"left\" valign=\"top\" class=\"bigger_normaltext\"><a href=\"http://www.joinaudubon.org\" class=\"link\"><img src=\"http://www.audubon.org/bird/at_home/images/join_button1.gif\" border=\"0\"></a></td>"
str+="</tr>";
								
str+="</table><BR><BR>";


// pic table
str+="<table width=\"140\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"normaltext\">";
str+="<tr valign=top><td class=photocaption width=60 align=right>";
str+="<img src=\"../BBB/images/hbird.jpg\" width=60 border=0 hspace=2><br>";
str+="Sam Kulp</td><td>Have you taken the <a href=\"http://audubonathome.org/Pledge/\" class=\"link\">";
str+="Healthy Yard Pledge</a> yet?</td></tr>";																													
str+="</table>";

/*
str+="<div class=bottomnav><BR><BR><BR><BR><b>For testing:</b><BR>";
 str+="<a href=/bird/at_home/hummingbirds/index.html>Hummingbirds</a><BR>";
 str+="<a href=/bird/at_home/bats/index.html>Bats</a><BR>"; 
 str+="<a href=/bird/at_home/birdstohelp/index.html>Birds to Help</a><BR>";
 str+="<a href=/bird/at_home/butterflies/index.html>Butterflies</a><BR>";
 str+="<a href=/bird/at_home/chimneyswifts/index.html>Chimney Swifts</a><BR>";
 str+="<a href=/bird/at_home/commercialproperties/index.html>Commercial Properties</a><BR>"; 
 str+="<a href=/bird/at_home/solitarybees/index.html>Solitary Bees</a><BR>"; 
 str+="<a href=/bird/at_home/grazing/index.html>Grazing</a><BR>";  
 str+="<a href=/bird/at_home/detentionbasins/index.html>Detention Basins</a><BR>";
 str+="<a href=/bird/at_home/forthebirds/index.html>For the birds</a><BR>";  
 str+="<a href=/bird/at_home/fences/index.html>Fences</a><BR>"; 
 str+="<a href=/bird/at_home/patiogarden/index.html>Patio Garden</a><BR>";
 str+="<a href=/bird/at_home/riparian/index.html>Riparian Essay</a><BR>";
 str+="<a href=/bird/at_home/rooftops/index.html>Rooftops</a><BR>";
 str+="<a href=/bird/at_home/shrublands/index.html>Shrublands</a><BR>"; 
 str+="<a href=/bird/at_home/wetlands/index.html>Wetlands</a><BR>";
 str+="<a href=/bird/at_home/woodlands/index.html>Woodlands</a><BR>";
 str+="<a href=/bird/at_home/workingtogether/index.html>Working Together</a><BR>";       
str+="</div>";
*/
									
document.write(str);									
//  <!-- END SIDE NAV -->
