var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Pioneers take pair in conference
"; arnews[0] += "After a sluggish start, the Volunteer State Community College women's basketball team used big scoring runs to close out the first and second half in a 76-51 over visiting Roane State Community College on Saturday afternoon."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:43:09 GMT"; arnews[0] += "
"; arnews[1]="Shock may not have top player
"; arnews[1] += "First, six-time All-Star Katie Smith announced she would not be joining the Tulsa Shock for the 2010 WNBA season."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:30:46 GMT"; arnews[1] += "
"; arnews[2]="M'town boys, K'ville, Upper Lake girls win
"; arnews[2] += "John Hays scored a season-high 20 points, including three 3-pointers, and John-Wesley Davis connected on four of five 3-pointers as the Middletown Mustangs beat the Kelseyville Knights 70-57 in a North Central League I North varsity boys' basketball game Tuesday night in Middletown."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:15:15 GMT"; arnews[2] += "
"; arnews[3]="Shock may make move to Tulsa without All-Stars Deanna Nolan and Katie Smith
"; arnews[3] += "One of the last things the Detroit Shock did before they moved to Oklahoma was announce that All-Stars Deanna Nolan and Katie Smith had agreed to contract extensions."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:05:41 GMT"; arnews[3] += "
"; arnews[4]="Parade for Saints an early Mardi Gras
"; arnews[4] += "Only a Super Bowl victory parade could upstage Mardi Gras in New Orleans. Carnival floats carrying Saints players, coaches and team owner Tom Benson rolled past tens of thousands of jubilant fans in downtown New Orleans on Tuesday, two days after the 43-year-old franchise won its first NFL championship."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:24:54 GMT"; arnews[4] += "
"; arnews[5]="Shock to Tulsa: Two say no
"; arnews[5] += "One of the last things the Detroit Shock did before they moved to Oklahoma was announce that all-stars Deanna Nolan and Katie Smith had agreed to contract extensions."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:12:23 GMT"; arnews[5] += "
"; arnews[6]="School District Employees of the Year recognized by Chamber
"; arnews[6] += "CHIPLEY The Washington County Chamber of Commerce Executive Director Ted Everett recognized the Washington County School District's Employees of the Year during the regularly scheduled Washington County School Board meeting Tuesday evening."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 01:58:56 GMT"; arnews[6] += "
"; arnews[7]="Former Shock stars don't want to play in Tulsa
"; arnews[7] += "One of the last things the Detroit Shock did before it moved to Oklahoma was announce that All-Stars Deanna Nolan and Katie Smith had agreed to contract extensions."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 18:09:00 GMT"; arnews[7] += "
"; arnews[8]="Nolan, Smith might not join Shock in Tulsa
"; arnews[8] += "One of the last things the Detroit Shock did before they moved to Oklahoma was announce that All-Stars Deanna Nolan and Katie Smith had agreed to contract extensions."; arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 19:53:39 GMT"; arnews[8] += "
"; totcount = 9; 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("
");