var arnews = new Array(10); totcount = 10; rnd = 1; document.write("
"); document.write("
"); arnews[0]="Recipes for Health: End-of-Summer Stir-Fries
"; arnews[0] += "With farmers’ markets overflowing, now is a perfect time for stir-frying. \"\" \"\"\"\""; arnews[0] += "
"; arnews[1]="City’s Efforts Fail to Dent Child Obesity
"; arnews[1] += "Forty percent of the nearly 637,000 children in kindergarten through the eighth grade were found to be overweight or obese in the 2008-9 school year. \"\" \"\"\"\""; arnews[1] += "
"; arnews[2]="F.D.A. Backtracks and Returns Drug to Market
"; arnews[2] += "After being flooded with complaints, the agency said it would continue to allow the sale of the drug midodrine. \"\" \"\"\"\""; arnews[2] += "
"; arnews[3]="Employers Push Costs for Health on Workers
"; arnews[3] += "Employers passed all of the increases in insurance premiums this year to their employees, a survey found. \"\" \"\"\"\""; arnews[3] += "
"; arnews[4]="Child’s Ordeal Shows Risks of Psychosis Drugs for Young
"; arnews[4] += "Powerful drugs are given to young children despite a lack of study on how they affect development. \"\" \"\"\"\""; arnews[4] += "
"; arnews[5]="Doctor and Patient: Tending to Patients During a Hurricane
"; arnews[5] += "Dr. Ruth Berggren was among a team of nurses and doctors that stayed with patients during Hurricane Katrina. \"\" \"\"\"\""; arnews[5] += "
"; arnews[6]="Returning to Classrooms, and to Severe Headaches
"; arnews[6] += "Doctors say frequent headaches and migraines are among the most common childhood health complaints, yet the problem gets surprisingly little attention from the medical community. \"\" \"\"\"\""; arnews[6] += "
"; arnews[7]="Mind: Lasting Pleasures, Robbed by Drug Abuse
"; arnews[7] += "Drugs have a competitive advantage over natural rewards and can hijack the brain’s reward system. \"\" \"\"\"\""; arnews[7] += "
"; arnews[8]="Doctor and Patient: Can Concierge Medicine for the Few Benefit the Many?
"; arnews[8] += "At a boutique practice at Tufts Medical Center, retainer fees support the general practice, teaching and free health care. \"\" \"\"\"\""; arnews[8] += "
"; arnews[9]="Doctor and Patient: When Doctors Admit Their Mistakes
"; arnews[9] += "Fear of lawsuits often keeps doctors from talking to patients when mistakes are made, but a University of Michigan study argues for open disclosure of medical errors. \"\" \"\"\"\""; arnews[9] += "
"; totcount = 10; 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]); } document.write("
");document.write("
");