document.writeln('<script type="text/javascript">');
document.writeln('function validate_google(theform) {');
document.writeln('	if(theform.site.value == 1) {');
document.writeln('		theform.q.value = \'site:' + google_host + ' \' + theform.q.value;');
document.writeln('	}');
document.writeln('}');
document.writeln('function submitFormWithChannel(channelname) {');
document.writeln('	document.gform.channel.value=channelname;');
document.writeln('	document.gform.submit();');
document.writeln('	return;');
document.writeln('}');
document.writeln('</script>');
document.writeln('<table width="100%" border="0" align="left" cellspacing="0">');
document.writeln('<tr>');
document.writeln('<form name="gform" id="gform" method="get" action="http://www.google.cn/search?" target="_blank" onSubmit="validate_google(this);">');
document.writeln('<input type="hidden" name="client" value="aff-discuz" />');
document.writeln('<input type="hidden" name="ie" value="' + google_charset + '" />');
document.writeln('<input type="hidden" name="oe" value="UTF-8" />');
document.writeln('<input type="hidden" name="hl" value="' + google_hl + '" />');
document.writeln('<input type="hidden" name="lr" value="' + google_lr + '" />');
document.writeln('<input type="hidden" name="channel" value="search" />');
document.writeln('<td><img src="/images/google.gif" width="42" height="14"></td>');
document.writeln('<td><input type="text" size="6" name="q" id="q" maxlength="255" value=""></input></td>');
document.writeln('<input type="hidden" name="site" value="1">');
document.writeln('<td><div align="right"><button type="submit" name="sa" value="true">搜索</button></div></td>');
document.writeln('</form>');
document.writeln('</tr></table>');
