var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Noticias de Portugal: Celtics vencem em Nova Iorque com cesto tardio de Garnett
";
arnews[0] += "Celtics vencem em Nova Iorque com cesto tardio de Garnett -";
arnews[0] += "
";
arnews[1]="Latest Breaking News: Pivot Points: L.A. Lakers Defense Wins, While Boston Celtics Win Without
";
arnews[1] += "Pivot Points: L.A. Lakers Defense Wins, While Boston Celtics Win Without -";
arnews[1] += "
";
arnews[2]="An Underrated Thing About Doc » Boston Celtics Basketball ... http://bit.ly/7TPu6d
";
arnews[2] += "An Underrated Thing About Doc » Boston Celtics Basketball ...";
arnews[2] += "
";
arnews[3]="Jerry Buss made it clear he wants more championships than the Lakers rival franchise the Boston Celtics
";
arnews[3] += "Jerry Buss made it clear he wants more championships than the Lakers rival franchise the Boston Celtics -";
arnews[3] += "
";
arnews[4]="Fan Gear Deals: SAVE $5.25 - Boston Celtics NBA Basketball Team Knit Scarf $12.24 http://dealnay.com/167194 #onsale
";
arnews[4] += "SAVE $5.25 - Boston Celtics NBA Basketball Team Knit Scarf $12.24";
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("