var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Nowitzki Powers Mavericks To 95-90 Win
";
arnews[0] += "Dirk Nowitzki scored 25 points as Dallas took care of Detroit";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 02:36:16 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Dirk Nowitzki goes Head to Head with Carmelo Anthony
";
arnews[1] += "Visit http://www.nba.com/video for more highlights. Check out some of the best plays and highlites from Dirk Nowitzki and Carmelo Anthony in Game 4 as Dallas tries to come back...";
arnews[1] += "
Publ.Date : Wed, 13 May 2009 17:45:37 GMT";
arnews[1] += "
";
arnews[2]="Wigald Boning meets Dirk Nowitzki Part 2
";
arnews[2] += "lustiger Clip mit Wigald Boning und Dirk Nowitzki...";
arnews[2] += "
Publ.Date : Tue, 29 Jul 2008 11:09:39 GMT";
arnews[2] += "
";
arnews[3]="LeBron James charges through the defense and slams it in over Dirk Nowitzki!
";
arnews[3] += "Visit http://www.nba.com/video for more highlights. LeBron James drives through nearly the entire West defense and throws it down on Dirk Nowitzki!";
arnews[3] += "
Publ.Date : Mon, 18 Feb 2008 06:06:33 GMT";
arnews[3] += "
";
arnews[4]="Baby in Dirk Nowitzki Jersey
";
arnews[4] += "Not funny. Nice try though.";
arnews[4] += "
Publ.Date : Wed, 15 Aug 2007 02:14:13 GMT";
arnews[4] += "
";
arnews[5]="Dirk Nowitzki CNN Interview
";
arnews[5] += "From 2002-2003.";
arnews[5] += "
Publ.Date : Wed, 15 Aug 2007 01:34:07 GMT";
arnews[5] += "
";
arnews[6]="GERMANY: BASKETBALL - The Dallas Mavericks NBA star, German Dirk Nowitzki, has been voted the Most Valuable Player - the first European to be awarded the title
";
arnews[6] += "He is the first European player to be awarded one of the United States most prestigious sporting awards - the German basketball player Dirk Nowitzki has been voted Most Valuable...";
arnews[6] += "
Publ.Date : Wed, 23 May 2007 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Dirk Nowitzki kills bug at press conference
";
arnews[7] += "After winning the first NBA-finals matchup against Miami, Dirk Nowitzki talks to the press. Just forgetting where he was, he sees a bug on the table and kills it. Realizing what...";
arnews[7] += "
Publ.Date : Fri, 09 Jun 2006 12:58:17 GMT";
arnews[7] += "
";
arnews[8]="Punkd : Jadakiss, Rachel Bilson, Dirk Nowitzki
";
arnews[8] += "Punkd : Jadakiss, Rachel Bilson, Dirk Nowitzki";
arnews[8] += "
Publ.Date : Sun, 27 Mar 2005 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Punkd: Jadakiss, Rachel Bilson, Dirk Nowitzki
";
arnews[9] += "Punkd: Jadakiss, Rachel Bilson, Dirk Nowitzki";
arnews[9] += "
Publ.Date : Sun, 27 Mar 2005 00:00:00 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("