var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Alfredo C. Jimenez, III
";
arnews[0] += "Alfredo C. Jimenez III, age 45, passed away Thursday, November 19, 2009 at his residence here in Del Rio.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:28:02 GMT";
arnews[0] += "
";
arnews[1]="Suspected arsonist skips arraignment
";
arnews[1] += "A 60-year-old homeless man authorities believe was responsible for at least one in a string of west side arson fires last spring was a no-show Wednesday for his scheduled arraignment in 2nd 25th Judicial District Court.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:28:17 GMT";
arnews[1] += "
";
arnews[2]="Death Proof
";
arnews[2] += "Quentin Tarantino has earned his name, Total Film named him the 12th greatest director of all time.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:15:34 GMT";
arnews[2] += "
";
arnews[3]="Jury Assesses a $10.2 Million Verdict for Retired Washington Paper...
";
arnews[3] += "On Wednesday, November 19, 2009, after three days of deliberations, a federal jury in Seattle, Washington, found in favor of Henry Barabin, a retired Crown Zellerbach Paper Mill worker suffering from mesothelioma.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:14:20 GMT";
arnews[3] += "
";
arnews[4]="Knox Hated Slay Victim, Prosecutor Says
";
arnews[4] += "Updated at 5:00 p.m. EST An American student accused of fatally stabbing her British roommate in Italy had a growing hatred for the victim and killed her in retaliation during a drug-fueled sex game, a prosecutor contended Friday in closing arguments at her murder trial.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:50:38 GMT";
arnews[4] += "
";
arnews[5]="Three killed in Chaparral mobile home fire
";
arnews[5] += "Tears stream down the face of Maria Rodriguez on Thursday as she embraces her 20-year-old daughter, Valerie Rodriguez, next to her husband, Abraham Rodriguez.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:21:58 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("