var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'American Idol' finalist Matt Giraud electrifies crowd with new songs ... - MLive.com
";
arnews[0] += "Octavian Cantilli | The Grand Rapids Press Matt Giraud, a finalist on the last season of \"American Idol\" and a Kalamazoo native, performs at Cornerstone Church in Caledonia on Saturday. View photo gallery from performance Matt Giraud had his ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:49:00 GMT";
arnews[0] += "
";
arnews[1]="I'm Pondering Obama's Death Panel - Gather.com
";
arnews[1] += "White House sources confirmed today that President Obama is so optimistic about passage of a health care reform bill that he has already named his three member Death Panel. The president's choices, Paula Adbul, Simon Cowell and Randy Jackson could ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:49:00 GMT";
arnews[1] += "
";
arnews[2]="Lawsuit Claims Inmate Murdered By Deputies At Jail - WCPO
";
arnews[2] += "BURLINGTON, Ky. -- The family of a man who died after he was incarcerated at the Boone County Jail has filed a lawsuit. It's alleging Randy Jackson was murdered back in August after a beating by deputies. \"I want them in jail for murder because they ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[2] += "
";
arnews[3]="Joe Jackson Appeals -- The Fight Isn't Over! - TMZ.com
";
arnews[3] += "14. Joe & Randy Jackson are both losers to the tenth power. They need to buy a clue...MJ left his money to his kids. Didn't Randy Jackson & Joe jackson both sued Michael a few years back? What else were they expecting...? For MJ to turn the other ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[3] += "
";
arnews[4]="Adam Lambert: ‘American Idol’ winner set to cut maiden album! - Entertainment and Showbiz!
";
arnews[4] += "The maverick ‘American Idol’ singer Adam Lambert is reportedly all set to unveil his first ever musical offering after winning the title at the most watched reality television show. He had a roller coaster stint at the popular musical talent hunt ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[4] += "
";
arnews[5]="Underwood part of 'CNN Heroes' - Tulsa World
";
arnews[5] += "Checotah's Carrie Underwood will be among the performers and presenters scheduled to appear at the third annual \"CNN Heroes: An All-Star Tribute.\" The cable news network made the announcement Monday. The annual event, airing at 8-10 p.m. Nov. 26 on ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:28:00 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("