var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tampa Bay Rays say new closer Rafael Soriano can be a benefit to ... - St. Petersburg Times
";
arnews[0] += "Rafael Soriano, who is under contract only for this season, surprisingly became available from the Braves and cost the Rays only a prospect in their biggest offseason move. ST. PETERSBURG — Rafael Soriano isn't likely to make much of a grand ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[0] += "
";
arnews[1]="Tampa Bay Rays pull Charlotte naming rights off meeting agenda after ... - St. Petersburg Times
";
arnews[1] += "Charlotte County spent a decade and $12 million battling Mosaic, the world's largest phosphate company, over its plans to open new mines along the river that flows into Charlotte Harbor. On Tuesday morning, the county was supposed to decide whether ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:46:00 GMT";
arnews[1] += "
";
arnews[2]="Tampa Bay Rays news and notes - Examiner
";
arnews[2] += "Tampa Bay Rays President has been spending a little more freely in this off season, and he has told anyone who will listen that the 2010 payroll of the Rays may be in excess of 70 million dollars. Now the Rays are what most baseball fans call a small ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:35:00 GMT";
arnews[2] += "
";
arnews[3]="Pinellas envisions mega-shopping complex, possible stadium for Rays - 10Connects.com
";
arnews[3] += "ST. PETERSBURG, Florida - The vision is grand for the once dumped-upon land. The St. Petersburg Planning and Visioning Commission voted unanimously on Tuesday to get behind a developer's plan that would build a community on the 247-acre Toytown ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:03:00 GMT";
arnews[3] += "
";
arnews[4]="Orioles Re-Sign LHP Mark Hendrickson - WBOC
";
arnews[4] += "... major league debut with Toronto in 2002, and in addition to his time with the Marlins and Blue Jays, has seen major league action with the Tampa Bay Rays and the Los Angeles Dodgers. Hendrickson was a second round draft pick by the National ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 02:37:00 GMT";
arnews[4] += "
";
arnews[5]="3PR, Sierra Club (Charlotte) and County Commissioner Object to Tampa ... - Forbes
";
arnews[5] += "BusinessWire - \"It's an outrageous slap in the face,\" says longtime Charlotte County Commissioner Adam Cummings. \"For years we fought Mosaic's efforts to expand strip mining in the Peace River Basin. We spent $12 million doing it. Now the Tampa Bay ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 20:15:00 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("