function checkform()
{
	if (document.contact.gotcha.value == '') {
	return true;
}
	return false;
}
