var google_host="localhost:8080";
var google_charset="UTF-8";
var google_hl="";
var google_lr="lang_";
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('<form name="gform" id="gform" method="get" action="http://www.google.cn/search?" target="_blank">');
document.writeln('<input type="hidden" name="client" value="aff-jsprun" />');
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.write('<div class="searchbyengine"><img src="http://www.chinaschool.net/apps/chinaschool/images/google.gif" border="0" alt="Google" />');
document.writeln('<input type="text" size="10" name="q" id="q" maxlength="255" value="" />');
document.writeln('<button type="submit" name="sa" value="true">搜索</button></div>');
document.writeln('</form>');