
function Validator(theForm)
{
	theForm.q.value = "site:" + theForm.site.value + " " + theForm.term.value
	return true;
}