var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preview
";
arnews[0] += "AccuScore has powered more than 10,000 simulations for every NBA game for ESPN.com, each simulated one play at a time and minimum of 10,000 times.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:42:01 GMT";
arnews[0] += "
";
arnews[1]="An Oral History of the Decade of Dirk: Deleted Scenes
";
arnews[1] += "Posted on November 20th, 2009 11:50am by Zac Crain Filed under Sports , Super Heroes In case a 7,000-word-plus oral history of Dirk Nowitzki wasn't enough for you, after the jump, a few more quotes from the Big German that I couldn't work into the piece.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:29:50 GMT";
arnews[1] += "
";
arnews[2]="New heights: Dallas Mavericks' Nowitzki playing at special level - even for him
";
arnews[2] += "So maybe it shouldn't be a surprise that when the game was on the line Wednesday against San Antonio, Nowitzki was doing what he does best but doing it in a most unusual way.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:22:34 GMT";
arnews[2] += "
";
arnews[3]="Improved Kings visit division-leading Mavs
";
arnews[3] += "The Southwest Division-leading Dallas Mavericks shoot for their fifth straight win when they host the Sacramento Kings tonight at American Airlines Center.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:37:09 GMT";
arnews[3] += "
";
arnews[4]="Dallas 95, Detroit 90: Mavs snap Pistons' winning streak
";
arnews[4] += "Dallas took advantage of a poor shooting night by Ben Gordon and used a balanced scoring attack to defeat the Pistons, 95-90, tonight at the Palace.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:11:36 GMT";
arnews[4] += "
";
arnews[5]="Preview: Kings at Mavericks
";
arnews[5] += "Sorry y'all, can't watch the game tonight. Something more serious weighing on my mind right now.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:58:41 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("