var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Nolan Richardson named Tulsa holiday parade marshal - Tulsa World
"; arnews[0] += "Nolan Richardson, who was recently named head coach for Tulsa’s new WNBA basketball team, will be the grand marshal for this year’s AEP-PSO Parade of Lights. According to a release, the annual downtown holiday parade will be 6 p.m. Dec. 12 ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 09:44:00 GMT"; arnews[0] += "
"; arnews[1]="Local, Area - Tulsa World
"; arnews[1] += "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. With the ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:32:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");