var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "Kevin Durant scores 35 to propel Thunder past Wizards";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:57:19 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "Kevin Durant finishes a nice defensive steal with the tomahawk jam the other way.";
arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 05:30:15 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "NBA Summer League: Oklahoma City swingman Kevin Durant talks to the media";
arnews[2] += "
Publ.Date : Tue, 08 Jul 2008 23:26:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "The #2 draft pick hits a huge double OT game winner";
arnews[3] += "
Publ.Date : Fri, 30 Nov 2007 16:06:39 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "An ESPN commentator slips the N-bomb.";
arnews[4] += "
Publ.Date : Thu, 26 Jul 2007 07:02:08 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "Cover star, Kevin Durant, shows off his skills while performing moves for the game.";
arnews[5] += "
Publ.Date : Tue, 26 Jun 2007 18:05:46 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "Cover star, Kevin Durant, shows off his skills while performing moves for the game.";
arnews[6] += "
Publ.Date : Tue, 26 Jun 2007 18:05:45 GMT";
arnews[6] += "
";
arnews[7]="
";
arnews[7] += "Former University of Texas basketball star Kevin Durant, the first college freshman to receive the Wooden Award and Naismith Trophy as men’s basketball college player of the...";
arnews[7] += "
Publ.Date : Tue, 26 Jun 2007 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="
";
arnews[8] += "Did Kevin Durant, the freshman college bball sensation, play his last game in a Texas uniform Sunday versus USC? He congratulated the Trojans after the game. Author: Publ.Date : Mon, 19 Mar 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="
";
arnews[9] += "In less than a year Kevin Duarnt has gone from the #2 rated high school senior in the land to the possible #1 overall selection in the 2007 NBA Draft. HoopsTV knew about Durant...";
arnews[9] += "
Publ.Date : Fri, 19 Jan 2007 18:55:26 GMT";
arnews[9] += "
";
totcount = 10;
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("");