var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All-Star Celebrity Game Rosters Announced to the Delight of All - Sporting News
";
arnews[0] += "This is by Eric Freeman, from our NBA blog, The Baseline. Ladies and gentlemen, it's the moment you've all been waiting for: the 2010 All-Star Celebrity Game rosters have been announced. The contest that's brought you Frankie Muniz, Bow Wow, and ...";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[0] += "
";
arnews[1]="You Hang Up - The Pop Band Featuring Former Malcolm in the Middle Star ... - Phoenix New Times
";
arnews[1] += "You Hang Up hangs up on local music fans. You Hang Up - the band that showcases former Malcolm in the Middle star Frankie Muniz on the drums - has canceled its gig scheduled for this Saturday at Chopper John's. The reason given, according to show ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 22:56:00 GMT";
arnews[1] += "
";
arnews[2]="Alcon partners stay low-profile despite Oscar noms - Variety
";
arnews[2] += "It was a true life basketball story that lured Alcon Entertainment's Broderick Johnson and Andrew Kosove into the film business, but it's a football true story that's cementing their place in Hollywood. When \"The Blind Side\" ended up with two Oscar ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 21:20:00 GMT";
arnews[2] += "
";
arnews[3]="Saints' ultimate edge? Sean Payton, Motivational Genius - CBS Sports
";
arnews[3] += "MIAMI -- Sean Payton is a controlling, combative, micro-managing jerk. Maybe you've heard that. Definitely I have. It's a hot topic among media members this week, an underground issue that reached the surface last week right here at CBSSports.com ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:52:00 GMT";
arnews[3] += "
";
arnews[4]="A retro you never know - ESPN.com
";
arnews[4] += "I have a lot of regrets. The Peyton Manning Face made a dramatic, improbable comeback in Miami on Sunday night. I could have been there. Could have seen it. Could have marveled at its return. And yet, I didn't stay for the game. Couldn't do it ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:01:00 GMT";
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]);
if (x != (totcount-1) ) document.write("
"); }
document.write("