var arnews = new Array(10); totcount = 5; rnd = 1; document.write("
"); document.write("Lead Stories from AOL
"); document.write("
"); document.title=document.title+ " "; arnews[0]="Tropical Storm Takes Aim at Texas
"; arnews[0] += "

Tropical Storm Takes Aim at Texas

\"Tropical
NOAA
Hermine could become a hurricanebefore it makes landfall alongthe U.S.-Mexico border.Flooding is biggest danger
Next
"; arnews[0] += "
"; arnews[1]="The Winners (& Losers) of Summer Movies
"; arnews[1] += "

The Winners (& Losers) of Summer Movies

\"Screen
Disney
Disney came out on top by raking in$406M from 'Toy Story 3,' and actionflicks like 'Expendables' also did well.But A-listers like Aniston disappointed
Next
"; arnews[1] += "
"; arnews[2]="How to Make Salmon Even Better for You
"; arnews[2] += "

How to Make Salmon Even Better for You

\"Salmon
Ray Kachatorian, AOL
It comes full of omega 3 fatty acids --but pair it with oranges (for vitamin C)and broccolini (for folate & vitamin A).Chefs' healthy versions of 10 dishes
Next
"; arnews[2] += "
"; arnews[3]="Your Next Car Will Get (Much) Better Mileage
"; arnews[3] += "

Your Next Car Will Get (Much) Better Mileage

\"Car
Getty Images
Many car makers are rapidly addingtechnology that enables vehicles tohave more power & use less gas.Who could benefit from it first
Next
"; arnews[3] += "
"; arnews[4]="Erica Wanted to Help Female Travelers
"; arnews[4] += "

Erica Wanted to Help Female Travelers

\"Entrepreneur
AOL
She saw there was a need that wasn'tbeing met, so she took it upon herselfto launch a biz that would change that.Wakes up excited about it every day
Next
"; arnews[4] += "
"; totcount = 5; 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("
");