var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boys hoops preview for upcoming season
";
arnews[0] += "District 24-5A Ball High * COACH: Jerard Temple * LAST YEAR'S RECORD: 24-8 * LAST PLAYOFF APPEARANCE: 2009, lost in first round * RETURNING LETTERMEN/STARTERS: 4/3 * KEY LOSSES: Israel Ruiz, Darrell Warner * PLAYERS TO WATCH: Marcus Ruiz, Terran Petteway, Mike Evans and Travis Ceccacci * OUTLOOK: At Ball, there are always high expectations.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 10:42:09 GMT";
arnews[0] += "
";
arnews[1]="Lakers stand out after Gasol's debut
";
arnews[1] += "In an instant, they were complete. Best team in the league by far. 2. Denver: Carmelo Anthony is unstoppable, making a serious drive for MVP, and Ty Lawson is a huge factor off the bench.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:04:25 GMT";
arnews[1] += "
";
arnews[2]="Kentucky rolls; Sooners suffer stunning upset
";
arnews[2] += "Freshman John Wall had 21 points and 11 assists as No. 4 Kentucky dominated visiting Rider 92-63 on Saturday in the Cancun Challenge.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:54:41 GMT";
arnews[2] += "
";
arnews[3]="Strong Ja squad for first Trial match
";
arnews[3] += "Defending champions Jamaica will find a new gear in their preparations for the 2010 regional first-class season, with tomorrow's start at Up Park Camp of the first of three four-day trial matches.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:46:43 GMT";
arnews[3] += "
";
arnews[4]="Top-ranked Stevenson stuns Clarkston with last-second TD
";
arnews[4] += "Quarterback Jason Fracassa has won many games for Sterling Heights Stevenson the past four seasons, but none compare to this.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:25:15 GMT";
arnews[4] += "
";
arnews[5]="Bearcats shut down Abilene Christian
";
arnews[5] += "A dominant defense trumped four turnovers on Saturday, giving Northwest Missouri State the winning hand in its second-round NCAA playoff game against Abilene Christian.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:43:57 GMT";
arnews[5] += "
";
arnews[6]="Top-25 College Basketball Game Capsules
";
arnews[6] += "Freshman John Wall scored 21 points, dished out 11 assists and grabbed six rebounds to help fourth-ranked Kentucky cruise to a 92-63 win over Rider at Rupp Arena.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 06:36:32 GMT";
arnews[6] += "
";
arnews[7]="Men's College-Basketball Roundup: Kentucky routs Rider; Butler nips Evansville
";
arnews[7] += "No. 4 Kentucky 92, Rider 63: Freshman John Wall had 21 points and 11 assists as Kentucky dominated Rider in the Cancun Challenge yesterday in Lexington, Ky.";
arnews[7] += "
Publ.Date : Sun, 22 Nov 2009 05:10:17 GMT";
arnews[7] += "
";
totcount = 8;
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("