var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="State volleyball roundup: Mobridge-Pollock stuns Chargers
";
arnews[0] += "Mobridge-Pollock upended No. 2 seed Sioux Falls Christian 25-22, 25-16, 19-25, 25-23 in the final game of the first round of the state Class A volleyball tournament Thursday night in Watertown.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="micer suddenly ends playing career
";
arnews[1] += "Smicer won league titles in the Czech Republic, France and England. Veteran soccer midfielder Vladimir Smicer once again proved he can stun people.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Search goes on for Sydney guest
";
arnews[2] += "Sydney FC admit their hopes of recruiting a big-name guest player are fading rapidly but haven't completely given up on adding a star signing to their A-League title campaign.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:17:00 GMT";
arnews[2] += "
";
arnews[3]="Juventus line up Nedved for directora s role
";
arnews[3] += "Tuttosport says this is just the start of his new career, as he could then move out from behind the desk.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 03:30:27 GMT";
arnews[3] += "
";
arnews[4]="Pavel Nedved set for Juventus return / Serie A
";
arnews[4] += "Italian newspaper Tuttosport has revealed today that Pavel Nedved is set for a return to Juventus in an administrative role.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 10:56:51 GMT";
arnews[4] += "
";
arnews[5]="Hero to zero and back again for keeper Harps
";
arnews[5] += "IF a week is supposed to be a long time in football - then a year must feel like an eternity for popular Toon star Steve Harper.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 15:38:03 GMT";
arnews[5] += "
";
arnews[6]="Alessandro Del Piero: Celebrating Il Capitano On His 35th Birthday
";
arnews[6] += "In a world where loyalty means very little, Alessandro Del Piero have showcased just the opposite by staying true to the club closest to his heart for a sensational 16 seasons.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 21:01:05 GMT";
arnews[6] += "
";
arnews[7]="Fine Wine: Celebrating Del Piero on his 35th birthday
";
arnews[7] += "It's hard to put into words what Alessandro Del Piero has meant to Juventus since he first put on the black and white jersey in 1993.";
arnews[7] += "
Publ.Date : Mon, 09 Nov 2009 20:22:20 GMT";
arnews[7] += "
";
totcount = 8;
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("