var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Esteves | Missing the hype in Harvard
"; arnews[0] += "Harvard senior Jeremy Lin is one of 11 finalists for this year's Bob Cousy Award, an honor given to the best collegiate point guard."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:38:54 GMT"; arnews[0] += "
"; arnews[1]="Men's Basketball: Tigers remain undefeated in Ancient Eight
"; arnews[1] += "Sophomore guard Doug Davis leads Princeton with 13.4 points per game this season."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:36:35 GMT"; arnews[1] += "
"; arnews[2]="Men's Basketball: Calm, composed squad outclasses Crimson at Lavietes Pavilion
"; arnews[2] += "As a Harvard graduate student, I'm often asked whether I'll root for Princeton or Harvard as a contest between the Ivy League rivals nears."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 11:36:12 GMT"; arnews[2] += "
"; arnews[3]="Men's Basketball Rides Hot Start to Huge Home Win
"; arnews[3] += "Sophomore point guard Oliver McNally responded to his new role off the bench in a big way."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:13:11 GMT"; arnews[3] += "
"; arnews[4]="Hot in Hanover, Cold in Cambridge
"; arnews[4] += "Junior Jack Eggleston hurls a pass over Dartmouth senior Robby Pride, Friday. Eggleston missed the front end of a one-and-one with 16 seconds left in the game to set up Dartmouth's final possession."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 05:59:59 GMT"; arnews[4] += "
"; arnews[5]="Lee rules supreme
"; arnews[5] += "JOHOR BARU: Back-up shuttler Kuan Beng Hong put up a determined effort in the men's singles final of the 2009 National Grand Prix Finals at the Bandaraya Stadium here yesterday before allowing Lee Chong Wei to take the title for an eighth consecutive time."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 00:43: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("
");document.write("
");