var cleared = 0;
function clearOnce()
{
	if (cleared) { return; }
	cleared = 1;
	document.search_form.q.value="";
}