var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Durant lifts Thunder to sixth straight win
";
arnews[0] += "Kevin Durant had 33 points and 11 rebounds to help Oklahoma City extend its season-high winning streak to six games with an 89-77 victory over Portland on Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:21:25 GMT";
arnews[0] += "
";
arnews[1]="Blizzard frustrates Wizards on road
";
arnews[1] += "Eventually the Washington Wizards will make it home. Tuesday night? No such luck.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:44:03 GMT";
arnews[1] += "
";
arnews[2]="Durant lifts Thunder to sixth straight win
";
arnews[2] += "Oklahoma City is in the midst of its longest winning streak in six seasons. Kevin Durant had 33 points and 11 rebounds to help the Thunder beat the Blazers 89-77 on Tuesday night for a season-high sixth straight win.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:39:15 GMT";
arnews[2] += "
";
arnews[3]="Spurs G George Hill apologizes for nude photos that wound up on Internet site
";
arnews[3] += "San Antonio Spurs guard George Hill is apologizing for nude pictures of himself that were recently posted online.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:06:07 GMT";
arnews[3] += "
";
arnews[4]="Thunder at Blazers: Pregame Primer
";
arnews[4] += "Ok. City Thunder vs. Portland Trail Blazers TV : NBATV ; FS Oklahoma Stream : Click here Radio : WWLS The Sports Animal Time : 9:00 CST Offensive Rating : Thunder a ' 106.2 ,A Blazers a ' 110.7 Defensive Rating : Thunder a ' 103.1 ,A Blazers a ' 108.0 Pace : Thunder a ' 92.4 ,A Blazers a ' 87.4 View from the enemy : Portland Roundball Society Let ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:51:07 GMT";
arnews[4] += "
";
arnews[5]="Hill apologizes for nude photos
";
arnews[5] += "San Antonio Spurs guard George Hill is apologizing for nude pictures of himself that were recently posted online.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:44:09 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("