var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smith's last-second shot gives Hawk.....
";
arnews[0] += "He was on the court, though, for the biggest play of the game. After sitting for all but 44 seconds of the final period because of foul trouble, Smith soared through the lane to drop in a missed shot with 0.7 seconds remaining and the Atlanta Hawks won their seventh in a row, beating the Houston Rockets 105-103 Friday night to maintain the NBA's ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:24:52 GMT";
arnews[0] += "
";
arnews[1]="Rays look to fill catching, pen holes
";
arnews[1] += "With the free agency period starting last Friday, the Rays find themselves in a somewhat similar situation to last winter.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:07:54 GMT";
arnews[1] += "
";
arnews[2]="Teamwork, Josh Smith's Clutch Play Boost Atlanta Hawks to NBA's Best Record
";
arnews[2] += "Make it seven wins in a row for the Atlanta Hawks after Friday nighta TMs squeaker past the Houston Rockets at Philips Arena, pushing them to the NBA's best record at 11-2 overall.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:37:49 GMT";
arnews[2] += "
";
arnews[3]="Streaking Hawks shoot for 8th straight win vs. Hornets
";
arnews[3] += "The red-hot Atlanta Hawks take the NBA's best record into the Big Easy Saturday for a matchup with the New Orleans Hornets.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:56:16 GMT";
arnews[3] += "
";
arnews[4]="The Trade Market Depends on the Mets
";
arnews[4] += "Due to the rather barren nature of this free agent market and the huge drop off of talent between Holliday, Bay, Lackey, and maybe Figgins some of the important moves need to be made through trade.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:41:37 GMT";
arnews[4] += "
";
arnews[5]="The Raysa All-Time Offensive Leaderboard: The Sabremetric Edition
";
arnews[5] += "While writing my piece for last weekend, I spent a lot of time looking at the Fangraph win values of historical players on the Rays .";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:31:48 GMT";
arnews[5] += "
";
totcount = 6;
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("