var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Elton John Keeps Vision Alive in Fight Against AIDS - AccessAtlanta
"; arnews[0] += "Soap star Susan Lucci said, \"It's a cause that's so worthwhile. So many of us in the entertainment industry know so many people who this will touch. And the arts touch everyone.\""; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 23:02:00 GMT"; arnews[0] += "
"; arnews[1]="NASCAR Scene: Johnson's Phoenix performance demonstration of why he'll ... - SW Iowa News
"; arnews[1] += "Should we have expected anything less? A week after a third-lap wreck drastically cut point leader Jimmie Johnson’s lead in the NASCAR Sprint Cup standings, the No. 48 Lowe’s Chevrolet driver led 238 of the 312 laps at Phoenix International ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:09:00 GMT"; arnews[1] += "
"; arnews[2]="Catering Queen back on the menu - Toronto Star
"; arnews[2] += "From bittergirl to bittersweet: that's the Alison Lawrence story. The versatile writer/performer, who first popped into our consciousness in a big way when she was one of the women who made getting dumped so entertaining in the 2000 hit Bittergirl ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:51:00 GMT"; arnews[2] += "
"; arnews[3]="All My Children - WAAY-TV
"; arnews[3] += "\"All My Children\" revolves around the lives of the residents of fictional Pine Valley, a town which closely resembles the Philadelphia Main Line. Now in its 36th anniversary season, the show still includes two original actors among its cast, Susan ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");