var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thursday's TV Highlights: 'Independent Lens' turns the cameras on the cinematographers
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 07:44:32 GMT";
arnews[0] += "
";
arnews[1]="CSI: Texas: Governor shakes up commission, covers tracks
";
arnews[1] += "One of the first cases tackled by the nine-member commission was the arson conviction and subsequent execution in 2004 of a Corsicana man, Cameron Todd Willingham, for the deaths of his three daughters in a 1991 house fire.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:02:58 GMT";
arnews[1] += "
";
arnews[2]="Today in History - Nov. 16
";
arnews[2] += "Published: Monday, November 16, 2009 at 4:01 a.m. Last Modified: Monday, November 16, 2009 at 12:00 a.m. Today is Monday, Nov.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="November 16: U.S. and Soviet diplomatic relations made, Pakistan holds open election
";
arnews[3] += "Maine Fast Fact : John Harrison Hall of Portland patented the breach-loading rifle.";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="People in the News
";
arnews[4] += "Want to get away, Boss? Bruce Springsteen bellowed \"Hello, Ohio!\" to his fans at the Palace of Auburn Hills.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:47:16 GMT";
arnews[4] += "
";
arnews[5]="Almanac
";
arnews[5] += "Today is Monday, Nov. 16, the 320th day of 2009. There are 45 days left in the year.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 17:20:12 GMT";
arnews[5] += "
";
arnews[6]="This day in history
";
arnews[6] += "In 1776, British troops captured Fort Washington in New York during the American Revolution.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 16:02:37 GMT";
arnews[6] += "
";
arnews[7]="Holidays on Earth Today: November 16, 2009
";
arnews[7] += "Holidays are such an important part of each countries tradition along with supporting its culture.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 13:40:57 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("