var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennifer Lopez 'Feels Good' Ahead Of AMA Performance
";
arnews[0] += "When Jennifer Lopez takes the stage at Sunday's American Music Awards it will be her first live performance before an audience, such as the AMA's, live in some time.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:05:31 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Lopez, Adam Lambert, others preparing special performances for American Music Awards
";
arnews[1] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:43:33 GMT";
arnews[1] += "
";
arnews[2]=""Idol" wild child Adam Lambert readies first album
";
arnews[2] += "Sat Nov 21, 2009 7:31am EST - Former American Idol contestant Adam Lambert, who performed the song \"Time For Miracles\" on the soundtrack for the film \"2012\", arrives for its premiere at Regal Cinemas LA Live in downtown Los Angeles November 3, 2009.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:28:26 GMT";
arnews[2] += "
";
arnews[3]="Clarkson clicks with string of hits
";
arnews[3] += "It seems like ages ago that Kelly Clarkson walked away with the inaugural American Idol crown.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:40:55 GMT";
arnews[3] += "
";
arnews[4]="50 plays it safe
";
arnews[4] += "Since 50 Cent gambled and lost the last time he released an album -- remember the bet with Kanye West over who'd sell more albums? -- he's leaving little to chance.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:52:19 GMT";
arnews[4] += "
";
arnews[5]="What's on TV this weekend?
";
arnews[5] += "How the Grinch Stole Christmas, 8 p.m., TBS; also 8 p.m. Sunday. One of the truly great cartoon specials returns.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00: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("