var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mia Hamm Visits With The Tar Heels
";
arnews[0] += "Former University of North Carolina and Team USA women's soccer star Mia Hamm stopped by one of the Tar Heel women's lacrosse team's fall practices recently, visiting with the 2010 squad and providing a highlight for the team's players and coaches.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:32:15 GMT";
arnews[0] += "
";
arnews[1]="USA joins FIFA World Cup bidding nations at Soccerex
";
arnews[1] += "A senior delegation from the USA Bid Committee will join England, Russia, Japan, Australia, Holland-Belgium and Qatar at the Soccerex 2009 Global Convention.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:58:46 GMT";
arnews[1] += "
";
arnews[2]="Wohl Rec Center Closed For Renovations
";
arnews[2] += "Aldermanic president Lewis Reed, Anna May and Francis R. Slay and St. Louis Mayor Francis G. Slay pose by the new entrance of the Francis R. Slay Park, which was re-christening, Saturday, October 23.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 07:17:21 GMT";
arnews[2] += "
";
arnews[3]="Women's Professional Soccer: a History
";
arnews[3] += "In April 2001, history was made in the arena of women's soccer. The Women's United Soccer Association , the first women's professional soccer league in which the players were paid, began in the United States.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:51:09 GMT";
arnews[3] += "
";
arnews[4]="Lake Wylie churches plan holiday efforts
";
arnews[4] += "Editor's note: The York County Roundup is a weekly look at highlights from The Herald's sister weekly newspapers, the Lake Wylie Pilot, Fort Mill Times and Enquirer-Herald. The publications come out Tuesdays, Wednesdays and Thursdays, respectively, and are available across the county.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:32:17 GMT";
arnews[4] += "
";
totcount = 5;
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("