var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Orioles keep Hendrickson, bolster pen - Herald-Mail
";
arnews[0] += "BALTIMORE — Left-hander Mark Hendrickson agreed Tuesday to a one-year contract with the Orioles that guarantees him $1.4 million after pitching well out of Baltimore’s bullpen last season. The 35-year-old Hendrickson went 6-5 with a 4.37 ERA in ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:23:00 GMT";
arnews[0] += "
";
arnews[1]="Orioles sign Hendrickson, Ohman - Baltimore Orioles
";
arnews[1] += "BALTIMORE -- The Orioles completed their bullpen makeover on Tuesday, when they announced that they had signed southpaws Mark Hendrickson and Will Ohman. Hendrickson signed a one-year deal with a club option for 2011, while Ohman signed a Minor ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:42:00 GMT";
arnews[1] += "
";
arnews[2]="More team news - NBC Sports
";
arnews[2] += "... while Tillman, Jason Berken, David Hernandez, Troy Patton ... 105.7 The Fan, team president Andy MacPhail said it's unlikely the Orioles will make a major move this weekend. Some have speculated that the Orioles were preparing a big splash for ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 03:19:00 GMT";
arnews[2] += "
";
arnews[3]="Catching up with Season 8's Alexis Grace - Los Angeles Times Blogs
";
arnews[3] += "One of the funniest moments on the Grammy Awards red carpet was when a feisty Alexis Grace walked up to the TV Guide Network cameras and essentially insisted they interview her! Pretty presumptuous for someone who didn't make the Top 10 last season ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 03:00:00 GMT";
arnews[3] += "
";
arnews[4]="Missing after fete - Trinidad Express
";
arnews[4] += "DAVID Hernandez went to the popular Licensing Fete last Saturday but has not been seen by his family since. Relatives are now asking the public to assist them in locating him. Hernandez, 34, a popular motorcycle mechanic from Besson Street, Port of ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 04:32:00 GMT";
arnews[4] += "
";
arnews[5]="Sarfate clears waivers, sent to Norfolk - Baltimore Orioles
";
arnews[5] += "BALTIMORE -- Make room for an extra arm. The Orioles announced Wednesday that Dennis Sarfate has cleared waivers and been outrighted to Triple-A Norfolk, a move that comes on the heels of the Miguel Tejada signing. Sarfate was moved off the 40-man ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 23:02: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("