function launchSearch(form) {
	document.cookie="suppress_search=no";
	top.document.body.innerHTML = '<applet code="com.revfad.gui.SearchToHTML" width="410" height="40" archive="search.jar"><param name="query" value="q=' + encodeURIComponent(form.q.value) + '"><param name="files" value="stuff/rhyming_words.txt,stuff/muckraker.html,appletframe.html,displaymatches.html,stuff/xie_hou_yu_fan_yi.html"><param name="resultspage" value="display_innerhtml.html"></applet><iframe src="blank.html" name="results" width="100%" height="100%" frameborder="0"></iframe>';
}