var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Scola, Ariza, help Rockets hold off Kings
";
arnews[0] += "Luis Scola scored 22 points and grabbed key rebounds in the final minutes, and the Houston Rockets held off the Sacramento Kings 113-106 Saturday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:48:00 GMT";
arnews[0] += "
";
arnews[1]="2006 All-Star game in Houston a thrill for coach Avery Johnson
";
arnews[1] += "By EDDIE SEFKO In preparation for the 2010 NBA All-Star Weekend that will be in the Fort Worth/Dallas area Feb.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:14:00 GMT";
arnews[1] += "
";
arnews[2]="Scola, Ariza, help Rockets hold off Kings
";
arnews[2] += "Luis Scola scored 22 points and grabbed key rebounds in the final minutes, and the Houston Rockets held off the Sacramento Kings 113-106 Saturday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:58:03 GMT";
arnews[2] += "
";
arnews[3]="Burkburnett, Estacado face tough test
";
arnews[3] += "The two 3A teams will be competing with six Class 5A teams, Class 4A state runner-up Mansfield Timberview and a stout Sunrise Christian Academy team from Bel Aire, Kan.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:33:28 GMT";
arnews[3] += "
";
arnews[4]="McGrady's time is ticking
";
arnews[4] += "Tracy McGrady stunned the Rockets' traveling party when he suited up and participated in warmups Wednesday at Target Center, an unsuccessful move to convince management that he is fully recovered from microfracture knee surgery.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:23:11 GMT";
arnews[4] += "
";
arnews[5]="Bucks rookie Jennings gives buzz to team
";
arnews[5] += "Before the NBA season began, the buzz around the Milwaukee Bucks was that there wasn't any buzz.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:08:56 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("