var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How The A Supporter Views The Orioles
";
arnews[0] += "In the final part of the series where different teams' bloggers answer a few questions about the Orioles for me, I thought I'd bring in a fellow Oriole fan - my friend Matt Kremintzer, from Krem's Sports Blog - to give his perspective.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:11:01 GMT";
arnews[0] += "
";
arnews[1]="Orioles re-sign lefty Hendrickson
";
arnews[1] += "The Baltimore Orioles made it official on Tuesday by re-signing veteran left-hander Mark Hendrickson to a one-year deal with a team option for the 2011 campaign.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:46:34 GMT";
arnews[1] += "
";
arnews[2]="Tejada reintroduced to Baltimore
";
arnews[2] += "Call it a reunion, a second marriage between an infielder and his former team. Miguel Tejada officially rejoined the Orioles at a news conference Tuesday afternoon and said that Baltimore was never far from his mind during his two-year sojourn in Houston.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="X Marks the Spot: Fantasy Owners Shouldn't Overlook Nick Markakis
";
arnews[3] += "I have to ask, why do fantasy owners downgrade Nick Markakis on their draft boards?A Is it because that he hasna t fully realized the potential that everyone thought he would?A Is it because hea s a steady option that you know what you are going to get? Leta s just look at his 2009 statistics: 642 At-Bats .293 Batting Average 18 Home Runs 101 RBI ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:34:36 GMT";
arnews[3] += "
";
arnews[4]="How The A Supporter Views The Orioles
";
arnews[4] += "In the final part of the series where different teams' bloggers answer a few questions about the Orioles for me, I thought I'd bring in a fellow Oriole fan - my friend Matt Kremintzer, from Krem's Sports Blog - to give his perspective.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 03:11:01 GMT";
arnews[4] += "
";
arnews[5]="2010 Upper Deck Baseball Released
";
arnews[5] += "It's full speed ahead at Upper Deck, which continues its 21 year run with a 600-card base set now on the market.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 06:41:19 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("