var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James nets 40 as Cavs top Pacers - Vancouver Sun
";
arnews[0] += "... a Granger basket gave the Pacers an 86-84 edge with 7 1/2 minutes to play, Williams sank three free throws. Hickson followed with a dunk to put the Cavs up 89-86. Cleveland continued to play in front, and with under five minutes left James ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:52:00 GMT";
arnews[0] += "
";
arnews[1]="LeBron's 40 leads Cavaliers past Pacers - San Francisco Chronicle
";
arnews[1] += "James also had nine rebounds and seven assists for Cleveland (9-4). Danny Granger had 19 points and nine rebounds, and Dahntay Jones added 17 points for the Pacers (5-5), who lost their second in a row. Cleveland center Shaquille O'Neal missed his ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT";
arnews[1] += "
";
arnews[2]="Source: Knicks give up pursuit of Iverson - Newsday
";
arnews[2] += "The Knicks put a great deal of thought into bringing Allen Iverson to New York to help rejuvenate the 2-9 team, but a source this morning suggested the team -- after coming very close to going for it -- has decided not to go through with making a ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[2] += "
";
arnews[3]="Pacers win 5th straight, drop Nets to 0-11 - News Channel 25
";
arnews[3] += "EAST RUTHERFORD, N.J. (AP) - Danny Granger scored 22 points, Roy Hibbert tied a career high with 19 and the Indiana Pacers dropped the New Jersey Nets to 0-11 with a 91-83 victory Tuesday night. Dahntay Jones added 17 points for the Pacers, who ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:07:00 GMT";
arnews[3] += "
";
arnews[4]="Knicks 110, Pacers 103 - CBS Sports
";
arnews[4] += "INDIANAPOLIS -- Al Harrington scored 13 of his 26 points in the fourth quarter against his former team, and the New York Knicks beat the Indiana Pacers 110-103 on Wednesday night to snap a six-game losing streak. Larry Hughes had 22 points and 10 ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 04:16:00 GMT";
arnews[4] += "
";
arnews[5]="Indiana Pacers - ESPN.com
";
arnews[5] += "News: Jones has been moved back to the bench as a result of Troy Murphy's return from a back injury, the Cleveland Plain Dealer reports. Spin: Jones took his game to a new level while playing with the starting lineup, but his fantasy stock is likely ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 04:49: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("