var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Local college hoops: Cole leads ACU men to win - Abilene Reporter-News
"; arnews[0] += "Giordan Cole scored 19 points and grabbed 13 rebounds to lead Abilene Christian to an 84-59 men’s win over Dallas Baptist. DBU shot just 36 percent, making 10 fewer field goals than ACU. Eddie Thompson sank all three 3-point attempts to add 13 ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:45:00 GMT"; arnews[0] += "
"; arnews[1]="Girls basketball: Martin County hammers Central - TCPalm
"; arnews[1] += "Maria Fernandez scored 22 points and Kaila Callender had 16 points and 11 rebounds as the Martin County girls basketball team beat Fort Pierce Central 57-34 in Fort Pierce. Taryn Richards dished out 10 assists for Martin County (1-1). Larnique ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT"; arnews[1] += "
"; arnews[2]="Lack of finishing hampers Neoga start - Herald & Review
"; arnews[2] += "Overall, we haven't really played together, but by the end I started to see some chemistry coming to-gether,\" senior Brittany Jackson said. The 17-point halftime lead didn't hide A&M's defensive woes from Raiders' coach Brianna Morrow."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 07:10:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");