var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Friday's college roundup - Burlington Free Press
"; arnews[0] += "MIDDLEBURY — The Middlebury College men’s basketball team broke out to a double-digit halftime lead in defeating Bowdoin, 76-65, in a NESCAC battle at Pepin Gym on Friday. Tim Edwards fell just shy of a triple-double, finishing with 12 points and ..."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 05:34:00 GMT"; arnews[0] += "
"; arnews[1]="Lady Hurricanes fall just short, season ends - KeysNet
"; arnews[1] += "Coral Shores High School's basketball Lady Hurricanes came within a point of advancing in the District 16-3A Tournament, but were edged by Archbishop Carroll, 40-39, Tuesday at Carroll. Junior forward Latrice Johnson scored a game-high 20 points as ..."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 15:56:00 GMT"; arnews[1] += "
"; arnews[2]="Saturday's college basketball roundup - Burlington Free Press
"; arnews[2] += "COLCHESTER — Nate Birr dumped in a season-high 18 points and the St. Michael’s College men’s basketball team halted a four-game losing streak by stunning No. 10 Bentley, 60-51, in a Northeast-10 Conference game at Ross Sports Center on Saturday ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 04:14:00 GMT"; arnews[2] += "
"; arnews[3]="Diamonds Hit a High Note at the 2010 Grammy Awards - Melodika.net
"; arnews[3] += "DIAMONDS were the top choice of America's most talented musicians at the 52nd Grammy Awards. The artists were outfitted in diamonds across the board for the music industry's biggest night. Diamond jewelry made a harmonious pairing with the musical ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 06:56:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");