The USA Today/Kaiser Family Foundation/Harvard School of Public Health Survey Project
The USA Today/Kaiser Family Foundation/Harvard School of Public Health Survey Project
About the Partnership:
The USA Today/Kaiser Family Foundation/Harvard School of Public Health Survey Project is a joint partnership with the goal of examining public knowledge, values, attitudes and experiences with health care issues. Representatives of USA Today, The Henry J. Kaiser Family Foundation, and Harvard School of Public Health work together to develop surveys and analyze the results. USA Today publishes stories based on the data, retaining editorial control over the content published by the paper.
function SubmitNewSearch(){// validate date rangeselected1 = frmSort.sm.selectedIndex;selected2 = frmSort.sy.selectedIndex;selected3 = frmSort.em.selectedIndex;selected4 = frmSort.ey.selectedIndex;if ((selected1 == 0) && (selected2 == 0) && (selected3 == 0) && (selected4 == 0))document.frmSort.submit();else if ((selected1 > 0) && (selected2 > 0) && (selected3 > 0) && (selected4 > 0))document.frmSort.submit();elsealert(“Please enter all date range criteria”);}function MoveToPage(page){document.frmMoveToPage.page.value = page;document.frmMoveToPage.submit();return true;}function ViewAll(){document.frmMoveToPage.page.value = 1;document.frmMoveToPage.viewall.value = 1;document.frmMoveToPage.submit();return true;}