
// <!-- right LINKS :: OF INTEREST COLUMN -->
var str = '<table border="0" cellspacing="0" cellpadding="4" class="normaltext">'
  +'<tr><td colspan=2>'
  +'<img src="http://www.audubonpopulation.org/pophab_images/interest.gif" border=0></td></tr>'

  +'<tr><td colspan=2>'
  +'<a href="http://www.audubon.org/news/press_releases/Wildlife_Refuge_05_24_07.html#TopOfPage" class="link">Refuges and Other Key Conservation Programs Get Budget Lift, 05/24/07</a><BR><BR>'
  +'<a href="http://www.audubon.org/campaign/bushbudget.html" class="link">Bush FY2008 Budget Disappoints Conservationists</a><BR><BR>'

  +'<b>Stay informed:</b><BR>'
  +' <img src="http://www.audubon.org/campaign/images/Aud_Adv.jpg" width="134" height="56"><BR>'
  +' <a href="http://audubonaction.org/audubon/join.html" class="link">Sign up for the Audubon Advisory</a></td></tr>'
  +'<tr><td colspan=2>&nbsp;</td></tr>'

  +'<tr><td colspan=2><a href="http://www.audubon.org/campaign/farmBill.html" class="link">Related:  2007 Farm Bill Page</a></td></tr>' 
  +'<tr><td colspan=2>&nbsp;</td></tr>'

  +'<tr><td colspan=2><b>From the Newsroom:</b><BR><BR>'
  +'<a href="http://www.audubon.org/news/press_releases/Neotrops_10_02_06.html#TopOfPage" class="link">Congress Approves Migratory Bird Law</a><BR> <BR>'
  +'<a href="http://ny.audubon.org/news/060929a.htm" class="link">Congress Doubles Fish and Wildlife Restoration Funding</a><BR><BR>'
  +'<a href="http://ny.audubon.org/news/060929.htm" class="link">Congress Acts to Protect Long Island Sound</a>'
  +'</td></tr>'
  +'<tr><td colspan=2>&nbsp;</td></tr>'
  +'</table>';

// <!-- end right links(4) -->

document.write(str);