var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunday's TV Highlights: 'The Prisoner' premieres on AMC
";
arnews[0] += "CAPTIVITY: A man awakens in an isolated place called the Village on the premiere of \"The Prisoner,\" at 8 p.m. on AMC.";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The L Word: The Complete Final Season
";
arnews[1] += "Spoiler Alert! I can't talk about the dyke drama without, you know, talking about the dyke drama.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 13:35:30 GMT";
arnews[1] += "
";
arnews[2]="Sunday's TV Highlights: Juliet Stevenson stars in a new 'Masterpiece Contemporary'
";
arnews[2] += "MISSING: Juliet Stevenson stars as a TV journalist who reopens the unsolved 1963 disappearance of a 13-year-old girl on 'Masterpiece Contemporary: Place of Execution,' at 9 p.m. on KCET.";
arnews[2] += "
Publ.Date : Sun, 01 Nov 2009 06:57:22 GMT";
arnews[2] += "
";
arnews[3]="FILM: Remember the Time
";
arnews[3] += "Kenny Ortega, This Is It , 2009, still from a color film in 35 mm, 111 minutes. \" MICHAEL JACKSON died a long time ago, and it's taken years for anyone to notice,\" Hilton Als writes in a piercing posthumous assessment of the King of Pop in the August 13 edition of the New York Review of Books .";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 18:14:00 GMT";
arnews[3] += "
";
arnews[4]="FILM: Remember the Time
";
arnews[4] += "Kenny Ortega, This Is It , 2009, still from a color film in 35 mm, 111 minutes. \" Michael Jackson died a long time ago, and it's taken years for anyone to notice,\" Hilton Als writes in a piercing posthumous assessment of the King of Pop in the August 13 edition of the New York Review of Books .";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 18:14:00 GMT";
arnews[4] += "
";
arnews[5]="Tempers will flare
";
arnews[5] += "'L Word' star getting feisty on 'Three Rivers' Denise Martin Los Angeles Times Los Angeles Times Kate Moennig, a cousin of Gwyneth Paltrow, is now starring on the CBS medical drama 'Three Rivers.' Katherine Moennig spent the past six years playing sexpot lesbian hairdresser Shane on Showtime's 'The L Word.' The actress, who happens to be a cousin ...";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 07:17:02 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("