var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="3 sign on with Putnam's DC sales team
";
arnews[0] += "Chris Doucet, Alan Dumas and John Leeson joined Putnam Investments ' defined contribution sales team, said Edmund F. Murphy, managing director and head of defined contribution.";
arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Best Bets
";
arnews[1] += "An art show featuring scenes of Southern Pines opens from 6 to 8 p.m. Friday, Nov.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 17:34:01 GMT";
arnews[1] += "
";
arnews[2]="Cooper getting closer to reaching goal
";
arnews[2] += "For nearly a month, Cooper coach Courtney Pesterfield has been delivering the same message to her volleyball players: win six more matches, and you'll make program history.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 14:28:29 GMT";
arnews[2] += "
";
arnews[3]="Five from CCU women's soccer squad get awards
";
arnews[3] += "The Coastal Carolina women's soccer team had five players earn individual honors when the Big South handed out its yearly awards on Wednesday.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 06:17:10 GMT";
arnews[3] += "
";
arnews[4]="Frenship relishes opportunity to face powerful Dumas
";
arnews[4] += "Frenship has never won a volleyball match against Dumas, which stands between the Tigers and their hopes of reaching the second round of the Class 4A playoffs for a fourth consecutive season.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 07:53:00 GMT";
arnews[4] += "
";
arnews[5]="Frenship relishes opportunity to face powerful Dumas
";
arnews[5] += "Frenship has never won a volleyball match against Dumas, which stands between the Tigers and their hopes of reaching the second round of the Class 4A playoffs for a fourth consecutive season.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 08:52:10 GMT";
arnews[5] += "
";
arnews[6]="Coyotes, Raiders roll to Region I-4A tennis semifinals
";
arnews[6] += "Jeff Goolsbey / Times Record News Parker Johnson of Wichita Falls High School hits a backhand shot in his singles match as the Coyotes took on Mansfield Legacy in the Region I-4A Tennis Tournament Friday at Weeks Park Tennis Center.";
arnews[6] += "
Publ.Date : Sat, 31 Oct 2009 07:54:46 GMT";
arnews[6] += "
";
arnews[7]="Doherty sweeps Inter-High cross-country titles
";
arnews[7] += "HOMETEAM HIGH SCHOOL ROUNDUP BOYS' CROSS-COUNTRY Inter-High Championship: Doherty, with a roster entirely of underclassmen, captured the league title for the 14th year in a row.";
arnews[7] += "
Publ.Date : Wed, 28 Oct 2009 10:00:00 GMT";
arnews[7] += "
";
arnews[8]="Police Logs - Oct. 28
";
arnews[8] += "Daniel Pont, 28, of 155 Cliff St., Mystic, was charged Monday with criminal impersonation, driving with a suspended license, misuse of registration, driving an unregistered motor vehicle and failure to have insurance.";
arnews[8] += "
Publ.Date : Wed, 28 Oct 2009 10:23:10 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("