var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Local, Area
";
arnews[0] += "A mistrial resulted Thursday night when Tulsa County jurors could not reach a unanimous verdict concerning the fate of a man who stood trial for murder on an accusation that he did not provide adequate care for his wife before her death.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:34:38 GMT";
arnews[0] += "
";
arnews[1]="10) Nolan Richardson named Tulsa holiday parade marshal
";
arnews[1] += "Nolan Richardson, who was recently named head coach for Tulsaa s new WNBA basketball team, will be the grand marshal for this yeara s AEP-PSO Parade of Lights.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:48:39 GMT";
arnews[1] += "
";
arnews[2]="Man gets five years for burglary
";
arnews[2] += "The third defendant accused of burglarizing Cora Flower's Solomon Street residence - Jemarcus Johnson, of Barnesville - was tried this week in Spalding County Superior Court.";
arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 10:24:21 GMT";
arnews[2] += "
";
arnews[3]="Sacred Heart gets first football win
";
arnews[3] += "After Sacred Heart won the first football game in school history 44-0 over Currey Ingram Academy last Friday, junior running back/linebacker Justin Wiles cannot wait to return to the playing field.";
arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 07:00: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("