var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Breaking Down: Hank Blalock
";
arnews[0] += "Blalock responded with 25 homers, his highest homers total since 2005, but he also suffered more bouts of ill health, and in the second half a slump led to the recalling of Davis from the minors, a move that limited Blalock to only 52 at-bats in September.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:52:19 GMT";
arnews[0] += "
";
arnews[1]="Sluggers among those available on market
";
arnews[1] += "The equipment trucks are rolling toward Spring Training sites, and still a large share of free agents are all packed with nowhere to go.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:08:00 GMT";
arnews[1] += "
";
arnews[2]="Column: Fighting the post-Super Bowl blues
";
arnews[2] += "So the Super Bowl is over. No more football for eight months. It's a terrible feeling, as if being in the middle of winter wasn't bad enough already.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:43:54 GMT";
arnews[2] += "
";
arnews[3]="Mysteries of the Spring: How will the Texas Rangers determine playing time for David Murphy?
";
arnews[3] += "For fans and players, spring training may be all about optimism. For those who put together the teams and those who chronicle those efforts, however, it is all about answering questions.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:06:42 GMT";
arnews[3] += "
";
arnews[4]="The Five Best Free Agent Hitters Left on The Market
";
arnews[4] += "Pitchers and catchers report to spring training in less than two weeks. Can you believe it? It seems like yesterday the World Series was being played.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 01:51:09 GMT";
arnews[4] += "
";
arnews[5]="Senad Hadzic, VP of IT and CIO, KaMin Performance Minerals
";
arnews[5] += "Leaders from several local IT solution provider companies recently gathered with leaders of United Way Metro Atlanta to hear a distinguished CIO panel discuss the trials and tribulations of their environments.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Robert "Bob" Keefe, SVP & CIO, Mueller Water Products
";
arnews[6] += "Leaders from several local IT solution provider companies recently gathered with leaders of United Way Metro Atlanta to hear a distinguished CIO panel discuss the trials and tribulations of their environments.";
arnews[6] += "
Publ.Date : Tue, 12 Jan 2010 08:00: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("