var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thunder joining new outdoor soccer league
";
arnews[0] += "Unhappy with the United Soccer Leagues, owners of seven franchises, including Minnesota, have formed a new league for 2010.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 05:42:14 GMT";
arnews[0] += "
";
arnews[1]="Minnesota vs. Iowa
";
arnews[1] += "IOWA CITY, Iowa, November 6. THE University of Minnesota men's swimming and diving team cruised to a solid 184-114 victory tonight over the University of Iowa in Iowa City, Iowa.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 15:27:19 GMT";
arnews[1] += "
";
arnews[2]="Gophers volleyball easily sweeps Indiana at home
";
arnews[2] += "The Gophers volleyball team swept Indiana on Friday, winning 25-15, 25-13, 25-15 at the Sports Pavilion.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 11:13:11 GMT";
arnews[2] += "
";
arnews[3]="Clinic runs out of flu vaccines
";
arnews[3] += "The university health clinic ran out of seasonal flu shots Oct. 2, after using the more than 400 vaccines supplied to them this season, Nurse Practitioner Kathe Conner said.";
arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 05:47:41 GMT";
arnews[3] += "
";
arnews[4]="Zavesky was a member of Berea Historical Society: Obituaries
";
arnews[4] += "Charles G. Adamek, 49, of Berea, died Sept. 2 at Southwest General Health Center.";
arnews[4] += "
Publ.Date : Sun, 20 Sep 2009 18:41:56 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("