var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kinston concert to benefit veterans-based charities
";
arnews[0] += "On Tuesday, country/Americana music artists Kevin Montgomery and Kaci Bolls will be performing at the House of Wang restaurant in Kinston.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:31:20 GMT";
arnews[0] += "
";
arnews[1]="11/22 Kurth Memorial Library: Library's online databases help with research
";
arnews[1] += "Kurth Memorial Library subscribes to approximately 50 online databases that cover such topics as genealogy, homework help, business resources, health and medical resources and books and literature.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:02:58 GMT";
arnews[1] += "
";
arnews[2]="Holiday Preview: Theater Picks
";
arnews[2] += "Fred Sullivan Jr. stars as the Ghost of Christmas Present in Trinity Rep's \"A Christmas Carol,'' which runs through Dec.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 04:53:12 GMT";
arnews[2] += "
";
arnews[3]="Truth in advertising
";
arnews[3] += "This week we start at the Improv: Funny People Rated R, 145 minutes. Coming Tuesday to DVD.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:36:58 GMT";
arnews[3] += "
";
arnews[4]="County's philanthropists recognized for their help
";
arnews[4] += "From left Kim Luktenhouse, Christine Schmidt, Joan Hogan, Anthony Roberts, Marshall McKay,Jim Rodgers,Roy Bellhorn,Maggie Burns, Julie Elmen, and Susan Collins.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:00:52 GMT";
arnews[4] += "
";
arnews[5]="Erin Brockovich
";
arnews[5] += "You would be hard pressed not to get caught up in the energy and enthusiasm of what environmental activist Erin Brockovich has to say.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 18:01:45 GMT";
arnews[5] += "
";
arnews[6]="Today in local history
";
arnews[6] += "Girl Scout Troop 6 of St. Joseph's School had an investiture ceremony for new members yesterday in the CYC rooms of St.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:25:07 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("