Surveys
The Kaiser Family Foundation offers research on the public’s views and experiences on many health and social policy issues. You can easily sort the surveys listed below by topic or by date range to find the information you are looking for.
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;}