var arnews = new Array(6); totcount = 6; rnd = 0; document.write("
"); arnews[0]="Medicare Overpaid Insurers $3.1 Billion in 2010 - Bloomberg
"; arnews[0] += "Insurers offering Medicare health plans were overpaid by the U.S. as much as $3.1 billion in 2010 because the government miscalculated how sick beneficiaries were, federal auditors said. UnitedHealth Group Inc. (UNH) of Minnetonka, Minnesota ..."; arnews[0] += "
"; arnews[1]="Passages Health insurance counselors needed - Red Bluff Daily News
"; arnews[1] += "Passages Health Insurance Counseling and Advocacy Program (HICAP) is looking for individuals to help people with Medicare navigate the complex health care system. Beginning in 2011 the first baby boomers began to enter Medicare and it is ..."; arnews[1] += "
"; arnews[2]="Medicare Overpaid Insurers $3.1 Billion in 2010 on U.S. Errors - Businessweek
"; arnews[2] += "Jan. 27 (Bloomberg) -- Insurers offering Medicare health plans were overpaid by the U.S. as much as $3.1 billion in 2010 because the government miscalculated how sick beneficiaries were, federal auditors said. UnitedHealth Group Inc. of ..."; arnews[2] += "
"; arnews[3]="Medicare should be privatized - Burlington County Times
"; arnews[3] += "Over 48 million Americans currently rely on Medicare as their primary source of health insurance and 76 million boomers will become Medicare recipients in the next 20 years. The article points out that something has to be done to keep Medicare from ..."; arnews[3] += "
"; arnews[4]="Madness ensues during Medicare meltdown - Gilroy Dispatch
"; arnews[4] += "Medical insurance used to be so simple ... they throw this complicated Medicare business at us. Because, like supermarket chickens, Medicare has \"Parts.\" To help you navigate through all the Parts, you're mailed a \"handbook\" consisting of ..."; arnews[4] += "
"; arnews[5]="CNN Florida Debate: Wolf Blitzer, Mitt Romney, Newt Gingrich, Ron Paul and Rick Santorum are not great, not bad - Washington Times
"; arnews[5] += "The candidates were asked about releasing their medical records. Dr. Paul is 76 ... Mr. Romney would allow individuals to own their own insurance and get the same tax treatments companies do. \"Obama's speech was like Groundhog Day.\""; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");