var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Albert Pujols talks to NewsChannel 5 about contract talk - KSDK
";
arnews[0] += "KSDK -- Since last season, there's been so much focus on Pujols remaining a Cardinal for the rest of his career, Pujols says he's happy in St. Louis and wishes the focus was less on the contract and more on the team. Pujols sits down to discuss his ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 01:48:00 GMT";
arnews[0] += "
";
arnews[1]="Fantasy Baseball First Basemen: Albert Pujols in a League of His Own - The Faster Times
";
arnews[1] += "Seven of the top eight home run hitters in 2009 were first basemen, and the eighth, Mark Reynolds, has first-base eligibility. But if you want a first baseman with both power and a good batting average, you need someone from the top tiers. All four ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 03:00:00 GMT";
arnews[1] += "
";
arnews[2]="Buster Olney is an Idiot - Talking Chop
";
arnews[2] += "My team of nine guys who hit like Albert Pujols and never ever bunt just beat your team with one Shane Victorino 472 to 3.\" I mean, I guess I can’t definitively say that. I do know Carpenter had bone spurs in his elbow that he had problems with ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:15:00 GMT";
arnews[2] += "
";
arnews[3]="Dave Hampton - Bleacherreport.com
";
arnews[3] += "I'm a soon to be 24 year old who didn't get into sports until I was about 17, but I have more than made up for it since then. I used to attend Central Michigan University, but have returned home to orchestrate a career change. I spent 4 years ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:36:00 GMT";
arnews[3] += "
";
arnews[4]="Mozeliak confident Cardinals have the players to win - KSDK
";
arnews[4] += "KSDK -- From the new faces to the team's new hitting coach, there's a lot of buzz surrounding the Cardinals as they begin Spring Training in Jupiter, Florida. Cardinals General Manager John Mozeliak talked with NewsChannel 5 Sports Director Rene ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:06:00 GMT";
arnews[4] += "
";
arnews[5]="Study linking soda and cancer misleads - Badger Herald
";
arnews[5] += "Most people can handle the notion that smoking cigarettes is like egging on cancer. Every time you buy a pack of Parliaments, you’re essentially calling cancer’s mom fat, which isn’t very nice, because as studies have shown, obesity often leads ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:32: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("