var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kings, Rockets clash in Houston - KGET TV 17
";
arnews[0] += "Two teams coming off razor-thin losses on Friday get right back on the horse tonight as the Sacramento Kings visit the Houston Rockets. The Kings opened a three-game road trip in heartbreaking fashion last night when Jason Terry and Kris Humphries ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:13:00 GMT";
arnews[0] += "
";
arnews[1]="Smith’s last-second shot lifts soaring Hawks - NBC Sports
";
arnews[1] += "... through the lane to drop in a missed shot with 0.7 seconds remaining and the Atlanta Hawks won their seventh in a row, beating the Houston Rockets 105-103 Friday night to maintain the NBA’s best record. Marvin Williams scored a season-high 29 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[1] += "
";
arnews[2]="Houston Rockets (7-5) at Atlanta Hawks (10-2), 7:30 p.m. - Tri-City Herald
";
arnews[2] += "Owners of the best record in the Eastern Conference at 10-2, the Atlanta Hawks will shoot for their seventh straight win when they close out a four-game homestand tonight versus the Houston Rockets at Philips Arena. Atlanta improved to 3-0 on the ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:56:00 GMT";
arnews[2] += "
";
arnews[3]="Rockets deal Timberwolves 11th straight defeat - TSN
";
arnews[3] += "Trevor Ariza had 18 points for the Rockets, who have won nine straight against Minnesota. Aaron Brooks ended with 13 points while Charles Hayes chipped in 11 points and 10 rebounds for Houston. Al Jefferson returned to the lineup for the Timberwolves ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 03:54:00 GMT";
arnews[3] += "
";
arnews[4]="Suns 111, Rockets 105 - CBS Sports
";
arnews[4] += "HOUSTON -- Amare Stoudemire and the high-scoring Phoenix Suns turned to their defense to pick up another victory in Houston. Stoudemire scored 23 points, Steve Nash had 16 assists and the Suns recovered from a slow start to beat the Rockets 111-105 ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:23:00 GMT";
arnews[4] += "
";
arnews[5]="Suns 111 Rockets 105 F - KBMT ABC 12
";
arnews[5] += "HOUSTON (AP) - Amare Stoudemire scored 23 points, Steve Nash had 16 assists and the Phoenix Suns recovered from ... Carl Landry scored a career-high 27 points off the bench and Aaron Brooks had a career-best 13 assists for the Rockets.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 05:14: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("