function submitSubscriptionForm(form) {
	form.check_back.value = form.check.value + form.check.value;
	return true;
}

