var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Black History Month celebrated in and around Wilmington
";
arnews[0] += "Lauren Asbury, a junior business management major at the University of North Carolina Wilmington, checks out the Bunce Island Exhibit on display most of February in UNCW's Randall Library as part of Black History Month.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:09:14 GMT";
arnews[0] += "
";
arnews[1]="Wolves top the Warriors in SCYBL
";
arnews[1] += "The Wolves beat the Warriors 20 to 8. The Wolves were led by Aaliyah Cotton with 8 points, Max Kearly added 4 points, T.J. McGinnis had 7 rebounds, with Skye Lilly and Faythe Moore anchoring the defense.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:57:20 GMT";
arnews[1] += "
";
arnews[2]="Campus report
";
arnews[2] += "CHICAGO – Timothy M. Heagney Jr. of Huntley was named to the Dean's List for the fall semester at Loyola School of Education.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Marriages and Divorces
";
arnews[3] += "Marriages The Lauderdale County Circuit Clerk's Office issued the following marriage licenses the last week: Arthur Curtis Parker and Sherry Anne Pritchard Howard Antinolia Hopson and Lakisha Marie McDonald George Edward Waltman and Paula Faye Nichols Adunus Jerome Brooks and Brigida Johaeci' Davis Darrett Jervon Cooley Sr.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 16:04:59 GMT";
arnews[3] += "
";
arnews[4]="Green Bay East to present 'Seven Brides for Seven Brothers'
";
arnews[4] += "Green Bay East High School will present the musical, 'Seven Brides for Seven Brothers' in four performances starting Thursday.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Alternative Valentine's Day Weekend
";
arnews[5] += "I like roses as much as the next girl, but really, the flowers and the chocolate and the champagne and all that, they're just subterfuge, meant to get a girl to squeeze into - ta-da! - the teensy lingerie that comes with it.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 09:11:32 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("