var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bo Cable: Garnett beats buzzer as Celts stop Knicks in OT: Kevin Garnett's shot beat the buzzer in OT as the Celtics nipped ... http://bit.ly/08SCs19
";
arnews[0] += "Garnett beats buzzer as Celts stop Knicks in OT: Kevin Garnett's shot beat the buzzer in OT as the Celtics nipped ...";
arnews[0] += "
";
arnews[1]="kristaan johnson: Kevin Garnett's game-winner leads the #Celtics over the #Knicks http://is.gd/51S6L
";
arnews[1] += "Kevin Garnett's game-winner leads the";
arnews[1] += "
";
arnews[2]="Bill Blaney: Kevin Garnett's Buzzer Beater Seals Celtics Win (VIDEO)
";
arnews[2] += "Kevin Garnett's Buzzer Beater Seals Celtics Win (VIDEO) -";
arnews[2] += "
";
arnews[3]="battlesport: Kevin Garnett Hits the Game-Winner
";
arnews[3] += "Kevin Garnett Hits the Game-Winner -";
arnews[3] += "
";
arnews[4]="sammy: Watch Family Guy Season 8 Episode 7: Family Guy - Jerome Is the New Black. NBA Champion Kevin Garnett of the Bo.. http://bit.ly/6FthgB
";
arnews[4] += "Watch Family Guy Season 8 Episode 7: Family Guy - Jerome Is the New Black. NBA Champion Kevin Garnett of the Bo..";
arnews[4] += "
";
totcount = 5;
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("