function page(id, page) {
	var form = $('#'+id)[0];
	form.page.value = page;
	return form.submit();
}