var arnews = new Array(10); totcount = 10; rnd = 1; document.write("
"); document.write("CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.
"); document.write("CNN.com - Health
"); document.write("
"); document.title=document.title+ " "; arnews[0]="How Molly Sims stays fit, happy
"; arnews[0] += "Model/actress Molly Sims talks work and play: how she's recently added jewelry designer to her résumé, why her strict workout regimen lets her not stress about what she eats, and what she's most grateful for.
"; arnews[0] += "
"; arnews[1]="Officials work to control anthrax outbreak in Bangladesh
"; arnews[1] += "Officials in Bangladesh are working to control an anthrax outbreak that has infected nearly 300 people since its first detection two weeks ago.
"; arnews[1] += "
"; arnews[2]="She drops 100 pounds, gains new world
"; arnews[2] += "I come from a small-ish town in Oklahoma where we've never met a vegetable we couldn't fry and the only things more super-sized than our portions are the huge church complexes that alternate with fast-food restaurants along our roads.
"; arnews[2] += "
"; arnews[3]="West Nile virus kills 15 in Greece, health officials say
"; arnews[3] += "West Nile Virus has killed 15 people in northern Greece and sickened 158 others, the Hellenic Centre for Disease Control and Prevention reported Friday.
"; arnews[3] += "
"; arnews[4]="Would you get selective reduction?
"; arnews[4] += "For women carrying multiple fetuses, a medical argument for reducing that number is clear. But the decision isn't always clear-cut.
"; arnews[4] += "
"; arnews[5]="For teens, too little sleep may equal too many snacks
"; arnews[5] += "All those late nights spent trolling Facebook, texting friends, and cramming for tests may be taking a toll on teenagers' diets, a new study suggests.
"; arnews[5] += "
"; arnews[6]="Build-it-yourself playground helps kids imagine
"; arnews[6] += "He's designed everything from upscale hotels and restaurants to the sets for Broadway plays and the Academy Awards ceremony.
"; arnews[6] += "
"; arnews[7]="In mine's confines, survival instincts prevail
"; arnews[7] += "The health of 33 trapped Chilean miners is authorities' top priority as crews this week began drilling in an effort to free them.
"; arnews[7] += "
"; arnews[8]="FDA agents visit Iowa farms that recalled eggs
"; arnews[8] += "Federal agents visited Hillandale Farms and Wright County Egg, which have recalled more than half a billion eggs in the wake of the salmonella outbreak, a U.S. Food and Drug Administration spokeswoman said Wednesday.
"; arnews[8] += "
"; arnews[9]="Flu 2010: 5 things you should know
"; arnews[9] += "Ohio State offensive lineman Andrew Miller wants to be first in line for a vaccine this year. Here are five things you should know.
"; 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("
");