var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV best bets: Thu., Nov. 19
";
arnews[0] += "THE VAMPIRE DIARIES a ' Damon and Stefan find they have competition, and Damon learns a startling fact about the town's founding fathers while helping Sheriff Forbes track down the killer.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:08:42 GMT";
arnews[0] += "
";
arnews[1]="Thursday's TV Highlights: 'Independent Lens' turns the cameras on the cinematographers
";
arnews[1] += "LIGHTS, CAMERA: Cinematographers Laszlo Kovacs, left, and Vilmos Zsigmond are profiled in a new episode of \"Independent Lens,\" at 9 p.m. on KCET.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 07:44:32 GMT";
arnews[1] += "
";
arnews[2]="Guest Stephen is shrink rapt
";
arnews[2] += "YOU'D think Americans would know better than to believe what they see in the movies.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:36:09 GMT";
arnews[2] += "
";
arnews[3]="TV Review: 'Bones' chiffon dress? I want it
";
arnews[3] += "Can you please, please, please find the dress that Dr. Brennan wore to the night at the museum on Bones ? - Heather Booth can't take his eyes off his partner, Brennan , and we were similarly transfixed...by her dress.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sibling rivalry? No 'Bones' about it
";
arnews[4] += "Zooey Deschanel will join her sister, Emily, on a special episode of \"Bones\" coming to Fox on Dec.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:30:05 GMT";
arnews[4] += "
";
arnews[5]="Bitch-Back! Is Religion a Laughing Matter?
";
arnews[5] += "Dear Ted: Celebrities may or not be \"fair game,\" but Scientology is a religion practiced by millions of housewives, lawyers, students, firemen, doctors and bricklayers, who say it helps them lead happier lives.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 15:48: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("