var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lincecum nabs second straight NL Cy Young
";
arnews[0] += "For the second straight year, San Francisco Giants right-hander Tim Lincecum has been named National League's Cy Young Award winner by members of the Baseball Writers' Association of America.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:58:05 GMT";
arnews[0] += "
";
arnews[1]="More than just jobs at stake, Mr. Koch
";
arnews[1] += "Thursday, New Era Cap Co. announced their intent to consolidate their three U.S. operations into one.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:50:10 GMT";
arnews[1] += "
";
arnews[2]="Albany keeps Alcorn winless 71-55
";
arnews[2] += "Will Harris scored 15 points and Derrek Tartt added 13, leading Albany to a 71-55 victory over Alcorn State on Friday night in the 2K Sports Classic.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Blake Shelton Benefit Concert
";
arnews[3] += "Join Atlanta Braves Pitcher Tim Hudson and his wife Kim at the 1st ANNUAL HONKY TONK BENEFIT WEEKEND featuring country music superstar Blake Shelton and American Idol finalist Josh Gracin on November 20-21, 2009 at \"The Fred\" Amphitheater in Peachtree City.";
arnews[3] += "
Publ.Date : Wed, 28 Oct 2009 22:42:00 GMT";
arnews[3] += "
";
arnews[4]="Market for Holliday diminishes somewhat
";
arnews[4] += "The Cardinals' prime free-agent target this winter, outfielder Matt Holliday, was able to begin talking contract with all 30 clubs late Thursday night, and yet two of the teams expected to court Holliday talked only about how they wouldn't. The gates of baseball's free agency sprung at 11 p.m. Thursday, and open bidding could start on more than 170 ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:27:00 GMT";
arnews[4] += "
";
arnews[5]="Baseball transactions
";
arnews[5] += "Movements in the world of baseball Friday: American League BALTIMORE ORIOLES-Claimed C Craig Tatum off waivers from Cincinnati .";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:08:21 GMT";
arnews[5] += "
";
arnews[6]="As free agency begins, Nick Green doesn't expect to be back with Red Sox
";
arnews[6] += "Nick Green is used to this feeling. It happens most every offseason. The restless feeling of not having a job for next year, and not knowing where he'll end up.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 04:20:03 GMT";
arnews[6] += "
";
arnews[7]="Bay rejects offer from Red Sox: report
";
arnews[7] += "Boston Red Sox batter Jason Bay flies out against the Toronto Blue Jays during the first inning of their MLB American League baseball game in Toronto, August 22, 2008.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:19:59 GMT";
arnews[7] += "
";
totcount = 8;
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("