
function check_poll_write_form() {
	var f = document.write_form;

	f.submit();
}
