HIV/STDs

Published: Aug 15, 2003

SubTopic Title

TITLE

womenshealth_data.gif

Lorem ipsum dolor sit amet, consectetur adipisicing elit sit amet, consectetur adipisicing elit, sed do do tempor incididunt ut labore. Lorem ipsum dolor sit amet, tempor incididunt ut labore.

clear.gif

TITLE

womenshealth_data.gif

Lorem ipsum dolor sit amet, consectetur adipisicing elit sit amet, consectetur adipisicing elit, sed do do tempor incididunt ut labore. Lorem ipsum dolor sit amet, tempor incididunt ut labore.

Sort Results Configuration Required

Please try again at a later time

Email This Page

Published: Aug 15, 2003

function charExists(haystack, needle){iPos = haystack.indexOf(needle);if (iPos == -1)return false;elsereturn true;}function IsEmail(stEmail, desc){var iAtPos, iDotPos;// validate email addressiLength = stEmail.length;if (iLength == 0){alert(“Please provide a ‘” + desc + “‘ email address.”);return false;}else{// invalid characters checkif (charExists(stEmail, ” “) charExists(stEmail, “/”) charExists(stEmail, “:”) charExists(stEmail, “,”) charExists(stEmail, “;”)) {alert(“You have entered an invalid ‘” + desc + “‘ email address. Your email address must not contain any empty spaces or invalid characters (/ : , ;).”);return false;}// @ checkiAtPos = stEmail.indexOf(“@”);if (iAtPos == -1){alert(“You have entered an invalid ‘” + desc + “‘ email address. Please make sure your email address contains an ‘@’ symbol.”);return false;}if (iAtPos == 0){alert(“You have entered an invalid ‘” + desc + “‘ email address. Please make sure your email address does not begin with an ‘@’ symbol.”);return false;}// multiple @ checkiAtPos2 = stEmail.lastIndexOf(“@”);if (iAtPos != iAtPos2){alert(“You have entered an invalid ‘” + desc + “‘ email address. Please make sure your email address has one ‘@’ symbol.”);return false;}// period checkiDotPos = stEmail.lastIndexOf(“.”);if ((iDotPos == -1) (iDotPos <= (iAtPos + 1))){alert(“You have entered an invalid ‘” + desc + “‘ email address. Please make sure your email address has at least one ‘.’ after the ‘@’ symbol.”);return false;}// suffix checkiPosDiff = (iLength – iDotPos);if (iPosDiff < 3){alert(“You have entered an invalid ‘” + desc + “‘ email address. Please make sure there are at least two letters after the ‘.’ in your email address.”);return false;}}return true;}function ProcessForm(frmThis){var valList = frmThis.to_email.value;val = valList.split(“,”);for (i=0;i<val.length;i++) {var tempVal = trim(val[i]);if (!IsEmail(tempVal, “To”)) {fromThis.to_email.focus();return false;}}val = frmThis.from_email.value;if (!IsEmail(val, “From”)){frmThis.from_email.focus();return false;}val = frmThis.subject.value;if (val == “”){alert(“Please enter a subject.”);frmThis.subject.focus();return false;}return true;}function SubmitForm(frmThis){if (ProcessForm(frmThis))frmThis.submit();}function ClearField(txtThis){val = txtThis.value;if ((val == “Recipient’s Email Address”) (val == “Your Email Address”) (val == “Enter message”))txtThis.value = “”;}function trim(strText) { // this will get rid of leading spaces while (strText.substring(0,1) == ‘ ‘) strText = strText.substring(1, strText.length); // this will get rid of trailing spaces while (strText.substring(strText.length-1,strText.length) == ‘ ‘) strText = strText.substring(0, strText.length-1); return strText;}

To *You may enter multiple email addresses separated by commas.
From * Copy Yourself
Link
Subject *
MessageEnter message
SecurityValidation
Enter the text shown in the image:

button_submit.gifThis email address will be used to email the page on your behalf and will notbe collected or used by the Kaiser Family Foundation.
* – Required

Privacy Policy

Published: Aug 11, 2003

The Kaiser Family Foundation is committed to protecting the privacy and security of visitors to our websites. Outlined below is our online privacy policy for information collected through our websites and email lists. If you have questions about these policies, we encourage you to talk to us by using our feedback form.

Resale or disclosure of information to third parties:We do not share or otherwise disclose any personal information, including your name, address, or email addresses with other organizations. Only Foundation staff and our authorized agents have access to personally identifiable information provided by visitors to our site.

Browser information collected on our websites: As with any website operator, the Kaiser Family Foundation analyzes its websites logs to constantly improve our websites and tailor them to the needs of our visitors. We use a third-party service to provide real-time reporting of browser accesses to our site to us and our authorized agents. We do not use this service to gather, request, record, require, collect or track any Internet users’ personally identifiable information.

Personalization of Content: We use cookies (http://www.webopedia.com/DidYouKnow/Internet/2002/Cookies.asp ) on our site to personalize and customize the experience of our visitors and to support some necessary functions. We also use cookies to better understand how our visitors use our site and to continue to improve it.

You have choices with respect to cookies. By modifying your browser preferences, you have the choice to accept all cookies, to be notified when a cookie is set, or to reject all cookies. For more information on how to modify your browser settings to block or filter cookies, see http://www.cookiecentral.com/faq/ . However, please note that if you reject some or all cookies, your experience at this and on other sites throughout the Internet may not be complete.

Privacy of our email lists:The Kaiser Family Foundation maintains several email lists to keep email subscribers informed about recent publications and the latest developments in health policy. Individuals who provide optional information may also receive materials by mail or fax and or be contacted by telephone. We do not share the email addresses with anyone outside of the Foundation staff or its authorized agents. We configure our email software to refuse to divulge the email addresses of our list subscribers to anyone but authorized Foundation staff and agents. Only Foundation staff and our authorized agents have access to personally identifiable information provided by visitors to our site.

Children’s privacy:Because we care about the safety and privacy of children online, we comply with the Children’s Online Privacy Protection Act of 1998 (COPPA). COPPA and its accompanying FTC regulation establish United States federal law that protects the privacy of children using the Internet. We do not knowingly contact or collect personal information from children. Our site is not intended to solicit information of any kind from children. It is possible that by fraud or deception we may receive information pertaining to children. If we are notified of this, as soon as we verify the notification, we will immediately obtain parental consent or otherwise delete the information from our servers. If you want to notify us of our receipt of information by children, please do so through our feedback form.

Security:We have appropriate security measures in place in our physical facilities to protect our site from the loss or misuse of information that we have collected from you.

Charts and Data

Published: Aug 6, 2003

Charts & Data

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;}

View RSS Feed

clear.gif
clear.gif
clear.gif

Issue Briefs

Published: Aug 6, 2003

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;}

