
var text='';

text+='<table width="100%" border="0" cellspacing="0" cellpadding="0">';
text+='<tr>';
text+='<td align="left">';
text+='<a href="http://www.audubon.org/" class="link">Audubon.org</a>';
text+='<br>';
text+='<a href="mailto:editor@audubon.org" class="link">Contact Us</a>';
text+='</td>';
text+='</tr>';
text+='</table>';

text+='<table width="100%" border="0" cellspacing="0" cellpadding="0">';
text+='<form name="search" action="http://search.freefind.com/find.html" method="GET">';
text+='<tr valign="middle"> ';
text+='<td align="left">'; 
text+='<input type="HIDDEN" name="id" size="-1" value="45906329">';
text+='<input type="HIDDEN" name="pageid" size="-1" value="r">';

text+='<input type="HIDDEN" name="mode" size="-1" value="ALL">';
text+='<input type="HIDDEN" name="n" value="0">';
text+='<input type="text" name="query" size="15">';
text+='</td>';
text+='<td align="left" width="160">';
text+='<input name="find" type="image" src="http://www.audubonmagazine.org/images/mag/search.gif" width="60" height="20" border="0" alt="Find">';
text+='</td>';
text+='</tr>';
text+='</form>';
text+='</table>';


document.write(text);