var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Venlos garners pair of medals
";
arnews[0] += "St. Edward's Megan Venlos earned two medals at the girls swimming State Finals on Saturday.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="Mohamed, DeSilva making big strides
";
arnews[1] += "Two area cross country runners made big news recently. Mohamed Mohamed returned from injury in grand fashion at Southern Illinois, while Matt DeSilva made a major impact for his new team at Cornell University.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="Gloucester County grand jury hands up 21 indictments
";
arnews[2] += "WOODBURY The following have been indicted by a Gloucester County grand jury: Dawn M. Leach, 39, of Pennsauken Township on charges of theft by unlawful taking, receiving stolen property and conspiracy on Aug.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:54:46 GMT";
arnews[2] += "
";
arnews[3]="Bulls rebound, beat Louisville
";
arnews[3] += "B.J. Daniels was so intent on helping South Florida pull out of its latest midseason tailspin that he was oblivious to the impressive numbers he was putting up on Louisville.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:52:26 GMT";
arnews[3] += "
";
arnews[4]="Students raising trip funds
";
arnews[4] += "Seven Brooke High School students have a chance at participating in a national competition, but they need some help from the community.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:44:38 GMT";
arnews[4] += "
";
arnews[5]="Birthdays November 22
";
arnews[5] += "Tiffany Lynn Firms Tiffany Lynn Firms was 11 years old on Oct. 21, 2009. She is the daughter of Roscoe and Janice Melton Firms of Marshville.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:32:27 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("