var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kinston concert to benefit veterans-based charities - ENC Today
";
arnews[0] += "On Tuesday, country/Americana music artists Kevin Montgomery and Kaci Bolls will be performing at the House of Wang restaurant in Kinston. The show is part of the Montgomery and Bolls “50 States in 50 Days” tour, said show organizer and Kinston ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:33:00 GMT";
arnews[0] += "
";
arnews[1]="Miles To Des Arc - Baxter Bulletin
";
arnews[1] += "\"I'll never forget the day I met Sonny, Ray and Robbie back in December of 2004.\" said Julie Roberts, reporter for The White River Journal in the small town of Des Arc, Arkansas. Julie had received a phone call from Ms. Billie, owner of William's ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:50:00 GMT";
arnews[1] += "
";
totcount = 2;
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("