var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sewer overflows caused by heavy rains nothing new for Waco
"; arnews[0] += "Last week's heavy rains caused nearly 400,000 gallons of sewage-tainted stormwater to gush out of 16 points along Waco's sewer lines and overwhelmed the capacity of the central sewer plant."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:41:00 GMT"; arnews[0] += "
"; arnews[1]="Police Beat: Feb. 9, 2010
"; arnews[1] += "To report a crime or suspicious activity in your neighborhood, call the Naples Police and Fire Department at 213-4844, the Collier County Sheriff's Office at 774-4434, the Lee County Sheriff's Office at 477-1000 or the Marco Island Police Department at 389-5050. Domestic assault arrests John Fitzmaurich Kennedy, 48, of the 800 block of Amber Drive, ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:05:29 GMT"; arnews[1] += "
"; arnews[2]="Jack Roush Looks to Reach Milestone Win No. 400 at Daytona This Weekend
"; arnews[2] += "With the 2010 NASCAR season underway and the Daytona 500 just around the corner, the teams are ready for what should be another exciting season of racing."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:05:17 GMT"; arnews[2] += "
"; arnews[3]="Crying wolf on the Web
"; arnews[3] += "Already well established as an astute observer of TV news, Jon Stewart turned a satirical eye toward various Internet sites last week -- catching them with their hyperbole up and their pants down."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:56:22 GMT"; arnews[3] += "
"; arnews[4]="Farrell proves linchpin for Wigan
"; arnews[4] += "A second-half hat-trick of tries from the Wigan captain, Andy Farrell, turned a stuttering performance into a deceptively convincing victory over the much-improved Broncos."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:29:39 GMT"; arnews[4] += "
"; arnews[5]="No. 4 top 500 finish: Harvick, Martin in '07
"; arnews[5] += "This is the second installment in a five-part series on some of the best Daytona 500 finishes in the history of the Great American Race."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:24:57 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("
");document.write("
");