var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="News briefs
";
arnews[0] += "University seeks student achievement nominees Miami University is currently seeking out second-year achievement award nominations.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="From the physics lab to the Four Seasons
";
arnews[1] += "After studying optics and lasers at U of T, Lauren Segal is taking on the world of opera in this month's Carmen Sara Schabas Mezzo-soprano Lauren Segal exemplifies the diverse routes a U of T student can follow after graduation.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 13:09:26 GMT";
arnews[1] += "
";
arnews[2]="'Onegin' is an operatic high point
";
arnews[2] += "DIFFICULT: Tchaikovsky's challenging piece staged well, and with limited resources.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Call the caterer: Bonuses come as welcome relief in Greenwich
";
arnews[3] += "After one of the leanest years in memory, life in this upper-crust enclave is slowly returning to normal.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:37:00 GMT";
arnews[3] += "
";
arnews[4]="'Rock of Ages' rocks the house! - a review
";
arnews[4] += "Everyone likes a feel good story, right? Broadway musical, Rock of Ages , is that and then some.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="'Frog' challenges 'Avatar' overseas
";
arnews[5] += "Disney's 2D toon \"The Princess and the Frog\" hopped to an impressive launch in several key territories at the international B.O. over the Jan.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 16: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("