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=ignore_tags value="true"><param name="files" value="Default.htm,Directions.htm,Feedback.htm,GoogleMaps.htm,NEClubChampionship.htm,Photos.htm,Registration.htm,Rules.htm,TheEvents.htm,TransitionArea.htm,TriathlonTraining.htm,Volunteers.htm"><param name="resultspage" value="display_innerhtml.html"></applet><iframe src="blank.html" name="results" width="100%" height="100%" frameborder="0"></iframe>';
}