function ActionDetermined()
{
	document.search_form.action = '/search/?q=' + document.search_form.q.value;
	document.search_form.method = '';
}