var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lives Lived: Doretha Walker
";
arnews[0] += "Doretha Agnes Walker died Nov. 16 in Brentwood. She was 83. Visitation for family and friends will be from 10 a.m. to 1 p.m. Saturday, Nov.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 11:38:21 GMT";
arnews[0] += "
";
arnews[1]="Star Trek!! Rome!! Farscape!! Andy Barker!! Spider-Man!! X-Men!! Gi...
";
arnews[1] += "I am - \" Hercules!! The coolest TV-related item hitting stores today is The Blu-ray edition of of this year's \"Star Trek\" movie .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:26:40 GMT";
arnews[1] += "
";
arnews[2]="Star Trek!! Rome!! Farscape!! Andy Barker!! Spider-Man!! Sopranos!!...
";
arnews[2] += "The coolest TV-related item hitting stores today is The Blu-ray edition of of this year's \"Star Trek\" movie .";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:12:14 GMT";
arnews[2] += "
";
arnews[3]="'Rome: The Complete Series'
";
arnews[3] += "The sweeping HBO drama about politics - personal and otherwise - in ancient Italy now is available in an all-encompassing set, with certain characters' respective stories played out against a background that has stood in history ever since the actual events.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 02:19:41 GMT";
arnews[3] += "
";
arnews[4]="$11.25 Sunny For 24 Hours!! Star Trek!! Blu Rome!! Farscape!! Andy...
";
arnews[4] += "You can find my very long review of the set and its many extras here . offers four more excellent but overpriced episodes of the original series: * \"Where No Man Has Gone Before.\" Kirk's best pal becomes power-crazed when a barrier at the edge of the galaxy increases his intelligence and gives him incredible telekinetic power.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:14:44 GMT";
arnews[4] += "
";
arnews[5]="Rome: The Complete Series
";
arnews[5] += "It cost more than $100 million and lasted only two seasons on HBO despite the acclaim of its audience and of critics--and seven Emmy wins.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:16:12 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("