function Post(p) {
form2.q.value = p;
form2.submit();
}