View RSS Feed

clear.gif
clear.gif
clear.gif

News Releases

Published: Aug 6, 2003

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;}

View RSS Feed

clear.gif
clear.gif
clear.gif

Fact Sheets

Published: Aug 6, 2003

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;}

View RSS Feed

clear.gif
clear.gif
clear.gif

The Role of Health Coverage for People with Disabilities: Findings from 12 Focus Groups with People with Disabilities

Published: Aug 2, 2003

This report presents findings from focus groups conducted with people with a range of disabilities in an effort to understand the challenges they face and their experiences in the health-care system. To capture variations in experiences by source of health insurance, the groups include people covered under Medicare, Medicaid, and private insurance, as well as those no health insurance at all. The report highlights the ways in which various sources of insurance are working for this population and concludes with the participants’ views as to how gaps in coverage could be filled in order to meet their needs more effectively.

Report (.pdf)

Immigrants’ Health Care Coverage and Access (Update)

Published: Aug 1, 2003

Immigrants’ Health Care Coverage and Access

This fact sheet profiles the health coverage of the nation’s immigrant population and the policy challenges the population faces in accessing health care services.

Fact Sheet (.pdf)

Disparities in Health Coverage, Access, and Quality: The Impact of Citizenship Status and Language on Low-Income Immigrants

Published: Aug 1, 2003

This brief policy analysis examines the relative roles of race/ethnicity, citizenship, and language on insurance coverage, access to care, and quality of care, with a particular focus on the low-income Latino population.

Brief Policy Analysis (.pdf)