var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hawks grounded by Hornets hotshot rookies - Summary
";
arnews[0] += "The Atlanta Hawks had their seven-game winning streak stopped by a pair of rookies on the New Orleans Hornets, who have a winning streak of their own.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:30:56 GMT";
arnews[0] += "
";
arnews[1]="Jazz outlast Pistons in overtime tussle
";
arnews[1] += "The Jazz got off to an exciting start to their six-game homestand. After going back and forth with the Detroit Pistons all night, the Jazz finally pulled away for the 100-97 victory in overtime Saturday at EnergySolutions Arena.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:29:51 GMT";
arnews[1] += "
";
arnews[2]="Boozer, Kirilenko each score 22 points, Jazz beat Pistons in overtime
";
arnews[2] += "Carlos Boozer scored 18 of his 22 points in the second half and overtime to lead the Utah Jazz to their fourth straight victory, 100-97 over the Detroit Pistons on Saturday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:28:23 GMT";
arnews[2] += "
";
arnews[3]="Runnin' Utes Shut Down Southern U., 88-48
";
arnews[3] += "Marshall Henderson scored 13 and Jordan Cyphers added 12 as Utah got off to a quick start and cruised to an 88-48 win over Southern University Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:22:52 GMT";
arnews[3] += "
";
arnews[4]="Boozer, Kirilenko help Utah top Detroit in OT
";
arnews[4] += "Carlos Boozer and Andrei Kirilenko totaled 22 points each and combined to score all 10 points in overtime, as the Utah Jazz pulled out a 100-97 win against the Detroit Pistons.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:21:01 GMT";
arnews[4] += "
";
arnews[5]="Utah Jazz: Kirilenko heating
";
arnews[5] += "The committee that concocted the ballot for the 2010 All-Star Game might make a slight alteration if it had a chance to put the 120-player list together again.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:18:45 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("