var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Local News, Weather and Sports for Wilmington, NC and the Cape Fear Region
";
arnews[0] += "Submitted by Meghan Torjussen on 9 February 2010 - 8:05pm. The Pender County chapter of the NAACP was noticeably absent at last night's school open forum.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:03:31 GMT";
arnews[0] += "
";
arnews[1]="NAACP Explains its Absence at School Forum
";
arnews[1] += "Submitted by Meghan Torjussen on 9 February 2010 - 8:05pm. The Pender County chapter of the NAACP was noticeably absent at last night's school open forum.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:03:16 GMT";
arnews[1] += "
";
arnews[2]="USATF Awards Over Two Dozen Elite Athlete Grants
";
arnews[2] += "The USA Track & Field Foundation has presented Elite Athlete Development Grants to 26 athletes, Foundation Executive Director Tom Jackovic and Chairman Bob Greifeld, announced Tuesday.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:17:46 GMT";
arnews[2] += "
";
arnews[3]="Athletics: USATF Foundation awards 26 Elite Athlete Development Grants
";
arnews[3] += "The USA Track & Field Foundation has presented Elite Athlete Development Grants to 26 athletes, Foundation Executive Director Tom Jackovic and Chairman Bob Greifeld, announced Tuesday.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:20:00 GMT";
arnews[3] += "
";
arnews[4]="Betty Thorstad
";
arnews[4] += "Funeral services for Betty Thorstad of Morris will be held Thursday, Feb. 11, 2010 at 11:00 AM at the Evangelical Free Church in Morris.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:56:30 GMT";
arnews[4] += "
";
arnews[5]="17:19 Bruton gets to bottom of Rear award
";
arnews[5] += "Fine Gael's Richard Bruton showed a cheeky side today by sneaking a peak at one of the nominees for Britain's Rear of the Year award - the UK's Minister for Women.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:48:21 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("