var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kentucky Blows Out Rider Behind Double-Doubles From Wall, Patterson
";
arnews[0] += "Kentucky center DeMarcus Cousins saw Rider's Brandon Penn pull up from well behind the 3-point line and stretched every last inch of his 6-foot-11 frame in an effort to get a hand on the ball.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:40:03 GMT";
arnews[0] += "
";
arnews[1]="Easy Rider: Cats, 92-63
";
arnews[1] += "Kentucky center DeMarcus Cousins saw Rider's Brandon Penn pull up from well behind the 3-point line and stretched every last inch of his 6-foot-11 frame in an effort to get a hand on the ball.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:25:04 GMT";
arnews[1] += "
";
arnews[2]="Story: Fewer turnovers on Wall's highlight reel
";
arnews[2] += "With John Wall, it's hard not to get caught up in the thrill ride. The faster-than-a-speeding-bullet drives to the basket.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:03:13 GMT";
arnews[2] += "
";
arnews[3]="NCAA: Wildcats buck Broncos
";
arnews[3] += "NCAA: Wildcats buck Broncos John Wall #11 of the Kentucky Wildcats celebrates after dunking the ball during the game against the Rider Broncs on November 21, 2009 at Rupp Arena in Lexington, Kentucky.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:24:48 GMT";
arnews[3] += "
";
arnews[4]="Wall Paces Kentucky Over Rider
";
arnews[4] += "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[4] += "
Publ.Date : Sun, 22 Nov 2009 03:52:16 GMT";
arnews[4] += "
";
arnews[5]="Wall, Patterson lead No. 4 Kentucky by Rider 92-63
";
arnews[5] += "Kentucky center DeMarcus Cousins saw Rider's Brandon Penn pull up from well behind the 3-point line and stretched every last inch of his 6-foot-11 frame in an effort to get a hand on the ball.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:12:15 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("