var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunday Fare: Music Awards and 'Curb' Finale: Roger Catlin | TV Eye
";
arnews[0] += "The American Music Awards are presented live tonight from the Nokia theatre in Los Angeles.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:26:11 GMT";
arnews[0] += "
";
arnews[1]="Review: Adam Lambert, 'For Your Entertainment'
";
arnews[1] += "There's no way Adam Lambert was going to win \"American Idol.\" For a conformist audience that found even Chris Daughtry too edgy a few seasons back, this year's runner-up must have seemed like a total weirdo: an androgynous 27-year-old from San Diego with jet-black hair and a glass-shattering falsetto who sang songs by Johnny Cash and Michael ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:17:57 GMT";
arnews[1] += "
";
arnews[2]="Vertical Horizon regroups after five-year separation
";
arnews[2] += "LOS ANGELES - Vertical Horizon found platinum success in 1999 with the hit single \"Everything You Want,\" but after an unhappy relationship with its record label, the band split ways.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Adam Lambert American Music Awards
";
arnews[3] += "Adam Lambert rehearses for his performance of \"For Your Entertainment\" at the American Music Awards tonight on ABC.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:57:12 GMT";
arnews[3] += "
";
arnews[4]="Watch this
";
arnews[4] += "The stars of the Broadway shows \"Billy Elliot,\" \"Bye Bye Birdie,\" \"Hair\" and \"Shrek\" perform.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:25:26 GMT";
arnews[4] += "
";
arnews[5]="Presenting: The Sexiest Men Alive in 2009
";
arnews[5] += "One of the leading celebrity news magazines, People , released its annual Sexiest Man Alive issue earlier this week.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:59:55 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("