var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tribute | Rose Maier Ruf was creative and caring
";
arnews[0] += "Who: Rose Maier Ruf, 92, of Kansas City.When and how she died: Oct. 15, of natural causes.A humble start: Rose was a first-generation American whose parents moved to Kansas City from a German colony in Russia.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:42:40 GMT";
arnews[0] += "
";
arnews[1]="Giants' Lincecum wins second consecutive Cy Young
";
arnews[1] += "San Francisco Giants pitcher Tim Lincecum gestures while talking with reporters on a conference call after winning the National League Cy Young Award at AT&T Park in San Francisco, Thursday, Nov.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:55:26 GMT";
arnews[1] += "
";
arnews[2]="Florida Marlins, Josh Johnson on Different Pages
";
arnews[2] += "It's really hard to argue with the way the Florida Marlins do business. Despite having a payroll consistently at the bottom of baseball, the Marlins in the last seven seasons have won a World Series and have had five winning seasons out of those seven.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:40:53 GMT";
arnews[2] += "
";
arnews[3]="Not Your Grandfather's Stats: Baseball Redefined
";
arnews[3] += "As Zack Greinke's magical season rolled along, another Kansas City Royals pitcher, Brian Bannister, excitedly tracked his teammate's progress.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:08:24 GMT";
arnews[3] += "
";
arnews[4]="Marlins' Johnson facing one-year deal
";
arnews[4] += "A couple of conversations that lasted roughly a half-hour appear to have changed Josh Johnson's long-term future with the Marlins.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:58:39 GMT";
arnews[4] += "
";
arnews[5]="MLB 9s: Kansas City Royals - George Brett, Carlos Beltran Top Voting
";
arnews[5] += "One question, hundreds of answers: Which Royal had the greatest offensive season at his position? Major League baseball has been asking fans this same question in an effort to choose each team's best-ever collection of stars.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:08:11 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("