var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Orlando too deep for Raptors - Globe and Mail
";
arnews[0] += "Orlando too deep for Raptors - Globe and Mail -";
arnews[0] += "
";
arnews[1]="Magic’s Carter Finds His Footing at Halftime
";
arnews[1] += "Magic’s Carter Finds His Footing at Halftime -";
arnews[1] += "
";
arnews[2]="卡特:这都过去多少年你们还嘘我: 今天是卡特(Vince Carter)被交易至魔术之后第一次重返故地多伦多,他在下半场拿到18分帮助球队104比96战胜了猛龙。一如之前,卡特在比赛中被猛龙主场球迷一片嘘声伺候,对此卡特表.. http://tinyurl.com/yzccjzs
";
arnews[2] += "卡特:这都过去多少年你们还嘘我: 今天是卡特(Vince Carter)被交易至魔术之后第一次重返故地多伦多,他在下半场拿到18分帮助球队104比96战胜了猛龙。一如之前,卡特在比赛中被猛龙主场球迷一片嘘声伺候,对此卡特表..";
arnews[2] += "
";
arnews[3]="wopular: N.B.A. Roundup: Magic’s Carter Finds His Footing at Halftime
";
arnews[3] += "N.B.A. Roundup: Magic’s Carter Finds His Footing at Halftime -";
arnews[3] += "
";
arnews[4]="Scott Finkel: Vince Carter used to be "1/2 man 1/2 amazing" #Kobe, on the other hand, is still 100% amazing.
";
arnews[4] += "Vince Carter used to be \"1/2 man 1/2 amazing\"";
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("