var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Robert Morris crushes Alcorn State 107-76 - Journal-News
"; arnews[0] += "ALBANY, N.Y. — Karon Abraham scored 18 points to lead Robert Morris to a 107-76 win over Alcorn State in the 2K Sports Classic on Saturday. Abraham shot 4-for-6 from the field, with all of his field goals coming from beyond the 3-point arc. Jimmy ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT"; arnews[0] += "
"; arnews[1]="NCAA Game Summary - Robert Morris Vs. Alcorn State - Pittsburgh Channel
"; arnews[1] += "Albany, NY -- (Sports Network) - Karon Abraham scored 18 points to lead three players in double figures as the Robert Morris Colonials downed the Alcorn State Braves, 107-76, in the Albany Subregional for the 2K Sports Classic benefiting Coaches vs ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:41:00 GMT"; arnews[1] += "
"; arnews[2]="USM surges past Montana State 66-62 - Jackson Clarion-Ledger
"; arnews[2] += "Junior forward Gary Flowers scored a game-high 18 points, including seven straight in the final 1 minute 22 seconds, to help Southern Miss rally from a 13-point second-half deficit to defeat Montana State 66-62 on Saturday night. The Golden Eagles (3 ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:57:00 GMT"; arnews[2] += "
"; arnews[3]="Hermitage shuts down Highland Springs 24-12 - Richmond Times-Dispatch
"; arnews[3] += "Following an interception by Brandon Rogers, who returned it 24 yards, Hermitage settled for a Stiebel field goal from 27 yards out with 0:21 on the clock to lead 10-6 at halftime. Neither team scored in the third quarter, but a short Highland ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:02:00 GMT"; arnews[3] += "
"; arnews[4]="Karon Abraham scores 18 points, leads Robert Morris over Alcorn State ... - Daily Press
"; arnews[4] += "ALBANY, N.Y. (AP) — Karon Abraham scored 18 points to lead Robert Morris to a 107-76 win over Alcorn State in the 2K Sports Classic on Saturday. Abraham shot 4-for-6 from the field, with all of his field goals coming from beyond the 3-point arc ..."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:06:00 GMT"; arnews[4] += "
"; arnews[5]="Albany keeps Alcorn winless 71-55 - Jackson Clarion-Ledger
"; arnews[5] += "Senior guard Jonathan Boyd led the Braves (0-4) with 16 points, and senior guard Brandon Rogers had 10. Junior center JaMarkus Holt led all rebounders with nine. NAPERVILLE, Ill. - Andre Thomas scored a team-high 15 points and MC overcame a nine ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:58: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("
");document.write("
");