var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bosh, Raptors use torrid first half to down Heat - WPTV
";
arnews[0] += "Chris Bosh scored a team-high 29 points and grabbed 12 rebounds, as the Toronto Raptors held on for a 120-113 win over the Miami Heat at Air Canada Centre. Andrea Bargnani donated 24 points and 10 boards, while Hedo Turkoglu went for 19 points and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:23:00 GMT";
arnews[0] += "
";
arnews[1]="Miami Heat (7-4) at Toronto Raptors (5-7), 7 p.m. - Bellingham Herald
";
arnews[1] += "The Toronto Raptors are caught in a funk, having lost three straight and five of seven games, and will kick off a three-game homestand tonight versus the Miami Heat at Air Canada Centre. The Raptors went 1-3 on a four-game road trip and are coming ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 15:56:00 GMT";
arnews[1] += "
";
arnews[2]="Carlos Boozer scores 24 points and Jazz handle 76ers 112-90 - Chicago Tribune
";
arnews[2] += "Paul Millsap and Mehmet Okur scored 15 points each, Ronnie Brewer contributed 14 and Eric Maynor had 13 points and 11 assists for the Jazz, who played without point guard Deron ... guards Ronnie Price (sprained left big toe) and Kyle Korver (left ...";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 02:34:00 GMT";
arnews[2] += "
";
arnews[3]="Jazz pull away from Raptors, 104-91 - ABC 4
";
arnews[3] += "SALT LAKE CITY (ABC-4 Sports) - Rookie Eric Maynor scored 11 of his 15 points in the fourth quarter and helped the Utah Jazz hang on for a 104-91 victory over the Toronto Raptors on Wednesday night. The Jazz let an 18-point lead slip to one early in ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:08:00 GMT";
arnews[3] += "
";
arnews[4]="Jazz Down Raptors For Ninth Consecutive Time - ClickOnDetroit.com
";
arnews[4] += "When he comes in the game he knows what he's supposed to do out there and does a great job of doing it ... Toronto went 1-3 on a four-game road trip and will return to Air Canada Centre for a three-game homestand against Miami, Orlando and Indiana.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:29:00 GMT";
arnews[4] += "
";
arnews[5]="Carmelo Anthony scored 32 in Nuggets' 130-112 win over short-handed ... - New York's PIX11 / WPIX-TV
";
arnews[5] += "DENVER (AP) — Carmelo Anthony scored 32 points and reserve J.R. Smith had 29, leading the Denver Nuggets past the Toronto Raptors 130-112 on Tuesday night. Anthony is the only player in the NBA to score at least 20 points in all of his team's games ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 04:38:00 GMT";
arnews[5] += "
";
arnews[6]="Miami-Toronto: Raptors Just the Tonic for What Ails Dwyane Wade and ... - Bleacherreport.com
";
arnews[6] += "I sometimes wonder if the South Florida Sun-Sentinel’s Ira Winderman even likes the Miami Heat. He’s one of that paper’s beat writers for the team, but the vast majority of the articles he writes about the boys from South Beach seem negative ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[6] += "
";
totcount = 7;
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("