var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Motown bash celebrates 50
"; arnews[0] += "It was a real Detroit house party Saturday night at the downtown Marriott, as the Motown family, friends and fans celebrated the 50th anniversary of when the \"sound of young America\" was born in a dowdy middle-class neighborhood in Detroit."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:22:48 GMT"; arnews[0] += "
"; arnews[1]="Here For The P... - Gretchen Wil...
"; arnews[1] += "In late May 2004, Gretchen Wilson's debut single, \"Redneck Woman,\" became the first by a solo female singer to top the ~Billboard country singles chart in over two years; it also reached number one faster than any single in the previous decade."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:12:28 GMT"; arnews[1] += "
"; arnews[2]="Today in local history
"; arnews[2] += "Girl Scout Troop 6 of St. Joseph's School had an investiture ceremony for new members yesterday in the CYC rooms of St."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:25:07 GMT"; arnews[2] += "
"; arnews[3]="NewShopping season at the Beaches arrives - in the stores and beyond
"; arnews[3] += "JACKIE ROONEY/For Shorelines Beaches Habitat board member Haywood Ball , Art Institute of Jacksonville interior design instructor Patricia Thompson and Habitat Executive Director Ralph Marcello display a model of Habitat's 200th and 201st duplex."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:32:10 GMT"; arnews[3] += "
"; arnews[4]="Obituaries for Nov. 20, 2009
"; arnews[4] += "Ramona P. 'Mona' Carter Dec. 7, 1919 - Nov. 4, 2009 Ramona P. \"Mona\" Carter, of Sonora, died Nov."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:14:32 GMT"; arnews[4] += "
"; arnews[5]="News Release
"; arnews[5] += "Kailee Oliver's 3-pointer with 1:53 remaining proved to be all the scoring Northwest University needed in the final minutes Friday night in Ted Wilson Gym, as the visiting Eagles defeated Linfield 55-52. Northwest took a step in the right direction, improving to 2-1 on the year."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Redneck Woman - Gretchen Wilson
"; arnews[6] += "In late May 2004, Gretchen Wilson's debut single, \"Redneck Woman,\" became the first by a solo female singer to top the ~Billboard country singles chart in over two years; it also reached number one faster than any single in the previous decade."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 02:20:03 GMT"; arnews[6] += "
"; arnews[7]="Troubleshooter: Warranty woes
"; arnews[7] += "An extended car warranty has a Cary woman stressed out. She says despite canceling it, she's still out over $1,000. After she could not get any results, car owner Gretchen Jones called ABC11 Eyewitness News I-Team Troubleshooter Diane Wilson."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 23:54:35 GMT"; arnews[7] += "
"; arnews[8]="Middle school hosts solo and ensemble fest
"; arnews[8] += "CHARLOTTE - On Nov. 14, Charlotte Middle School hosted the 2009 District VIII Junior High Solo and Ensemble Festival."; arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");