var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Program cuts still up in the air
";
arnews[0] += "What is the fate of CU's Creative Writing program? Erin Brotherton ponders in this illustration.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 14:30:43 GMT";
arnews[0] += "
";
arnews[1]="UTC's Henry, Smith Named To Post-season Conference Teams
";
arnews[1] += "Henry, also among the top in several categories throughout the year, was relegated to the second team.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 03:58:44 GMT";
arnews[1] += "
";
arnews[2]="Lady Mocs Soccer Earns Post Season Awards
";
arnews[2] += "Sophomore Donna-Kay Henry and freshman Becca Smith were both honored by the Southern Conference Wednesday morning as the league announced its postseason awards.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 02:53:48 GMT";
arnews[2] += "
";
arnews[3]="Celebrity Golf Tournament
";
arnews[3] += "Attention all baseball fans. The World Series isn't the only thing that should be getting you excited.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 14:50:18 GMT";
arnews[3] += "
";
arnews[4]="People on the Move
";
arnews[4] += "Snyder, serves as interpreter for both members and employees. She is also responsible for developing products and strategies to serve Spanish-speaking members, coordinating Hispanic market research and initiating culturally-relevant communication pieces.";
arnews[4] += "
Publ.Date : Sun, 01 Nov 2009 05:03:54 GMT";
arnews[4] += "
";
arnews[5]="Wardenburg runs out of seasonal flu vaccine
";
arnews[5] += "Wardenburg ran out of seasonal influenza shots Oct. 20, but more vaccinations are expected for both seasonal and H1N1 influenza, said CU Spokesman Bronson Hilliard.";
arnews[5] += "
Publ.Date : Thu, 29 Oct 2009 11:23:07 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("