var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="UNL students saluted for top fellowships
";
arnews[0] += "Thirty-three graduate students from a variety of disciplines were recognized earlier this month for receiving some of the most prestigious fellowships offered by the University of Nebraska-Lincoln. The list of students was incorrect in Sunday's World-Herald. The recipients of the Presidential, Fling and Othmer fellowships were awarded medals and ...";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 22:25:15 GMT";
arnews[0] += "
";
arnews[1]="Tech to display pitching depth in fall series
";
arnews[1] += "Coming out of the 2009 baseball season, the biggest obstacle toward more success for Texas Tech proved to be pitching depth.";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 07:51:00 GMT";
arnews[1] += "
";
arnews[2]="Prep roundup: Newman volleyball opens postseason with sweep
";
arnews[2] += "Andrea Michalske recorded 29 assists, Emily Schuster notched 14 digs and Andrea Schuster had 12 kills as the Newman Catholic volleyball team swept Granton in a WIAA Division 4 regional matchup on Tuesday 25-16, 25-9, 25-10. The second-seeded Cardinals host Athens on Friday.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV Mail Box
";
arnews[3] += "September 27, 2009, 6:34 AM / Q: Is the woman who plays the police captain on \"Psych\" - I think her name is Kristine Nelson - related to the late Rick Nelson? - Terre Kappel, Thornton, Colo.";
arnews[3] += "
Publ.Date : Sun, 27 Sep 2009 10:34:15 GMT";
arnews[3] += "
";
arnews[4]="Holidays on Earth Today: September 24, 2009
";
arnews[4] += "Then there are strange and weird holidays that really have no meaning besides the mere purpose to have an excuse to celebrate something.";
arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 14:20:49 GMT";
arnews[4] += "
";
arnews[5]="Stork Report
";
arnews[5] += "The following births were announced by Naval Hospital Camp Lejeune: July 1: Maddox Philip to Jill and Cpl.";
arnews[5] += "
Publ.Date : Mon, 14 Sep 2009 15:01:12 GMT";
arnews[5] += "
";
totcount = 6;
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("