var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="New Ford, Same Ol' Bud: A Kasey Kahne 2010 Preview
"; arnews[0] += "Speedweeks has a way of getting every NASCAR fan's blood pumping just a little bit faster."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:20:09 GMT"; arnews[0] += "
"; arnews[1]="Drama vs. comedy: Vote for the best TV president
"; arnews[1] += "No need for a recount in the Sun-Times primaries for best TV president - Martin Sheen emerged as the dominant drama candidate with 61 percent of the vote."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Presidential material: Vote for your favorite TV prez
"; arnews[2] += "President Obama has been in office for only one year, and he's already been impersonated on TV by an impressive array of comics: Fred Armisen , Jamie Foxx , Trey Parker , Deon Davis , Christopher B. Duncan , Freddy Lockhart , Keegan-Michael Key and Ron Butler and Kevin Scarlo ."; arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Fox's Nascar TV schedule and notes
"; arnews[3] += "The Fox sports NASCAR broadcast schedule and notes, courtesy of a Fox news release ."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 17:17:02 GMT"; arnews[3] += "
"; arnews[4]="Nobis: Ready for the new season
"; arnews[4] += "'K, so they're havin' another Media Day before the Daytona 500 and they didn't invite me again."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 14:33:12 GMT"; arnews[4] += "
"; arnews[5]="TV Roundup
"; arnews[5] += "Did the writers suddenly become funnier? Nah, I think it was all Hamm. That guy's damn talented, just as good at comedy as drama; I can see him becoming a huge, huge movie star within the year."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 03:14:19 GMT"; arnews[5] += "
"; arnews[6]="Watch for the Griswolds during the Super Bowl
"; arnews[6] += "Apparently we're in the midst of a Chevy Chase revival. Not only is the former Saturday Night Live star, the first to become a breakout movie star, currently making good on the NBC sitcom Community , he's getting commercial work, too."; arnews[6] += "
Publ.Date : Sun, 31 Jan 2010 15:00:00 GMT"; arnews[6] += "
"; arnews[7]="Presidential material: Vote for your favorite TV prez
"; arnews[7] += "President Obama has been in office for only one year, and he's already been impersonated on TV by an impressive array of comics: Fred Armisen , Jamie Foxx , Trey Parker , Deon Davis , Christopher B. Duncan , Freddy Lockhart , Keegan-Michael Key and Ron Butler and Kevin Scarlo ."; arnews[7] += "
Publ.Date : Sun, 31 Jan 2010 13:11:16 GMT"; arnews[7] += "
"; arnews[8]="Knights claim two much needed road wins in Zebulon and Macon
"; arnews[8] += "Martago Howell sends down a thunderous jam during the Knights 55-38 victory over the Pike County Pirates on Tuesday."; arnews[8] += "
Publ.Date : Fri, 29 Jan 2010 22:34:50 GMT"; arnews[8] += "
"; totcount = 9; 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("
");