var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Flamingo Road,' Harmon
";
arnews[0] += "Q: Every time I see Mark Harmon on \"NCIS\" I remember a show he was on back in the 1980s.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:35:49 GMT";
arnews[0] += "
";
arnews[1]="The two versions of 'Brian's Song'
";
arnews[1] += "Q: I know the friendship between football players Brian Piccolo and Gale Sayers was depicted in the movie 'Brian's Song.' I was told there is a later movie about their friendship.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Melissa George to guest on 'Lie to Me'
";
arnews[2] += "Actress Melissa George is to guest star on forthcoming episodes of Fox's Lie to Me .";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 02:51:35 GMT";
arnews[2] += "
";
arnews[3]="TV best bets: Mon., Nov. 9
";
arnews[3] += "ONE TREE HILL a ' Brooke gets life-changing news, and Haley returns to the stage.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 12:22:29 GMT";
arnews[3] += "
";
arnews[4]="Monday's TV Highlights: 'CSI' crossover week begins with 'CSI: Miami'
";
arnews[4] += "CROSSOVER: Laurence Fishburne, right, appears in a all three 'CSI\" series, starting with in \"CSI: Miami\" at 10 p.m. on CBS.";
arnews[4] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Brian's Song' was told in two versions
";
arnews[5] += "Dear David Inman: I know the friendship between football players Brian Piccolo and Gale Sayers was depicted in the movie Brian's Song .";
arnews[5] += "
Publ.Date : Sun, 08 Nov 2009 10:18:12 GMT";
arnews[5] += "
";
arnews[6]="Life of Brian
";
arnews[6] += "Dear David Inman: I know the friendship between football players Brian Piccolo and Gale Sayers was depicted in the movie \"Brian's Song.\" I was told there is a later movie about their friendship.";
arnews[6] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="divorced in 2007
";
arnews[7] += "The divorce of Whitney Houston and Bobby Brown was approved on Wednesday and will become final on April 24, PEOPLE has learned.";
arnews[7] += "
Publ.Date : Wed, 04 Apr 2007 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("