var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Albert Pujols opens new adult Down syndrome center at St. Luke's ... - KSDK
";
arnews[0] += "KSDK -- It's a medical center unlike any other in Missouri and bears the name of one of baseball's greatest players. The Albert Pujols Wellness Center for Adults with Down Syndrome opened at St. Luke's Hospital's Desloge Outpatient Center ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[0] += "
";
arnews[1]="Royals select Billy Butler as player of the year - Kansas City Star
";
arnews[1] += "Butler, at 23 years old, becomes the youngest winner since George Brett in 1976. Butler hit ... The others are Hank Greenberg, Alex Rodriguez, Albert Pujols and Miguel Cabrera.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 18:24:00 GMT";
arnews[1] += "
";
arnews[2]="Want Albert Pujols' autograph? Read this - News-Democrat
";
arnews[2] += "ST. LOUIS -- Cardinals Care, the charitable foundation of the St. Louis Cardinals, on Wednesday announced the online process for fans to register for a chance to purchase autograph tickets for Albert Pujols at the Winter Warm-Up. Starting at 9 a.m ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:12:00 GMT";
arnews[2] += "
";
arnews[3]="Albert Pujols Wins NL Cy Young Award (Satire) - Bleacherreport.com
";
arnews[3] += "The Baseball Writers Association of America has selected St. Louis Cardinals’ first baseman Albert Pujols as the 2009 National League Cy Young Award winner, according to a press release from Major League Baseball. “This is an incredible honor ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:28:00 GMT";
arnews[3] += "
";
arnews[4]="Albert Pujols opens new adult Down syndrome center at St. Luke's ... - KSDK
";
arnews[4] += "KSDK -- It's a medical center unlike any other in Missouri and bears the name of one of baseball's greatest players. The Albert Pujols Wellness Center for Adults with Down Syndrome opened at St. Luke's Hospital's Desloge Outpatient Center ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:54:00 GMT";
arnews[4] += "
";
arnews[5]="Center for adults with Down Syndrome named for Cardinals star Albert ... - FOX2now.com
";
arnews[5] += "CHESTERFIELD, Mo. (AP) — A new center for adults with Down syndrome in suburban St. Louis has been named for Cardinals star Albert Pujols. The Albert Pujols Wellness Center for Adults with Down Syndrome opened Wednesday at St. Luke's Hospital in ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:59: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("