var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wilmington festival brings Duplin native's directorial debut film home
";
arnews[0] += "Courtesy Photo Cast and crew take a break from filming. From left, writer/director Andy Brown, sound mixer Nate Panning , Jodie Sweetin, producer Heath Franklin and actor John Wesley Shipp.";
arnews[0] += "
Publ.Date : Sun, 01 Nov 2009 02:49:59 GMT";
arnews[0] += "
";
arnews[1]="Search for suspects in Calif. teen gang-rape
";
arnews[1] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[1] += "
Publ.Date : Tue, 27 Oct 2009 03:41:17 GMT";
arnews[1] += "
";
arnews[2]="Obama repeats pledge to shut Guantanamo Bay prison
";
arnews[2] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 03:41:10 GMT";
arnews[2] += "
";
arnews[3]="O'Donnell opens up about split on radio
";
arnews[3] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[3] += "
Publ.Date : Tue, 27 Oct 2009 03:40:12 GMT";
arnews[3] += "
";
arnews[4]="John still too ill for stage return
";
arnews[4] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[4] += "
Publ.Date : Tue, 27 Oct 2009 03:40:05 GMT";
arnews[4] += "
";
arnews[5]="Women and heart attacks
";
arnews[5] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 03:40:02 GMT";
arnews[5] += "
";
arnews[6]="Pretty people plotting
";
arnews[6] += "This week, we start with the Beautiful People: Duplicity ***1/2 Rated PG-13, 125 minutes.";
arnews[6] += "
Publ.Date : Sun, 23 Aug 2009 05:51:20 GMT";
arnews[6] += "
";
arnews[7]="One Tree Hill
";
arnews[7] += "Don't miss any of the action this season! Now in its sixth season, \"One Tree Hill\" will explore the journeys of its beloved characters as they face the exciting possibility of dreams come true and the heartbreaking reality that being an adult isn't as easy as it seems.";
arnews[7] += "
Publ.Date : Fri, 17 Oct 2008 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Child abuse and cancer
";
arnews[8] += "George fails to keep a secret about a friend; Kramer fingers Newman as a scofflaw.";
arnews[8] += "
Publ.Date : Fri, 26 Jun 2009 03:35:49 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("