// JavaScript Document
suspendcode="<div align='left'><form method='get' action='http://www.jinbao-wang.com/q.asp' target='_blank'><table bgcolor='#ffffff'><tr><td nowrap='nowrap' valign='top' align='left' height='32'><label for='sbi' style='display: none'>输入您的搜索字词</label><input type='text' name='q' size='31' maxlength='255' value='印铁' style='width:505px' id='sbi'></input><label for='sbb' style='display: none'>提交搜索表单</label>&nbsp;&nbsp;<input type='submit' name='sa' value='金包搜' id='sbb'></input><br><input name='c' type='radio' value='0' checked='checked' />文章<input name='c' type='radio' value='1' checked='checked' />资讯</span><input type='radio' name='c' value='2' />问吧<input type='radio' name='c' value='3' />产品<input type='radio' name='c' value='4' />供求<input type='radio' name='c' value='5' /> 商品<input type='radio' name='c' value='6' />软件<input type='radio' name='c' value='7' />企业<input type='radio' name='c' value='8' />人才<input type='radio' name='c' value='9' />院校<input type='radio' name='c' value='10' />培训<input type='radio' name='c' value='11' />博客<input type='radio' name='c' value='12' />论坛<input type='hidden' name='client' value='pub-9970928409947123'></input><input type='hidden' name='forid' value='1'></input><input type='hidden' name='channel' value='2203365672'></input><input type='hidden' name='ie' value='GB2312'></input><input type='hidden' name='oe' value='GB2312'></input><input type='hidden' name='safe' value='active'></input><input type='hidden' name='cof' value='GALT:#008000;GL:1;DIV:#FFFFFF;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:158;L:http://www.jinbao-wang.com/Skin/sealove/PElogo_sealove.gif;S:http://;FORID:11'></input><input type='hidden' name='hl' value='zh-CN'></input></input></td></tr></table></form></div>"
document.write(suspendcode);
//请输入关键字
function icheck(){
if (document.searchform.q.value==""){
alert("请输入搜索的关键字");
document.searchform.q.focus();
return false;
}
}