var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="February 9, 2010: Single digit days remain until Baseball
";
arnews[0] += "Posted by Christine E. at 6:34 pm in Baseball , Random Thoughts , Red Sox Congrats to the Saints, BTW-not that it mattered to me one way or the other But I did find out that their head coach was born and raised in the same town I was-which is pretty cool.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:54:12 GMT";
arnews[0] += "
";
arnews[1]="Inbox: Odds improving on Damon?
";
arnews[1] += "What are the odds that the Tigers land Johnny Damon? He seems like he would fit well here.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:36:00 GMT";
arnews[1] += "
";
arnews[2]="Audrina Brings Ryan and Her Hills Girls Back to LA
";
arnews[2] += "The ladies from The Hills a 'A plus Ryan Cabrera! a 'A arrived back at LAX last night after spending the weekend in Miami, where they joined other famous faces for the Super Bowl and some clubbing at LIV .";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:00:00 GMT";
arnews[2] += "
";
arnews[3]="Ask Amalie Red Sox mailbag
";
arnews[3] += "The spring training non-roster invites are out, Truck Day is on Friday, and those who live in Fort Myers, Fla.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:39:18 GMT";
arnews[3] += "
";
arnews[4]="Tigers view Guillen as key piece
";
arnews[4] += "Carlos Guillen of the Detroit Tigers congratulates teammate Miguel Cabrera after scoring a run in the second inning off a Ramon Santiago single against the Minnesota Twins during the game on September 30, 2009 at Comerica Park in Detroit, Michigan.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:11:44 GMT";
arnews[4] += "
";
arnews[5]="MLB Fantasy Baseball Rankings: 2010's Top 20 First Basemen
";
arnews[5] += "Herea s my second look at the fantasy first basemen rankings. A 1. Albert Pujols My thoughts havena t wavered on Pujols as the No.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:12: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("