var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Royals Starting Pitcher Zack Greinke Wins AL Cy Young Award - The Celebrity Cafe.com
";
arnews[0] += "... race between Zack Greinke of the Kansas City Royals and Felix Hernandez of the Seattle Mariners. Greinke received 25 of the 28 first place votes and totaled 134 points in comparison Hernandez’s 80 points to win the 2009 AL Cy Young Award ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[0] += "
";
arnews[1]="Greinke Wins American League Cy Young Award - KMBC.com
";
arnews[1] += "... Baseball Writers' Association of America announced on Tuesday that Kansas City Royals' Zack Greinke is the 2009 American League Cy Young winner. Zack Greinke The 26-year-old beat out Felix Hernandez, CC Sabathia, Justin Verlander and Roy ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:58:00 GMT";
arnews[1] += "
";
arnews[2]="Royals' Zack Greinke Wins American League Cy Young - Bleacherreport.com
";
arnews[2] += "I would like to personally thank the Baseball Writers’ Association of America and more importantly, Zack Greinke for making me look like a genius. Today, Greinke won the American League Cy Young award in a landslide. Greinke received 25 out of 28 ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 09:24:00 GMT";
arnews[2] += "
";
arnews[3]="Zack Greinke favored to edge Felix Hernandez for AL Cy Young - Boston Herald
";
arnews[3] += "S EATTLE — Felix Hernandez was the epitome of a Cy Young-caliber pitcher in 2009, and it was a beautiful thing to watch. He was dominant. He was clutch. He was consistent. He was a horse, in the best sense of the word. What King Felix wasn’t was ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 10:37:00 GMT";
arnews[3] += "
";
arnews[4]="Player: Félix Hernández - YAHOO!
";
arnews[4] += "Worry no longer , Kansas City. After a few months of local fretting that Cy Young voters wouldn't be able to see past a relatively low victory total or would simply be blinded by the glare from a bigger market ace, the brilliance of Zack Greinke's ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:27:00 GMT";
arnews[4] += "
";
arnews[5]="Felix Hernandez finally gets some hardware to take home - Seattle Times
";
arnews[5] += "One day after finishing second in the Cy Young Award race, Felix Hernandez has something more to add to his trophy shelf. I've seen it and it's pretty cluttered already, but this is something he'll hold close to his heart. Considering all of the ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:08: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("