var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennifer Lopez and Adam Lambert rehearse for the American Music Awards
";
arnews[0] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:51:33 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Lopez's comeback at the AMAs
";
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 17:34:36 GMT";
arnews[1] += "
";
arnews[2]="Jennifer Lopez 'Feels Good' Ahead Of AMA Performance
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 16:05:31 GMT";
arnews[2] += "
";
arnews[3]="Better Life - Keith Urban
";
arnews[3] += "Although born in New Zealand and raised in nearby Australia, Keith Urban made his biggest splash in Nashville, where he helped rewrite the rules of contemporary county music.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:54:16 GMT";
arnews[3] += "
";
arnews[4]="Today & tomorrow
";
arnews[4] += "Today * One of Canada's busiest and best-selling comedians Ron James brings his new 90-minute rant Mental As Anything to New Brunswick with performances at The Playhouse in Fredericton tonight and Sunday night, shows at the Moncton Capitol Theatre on Monday night and Tuesday night and a show at Saint John's Imperial Theatre on Nov.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:38:15 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("