document.write('<form action="/petintro/search.aspx" method="get">');
document.write('<table width="100%" border="0" align="center" cellpadding="4" cellspacing="0">');
document.write('<tr>');
document.write('<td width="100"><input id="skey" name="skey" type="text" value="" size="24" />');
// document.write('<img src="/images/common/btn_search.gif" width="49" height="22" align="absmiddle" /></td>');


document.write('</td><td>');
document.write('<input name="submit" type="image" id="submit" src="/images/common/btn_search.gif" width="49" height="22" class="button" />');
document.write('</td>');
document.write('</tr>');
/*document.write('<tr>');
document.write('<td><select name="select">');

document.write('<option selected="selected">宠物名称</option>');
document.write('</select>');
document.write('<select name="select2">');

document.write('<option selected="selected">所在物种</option>');

document.write('</select></td>');
document.write('</tr>');
*/
document.write('</table>');
document.write('</form>');