var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Post a Comment
";
arnews[0] += "Jim Smith finally got to No. 700. Smith, the all-time winningest coach in Minnesota college basketball history, had waited a long time to get his 700th career win.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:46:58 GMT";
arnews[0] += "
";
arnews[1]="Top-25 College Basketball Game Capsules
";
arnews[1] += "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[1] += "
Publ.Date : Sun, 22 Nov 2009 06:36:32 GMT";
arnews[1] += "
";
arnews[2]="Niner Insider's Packers preview
";
arnews[2] += "I reviewed Alex Smith's last game against the Bears, and then Aaron Rodgers's play in the Packers last win over the Cowboys.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:21:18 GMT";
arnews[2] += "
";
arnews[3]="Canton McKinley vs. Massillon
";
arnews[3] += "Massillon's holder J.J Litman congratulates place kicker Jeremy Geier after his successful field goal during 1st-half action in their Division I Regional final football game against Canton McKinley at InfoCision Stadium on Saturday in Akron.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:04:42 GMT";
arnews[3] += "
";
arnews[4]="This weekenda s NFL games
";
arnews[4] += "Indianapolis at Baltimore, noonRemember two years ago when the Ravens came so close to ending New Englands march to an undefeated season? This is another chance to spoil the Colts bid for perfection.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:42:12 GMT";
arnews[4] += "
";
arnews[5]="Syracuse Surprises Rutgers to Take First Big East Win
";
arnews[5] += "Greg Paulus 's second senior day turned out to be maybe the most memorable of his brief college football career.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:38:22 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("