var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday's TV Highlights: 'Robin Hood' learns he has a half-brother - Los Angeles Times Blogs
";
arnews[0] += "Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation (7 p.m. Biography). America's Most Wanted: America Fights Back: John Walsh travels to Eastern Europe to hunt down a drug lord who has led authorities on an ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:58:00 GMT";
arnews[0] += "
";
arnews[1]="Saturday's Highlights - Los Angeles Times
";
arnews[1] += "Celebrity Ghost Stories: Jay Thomas mistakenly used a tombstone in a home renovation (7 p.m. Biography). America's Most Wanted: America Fights Back: John Walsh travels to Eastern Europe to hunt down a drug lord who has led authorities on an ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT";
arnews[1] += "
";
arnews[2]="Watch 'Trauma': Episode 1, Season 1 - Examiner
";
arnews[2] += "Cliff Curtis, Aimee Garcia, and the underrated Derek Luke have frenetic chemistry.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[2] += "
";
arnews[3]="Antwone Fisher - IFC
";
arnews[3] += "The directorial debut of Academy Award-winning actor Denzel Washington, Antwone Fisher is an autobiographical drama written by the real-life Antwone Fisher. Played by newcomer Derek Luke, Antwone is a volatile young sailor in the Navy, getting into ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 09:32:00 GMT";
arnews[3] += "
";
totcount = 4;
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("