var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'The 1940 Radio Hour' sounds good for Marian
"; arnews[0] += "Marian/Rice Players, the drama troupe from Marian and Brother Rice High Schools, will present The 1940s Radio Hour, a play with music by Walton Jones on Nov."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="B-C-S Board: Food for thought
"; arnews[1] += "At the Oct. 27 Benton-Carroll-Salem Board of Education meeting meeting Nyla Denman, food service director, presented to the board a brief overview of what goes on in her department."; arnews[1] += "
Publ.Date : Mon, 02 Nov 2009 20:45:01 GMT"; arnews[1] += "
"; arnews[2]="West Michigan birth announcements
"; arnews[2] += "Grand Rapids: Oct. 14: Ryan Walker to Dan and Alaina Creswell; Oct. 16: Jordan David to Matthew and Jennifer Riemersma Hudsonville: Oct."; arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:16:35 GMT"; arnews[2] += "
"; arnews[3]="Sleeping Beauty
"; arnews[3] += "The colorful witches, played by Deanna Peak, Katelynn Kenworthy, Harveysha Booker, Juliana Cruz, Bethany Burns, and Kaitlyn Koebble, bow before the King Rudolph and Queen Eleanor, played by Amara Williams and Savannah Bell, in Valdosta Middle School Players' 'The Spell of Sleeping Beauty.' unknown / The Valdosta Middle School cast of 'The Spell of ..."; arnews[3] += "
Publ.Date : Thu, 15 Oct 2009 08:04:51 GMT"; arnews[3] += "
"; arnews[4]="Lindale Gearing Up For Saturday's Country Fest
"; arnews[4] += "By COSHANDRA DILLARD Staff Writer LINDALE -- Organizers of Lindale's 25th annual Country Fest say the popular event will be even bigger and better this year."; arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 14:33:19 GMT"; arnews[4] += "
"; arnews[5]="Indigo Planet Records Announces CD Compilation, Series of Awareness Showcases to Benefit 'Invisible
"; arnews[5] += "A number of nationally known, and up-and-coming, artists have signed on to contribute tracks on behalf of Indigo Planet Records to support the internationally known non-profit organization and movement \"Invisible Children.\" In addition, IPR is sponsoring benefit concerts in three major cities, featuring artists from the CD."; arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 20:32:31 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("
");