var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sacramento Kings owner Maloof Sports & Entertainment will no longer ... - KFSM.com
";
arnews[0] += "FILE - In this file photo from Sept. 20, 2005, Sacramento Monarchs DeMya Walker, from left, Ticha Penicheiro, Kara Lawson, and Olympia Scott-Richardson celebrate as the hold up the WNBA Championship Trophy after defeating the Connecticut Suns 62-59 ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[0] += "
";
arnews[1]="Dallas Mavericks win fifth straight, but it's a grind - Dallas Morning News
";
arnews[1] += "... seven-rebound night from Kings rookie Tyreke Evans. The Mavericks were only up by three with 4:30 to go after an Evans layup, but Jason Terry and Quinton Ross scored the next six points to give them a 91-82 lead. When Jason Kidd, who had 15 ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:08:00 GMT";
arnews[1] += "
";
arnews[2]="Sacramento Kings (5-6) At Houston Rockets (7-6), 8:30 P.M. - WSOC-TV
";
arnews[2] += "... Kings opened a three-game road trip in heartbreaking fashion last night when Jason Terry ... Rookie star Tyreke Evans had a terrific all-around game for Sacramento, finishing with 29 points, 10 helpers and seven boards. Beno Udrih and Jason ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:33:00 GMT";
arnews[2] += "
";
arnews[3]="November 2009 (35) - Sacramento Bee
";
arnews[3] += "I'll have more later on that game as Westphal makes his return to Dallas. He spent last season as the executive vice president of basketball operations for the Mavericks and was an assistant coach for the 2007-08 season. In the end, John Salmons was ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:29:00 GMT";
arnews[3] += "
";
arnews[4]="Sacramento Kings (5-6) at Houston Rockets (7-6), 8:30 p.m. - Modesto Bee
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 15:40:00 GMT";
arnews[4] += "
";
arnews[5]="Close, but no Cigar for Sacramento Kings - Woodland Daily Democrat
";
arnews[5] += "DALLAS -- Jason Terry is accustomed to carrying the load for the Dallas bench. With the Mavericks missing three starters, the reigning Sixth Man of the Year got some much needed help from his fellow reserves Friday night. Terry scored 12 of his 20 ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:25:00 GMT";
arnews[5] += "
";
arnews[6]="Sacramento Kings vs Houston Rockets - Sbrforum.com
";
arnews[6] += "Sacramento is 4-2 SU in its last 6 games Sacramento is 6-15 SU in its last 21 games Sacramento is 4-21 SU in its last 25 games on the road Sacramento is 7-1 ATS in its last 8 games when playing Houston Sacramento is 3-8 SU in its last 11 games when ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[6] += "
";
arnews[7]="Briefs | WNBA: Sacramento Kings franchise folds - Seattle Times
";
arnews[7] += "League talks to potential investors about relocating team: The Sacramento Monarchs folded Friday, a disappointing development for the league and one of its original eight franchises. The decision was largely based on the Maloof family's desire to ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[7] += "
";
totcount = 8;
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("