var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Longhorn Hall of Honor: Laura Wilkinson - Texas Sports
";
arnews[0] += "The experts gave Laura Wilkinson absolutely no chance, and, really, why would they? She started the finals of the 2000 Olympics platform diving competition in eighth place, and with a broken foot. But apparently none of them had ever watched ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:45:00 GMT";
arnews[0] += "
";
arnews[1]="Five new members for UT Women's Athletics Hall of Honor - Austin American-Statesman
";
arnews[1] += "Five former Longhorn stars were inducted into the University of Texas Women's Athletics Hall of Honor on Friday. The hall's 10th class included Edwina Brown, the player of the year in women's college basketball in 2000; Nanceen Perry, a three-time ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:11:00 GMT";
arnews[1] += "
";
arnews[2]="UT honors five at Hall of Honor Induction Ceremony - News 8 Austin
";
arnews[2] += "AUSTIN, Texas - On Friday afternoon, UT Athletics honored its 10th class of Women's Athletics Hall of Honor inductees with a ceremony in the Lone Star Room at the Frank Erwin Center. The 2009 class includes: Edwina Brown, college basketball's ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:53:00 GMT";
arnews[2] += "
";
totcount = 3;
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("