var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Uncle Receives Kidney From Fallen Boxer - Chicagoist
";
arnews[0] += "... said Alex Rodriguez, Paco’s brother. “Our uncle has been on the waiting list for a kidney transplant for a long, long time,” Alex continued. “So although we’ve tragically lost Paco, we’re able to give this incredible gift of life to ...";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:43:00 GMT";
arnews[0] += "
";
arnews[1]="A-Rod Gave Kate Hudson a Ring - Cleveland Leader
";
arnews[1] += "Yankees slugger Alex Rodriguez gave his girlfriend Kate Hudson a ring, but it's not that kind of ring. Days after he and his teammates became World Series champions, A-Rod thanked Kate for supporting him in the stands this year with a gorgeous $39 ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 13:57:00 GMT";
arnews[1] += "
";
arnews[2]="Celebrity News from GossipCenter.com - heartland connection.com
";
arnews[2] += "They're always up for a good time, and Kate Hudson and Alex Rodriguez were spotted living it up at the 2009 American Music Awards last night (November 22). The \"How to Lose a Guy in 10 Days\" actress and her Yankees stud chilled out backstage at the ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 03:12:00 GMT";
arnews[2] += "
";
arnews[3]="Alex Rodriguez Thrills Hudson With Thankyou Ring - New Kerala
";
arnews[3] += "Baseball star ALEX RODRIGUEZ has reportedly splashed out on a USD 40,000 (GBP25,000) ring for girlfriend KATE HUDSON to thank her for cheering him on through the World Series. Rodriguez's New York Yankees triumphed in the series against the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:20:00 GMT";
arnews[3] += "
";
arnews[4]="Kate Hudson Blasts Media Over A-Rod Rumors - NBC Los Angeles
";
arnews[4] += "Kate Hudson might be overjoyed about her blossoming relationship with New York Yankees third baseman Alex Rodriguez – but she's not happy about how their romance plays out in the headlines of tabloids and gossip magazines. \"If I were to sit with ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 01:09:00 GMT";
arnews[4] += "
";
arnews[5]="Fallen Boxer's Kidney Saves Uncle, Seven Others - MSNBC
";
arnews[5] += "In an uplifting end to an otherwise tragic turn of events, the family of fallen Chicago boxer Francisco \"Paco\" Rodriquez, who died after his bout Sunday, will save a family member's life by donating Rodriquez's kidney to his uncle. “We just learned ...";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 19:54: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("