var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Black Friday: Get ready for the madness on the day after Thanksgiving
"; arnews[0] += "Black Friday, the big kickoff to the holiday shopping season, is known for its crowds and long lines."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:09:20 GMT"; arnews[0] += "
"; arnews[1]="Roush Fenway's Carl Edwards captures pole for Nationwide race at Homestead
"; arnews[1] += "Roush Fenway Racinga s Carl Edwards won the pole for Saturday's NASCAR Nationwide Series Ford 300 at Homestead-Miami Speedway."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:44:07 GMT"; arnews[1] += "
"; arnews[2]="themothchase
"; arnews[2] += "Family values were front and center on this week's episode of \"30 Rock,\" though probably not in a way that would please Newt Gingrich."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Gruene Santa helps county children
"; arnews[3] += "The Comal County Sheriff's Office continues Operation Green Santa this holiday season for the 19th year in a row."; arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 03:35:07 GMT"; arnews[3] += "
"; arnews[4]="Jennifer Lopez and Adam Lambert rehearse for the American Music Awards
"; arnews[4] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards ."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:51:33 GMT"; arnews[4] += "
"; arnews[5]="Farragut North, A Political Power Play, on Stage at the Unicorn
"; arnews[5] += "This behind-the-scenes look at politics focuses on Stephen, a 25-year-old hotshot press secretary, who has built a career that men twice his age envy."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:50:47 GMT"; arnews[5] += "
"; totcount = 6; 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("
");