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 TexasNOAAHermine could become a hurricanebefore it makes landfall alongthe U.S.-Mexico border.Flooding is biggest danger Also in the Headlines Van der Sloot Admits ExtortionLittle Rock 9 Member DiesMeet the World's Shortest Man Next "; arnews[1]="The Winners (& Losers) of Summer Movies "; arnews[1] += " The Winners (& Losers) of Summer MoviesDisneyDisney 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[2]="How to Make Salmon Even Better for You "; arnews[2] += " How to Make Salmon Even Better for YouRay Kachatorian, AOLIt 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[3]="Your Next Car Will Get (Much) Better Mileage "; arnews[3] += " Your Next Car Will Get (Much) Better MileageGetty ImagesMany car makers are rapidly addingtechnology that enables vehicles tohave more power & use less gas.Who could benefit from it first Next "; arnews[4]="Erica Wanted to Help Female Travelers "; arnews[4] += " Erica Wanted to Help Female TravelersAOLShe 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 "; 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(" |