var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Colgate Names 16th President
";
arnews[0] += "Colgate University's Board of Trustees has unanimously approved the appointment of Dr.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:12:46 GMT";
arnews[0] += "
";
arnews[1]="Miami's Herbst to head Colgate
";
arnews[1] += "Miami University Provost Jeffrey Herbst has been named president of Colgate University , the school said Monday.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Miami University provost to head Colgate University
";
arnews[2] += "Miami University Provost Jeffrey Herbst has been named president of Colgate University , the school said Monday.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:12:26 GMT";
arnews[2] += "
";
arnews[3]="Dr. Jeffrey Herbst Named 16th President of Colgate University
";
arnews[3] += "Colgate University's Board of Trustees has unanimously approved the appointment of Dr.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:25:32 GMT";
arnews[3] += "
";
arnews[4]="Colgate picks Miami of Ohio provost as president
";
arnews[4] += "Miami University of Ohio provost Dr. Jeffrey Herbst is the new president of Colgate University.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 07:20:18 GMT";
arnews[4] += "
";
arnews[5]="Colgate names Herbst as president
";
arnews[5] += "At the end of spring semester, Miami University will say farewell to Provost Jeffrey Herbst as he accepts a position at Colgate University as its 16th president.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:00:00 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("