var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="40th anniversary: Stansberry
"; arnews[0] += "Mr. and Mrs. Robert Stansberry will celebrate their 40th wedding anniversary on Sunday, Nov."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Ideas rewardedInnovative teachers receive grants
"; arnews[1] += "Wichita Falls High School teacher Rhonda Powers receives an IDEA Grant from the Wichita Falls Independent School District Foundation Friday morning presented by her principal, Chad Brewster."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:06:08 GMT"; arnews[1] += "
"; arnews[2]="Citation delivered two weeks after cover story critical of Department of Public Works.
"; arnews[2] += "Washington City Paper has been slapped with a $50 fine from the D.C. Department of Public Works for \"failure to separate recycling from other solid waste\" at 2390 Champlain St."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:24:54 GMT"; arnews[2] += "
"; arnews[3]="Aaron Neville Creates New Holiday Song, Performing On Wake-Up With Al
"; arnews[3] += "Grammy-winning vocalist Aaron Neville has teamed up with the Weather Channel and the Salvation Army to create a new holiday recording titled \"Please Don't Forget.\" The song is included on a new CD, Holiday Party ."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:55:20 GMT"; arnews[3] += "
"; arnews[4]="Gaither gospel sound has Atlanta roots
"; arnews[4] += "Atlanta's piano-pounding, head-shaking Hovie Lister put Indiana farm boy Bill Gaither on the gospel road in the 1950s."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:55:27 GMT"; arnews[4] += "
"; arnews[5]="Five mock trial teams advance to state event
"; arnews[5] += "Seventh-graders from Summit Middle School and eighth-graders from Johnston Middle School competed in the annual Mock Trial program."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 23:00:00 GMT"; arnews[5] += "
"; arnews[6]="I'll Be Home For Chr... - Amy Gr...
"; arnews[6] += "Although Amy Grant cannot claim to have invented the contemporary Christian music style of gospel music, she did the most to popularize it in the 1970s and 1980s before successfully crossing over to pop music in the '80s and early '90s. When Grant came along as a teenager in the mid-'70s, \"inspirational\" gospel music was a tiny subgenre, its ..."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 12:32:51 GMT"; arnews[6] += "
"; totcount = 7; 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("
");