var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gregg Birkner: Mc7321U , Albert Pujols T-Shirt Youth , 5 Gallon Plastic Water Can ... http://bit.ly/6uMlj1
";
arnews[0] += "Mc7321U , Albert Pujols T-Shirt Youth , 5 Gallon Plastic Water Can ...";
arnews[0] += "
";
arnews[1]="Gregg Birkner: Orthodontics by Dr. Tom Blase: Albert Pujols portrait http://bit.ly/53PMen
";
arnews[1] += "Orthodontics by Dr. Tom Blase: Albert Pujols portrait";
arnews[1] += "
";
arnews[2]="Kyle Hale: USA Today: White: Sabermetrics system: stats redefine award winners
";
arnews[2] += "USA Today: White: Sabermetrics system: stats redefine award winners -";
arnews[2] += "
";
arnews[3]="Gregg Birkner: Cardinals Best News Links: Fielder A Prince In King Albert Pujols ... http://bit.ly/6vY0l4
";
arnews[3] += "Cardinals Best News Links: Fielder A Prince In King Albert Pujols ...";
arnews[3] += "
";
arnews[4]="ToastedRav.com: 101ESPN_Staff posted the article ALBERT PUJOLS stops by Rams Pre-Game Show
";
arnews[4] += "101ESPN_Staff posted the article ALBERT PUJOLS stops by Rams Pre-Game Show -";
arnews[4] += "
";
totcount = 5;
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("