var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blue Jays tweak ticket prices - CBC News
";
arnews[0] += "The Toronto Blue Jays will charge more for the cheapest seats in the house while holding the line on most of their other tickets under a simplified pricing structure for the 2010 season. The new pricing scheme was outlined Monday by Jason Diplock ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 07:03:00 GMT";
arnews[0] += "
";
arnews[1]="Blue Jays acquire lefty Dana Eveland from Athletics - Toronto Star
";
arnews[1] += "The Toronto Blue Jays acquired left-handed pitcher Dana Eveland from the Oakland Athletics ... Eveland appeared in 13 games last season for Oakland, making nine starts and posted a 2-4 record with a 7.16 earned-run average. He was originally drafted ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 15:55:00 GMT";
arnews[1] += "
";
arnews[2]="Toronto Blue Jays Sign Kevin Gregg - Bleacherreport.com
";
arnews[2] += "I love when teams make pointless signings. When I say pointless, I mean a signing that really doesn’t fill a need for the short or long-term. For instance, the Washington Nationals signing Adam Kennedy in my opinion was pointless. Another pointless ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 19:53:00 GMT";
arnews[2] += "
";
arnews[3]="Toronto Blue Jays news and notes - Examiner
";
arnews[3] += "The Toronto Blue Jays are tough to figure out, sometimes the look like a team on paper that should be far better than they are, and then sometimes they look like a team that is far behind their division mates like the New York Yankees, Boston Red Sox ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:35:00 GMT";
arnews[3] += "
";
arnews[4]="Toronto Blue Jays settle with all 5 players in arbitration - The Gaea Times
";
arnews[4] += "TORONTO — The Blue Jays have avoided salary arbitration with all five of their eligible players and have added a pair of free agents to their spring training roster. The Blue Jays settled Tuesday with five pitchers by agreeing to one-year deals ...";
arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 09:51:00 GMT";
arnews[4] += "
";
arnews[5]="Five Reasons for the Toronto Blue Jays to Contend for World Series in ... - Bleacherreport.com
";
arnews[5] += "The Toronto Blue Jays have been for the most part dormant since their glory days in the 80s and early 90s. Since they won the World Series in 1993, the Jays have not made the playoffs. This is partly due to the fact they play in the toughest division ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:41: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("