var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Charley Walters: Wolves President David Kahn says he can picture ... - Pioneer Press
";
arnews[0] += "David Kahn, who is in his first season as Timberwolves president of basketball operations, said he 'absolutely' envisions a time when all Target Center seats are filled for games. \"That's part of what we have to do, but I'm realistic,\" Kahn said. \"I ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:18:00 GMT";
arnews[0] += "
";
arnews[1]="Wolves' Kahn takes charge in Q&A - Minneapolis Star Tribune
";
arnews[1] += "For the record: rookie starter Jonny Flynn, capable backup Ramon Sessions, drafted-but-overseas Ricky Rubio and Wall, who could be a once-every-five-years kind of guy. So, how about it? \"No, I'm asking you now,\" Kahn said, playing the room for laughs ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[1] += "
";
arnews[2]="Balanced scoring helps Grizzlies stay hot at home with 135-110 win ... - The Gaea Times
";
arnews[2] += "MEMPHIS, Tenn. — Rudy Gay scored 21 points, Zach Randolph and O.J. Mayo added 20 apiece and the Memphis Grizzlies won their seventh straight home game with a 135-110 victory over the Minnesota Timberwolves on Friday night. Mike Conley added 18 ...";
arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 23:55:00 GMT";
arnews[2] += "
";
arnews[3]="Kahn: Wolves deadline trade would be minor at most - Associated Press
";
arnews[3] += "First-round draft pick Ricky Rubio is part of that process too, a world away in Spain, but Kahn again ruled out a trade this year. \"We've gotten calls on him, of course, but there's no way I would do anything with him now. Absolutely none,\" Kahn said ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:17:00 GMT";
arnews[3] += "
";
arnews[4]="Keys To The Wolf Den: Kahn May Not Sign a Big Free Agent, Is This Bad? - Bleacherreport.com
";
arnews[4] += "The Minnesota Timberwolves are one of the few teams that will have enough money to sign a big free agent coming up this offseason. Preferring not to dive into numbers, David Kahn has made it clear with the Alando Tucker trade, that he is capable of ...";
arnews[4] += "
Publ.Date : Thu, 31 Dec 2009 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Kahn: Rubio Is A Core Player - RealGM
";
arnews[5] += "Timberwolves general manager David Kahn says that he won't trade any of the team's core players ahead of the Feb. 18 deadline. Kahn tells the Star Tribune that Ricky Rubio is one of those core players. \"Certainly Rubio,\" Kahn said, lumping the ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 11:08:00 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("