var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rockets-Heat Preview - Sporting News
";
arnews[0] += "Dwyane Wade is struggling with his shooting touch and the losses are mounting for the Miami Heat. The superstar guard had no such trouble with his shot in Houston just over three weeks ago. Wade hopes to bounce back from another disappointing ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:53:00 GMT";
arnews[0] += "
";
arnews[1]="Houston Rockets (27-23) at Miami Heat (24-27), 7:30 p.m. - Tri-City Herald
";
arnews[1] += "Dwyane Wade and the Miami Heat hope a return to south Florida will cure their recent woes, as they try to halt a five-game losing streak Tuesday versus the Houston Rockets at AmericanAirlines Arena. Miami has fallen into a virtual tie with Milwaukee ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:46:00 GMT";
arnews[1] += "
";
arnews[2]="Blake Lively soaks up the Miami heat on a getaway with Gossip Girl co ... - Daily Mail
";
arnews[2] += "They are one of the most famous tween couples on the planet. But despite spending the majority of their time together on the set of hit US TV show Gossip Girl, Blake Lively and Penn Badgley just can't get enough of each other. Blake, 22, couldn't ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:52:00 GMT";
arnews[2] += "
";
arnews[3]="Heat-Bulls Preview - NBA
";
arnews[3] += "Dwyane Wade admitted following the Miami Heat's last game that they just aren't at the same level as some of the NBA's elite. However, Wade has made sure they've matched up pretty well against the Chicago Bulls over the last two seasons. The Heat ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 04:14:00 GMT";
arnews[3] += "
";
arnews[4]="Deng, Rose lead Bulls over Heat - Seattle Post Intelligencer
";
arnews[4] += "Chicago, IL (Sports Network) - Luol Deng had 25 points and Derrick Rose scored 24, as the Chicago Bulls got by the Miami Heat, 95-91, at the United ... Jermaine O'Neal paced Miami with 24 points, a game-high 16 rebounds and five assists.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 04:42:00 GMT";
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("