var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Football: Dulutha s star rusher a challenge for UNK
";
arnews[0] += "In the first round of the NCAA Division II playoffs, the University of Nebraska at Kearney answered its first challenge - establishing the run - with sophomore Rustin Dring plowing through Saginaw Valley State for 188 yards.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:07:27 GMT";
arnews[0] += "
";
arnews[1]="The Des Moines Register announces its all-CIML football team
";
arnews[1] += "Chad Gilson stood in the UNI-Dome - a standout player among an amped up crowd. The day: Last Friday.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 11:34:30 GMT";
arnews[1] += "
";
arnews[2]="This day in history
";
arnews[2] += "17, 1558 , Elizabeth I acceded to the English throne upon the death of Queen Mary.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="On Nov. 17, 1979, Iran's Ayatollah Khomeini ordered the release of 13 American hostages
";
arnews[3] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:29:29 GMT";
arnews[3] += "
";
arnews[4]="Today in History - Nov. 17
";
arnews[4] += "Published: Tuesday, November 17, 2009 at 4:01 a.m. Last Modified: Tuesday, November 17, 2009 at 12:00 a.m. Today is Tuesday, Nov.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:40:10 GMT";
arnews[4] += "
";
arnews[5]="The Rock History Report for November 17th, 2009
";
arnews[5] += "1970 - Elton John recorded a New York City performance, and later released it as his 11-17-70 album.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:31:02 GMT";
arnews[5] += "
";
arnews[6]="Today in History, Tuesday, Nov. 17, 2009
";
arnews[6] += "Today's Highlight in History: On Nov. 17, 1800, Congress held its first session in Washington in the partially completed Capitol building.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 17:07:50 GMT";
arnews[6] += "
";
arnews[7]="Almanac
";
arnews[7] += "Today is Tuesday, Nov. 17, the 321st day of 2009. There are 44 days left in the year.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 17:06:01 GMT";
arnews[7] += "
";
arnews[8]="Chair? Just chill, he says November 17, 2009
";
arnews[8] += "Daryl \"Chill\" Mitchell 's life changed nine years ago when a motorcycle accident left him paralyzed from the waist down.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 13:17:31 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("