var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cameron Diaz linked to Kate Hudson's ex Alex Rodriguez - Seattle Post Intelligencer
";
arnews[0] += "Kate Hudson's ex-boyfriend Alex Rodriguez has reportedly found himself a new leading lady - the baseball star has been linked to Cameron Diaz. The sportsman is said to have split from Hudson in December after a whirlwind romance. But the New York ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[0] += "
";
arnews[1]="Cameron Diaz, A-Rod get 'fun and flirty' at Miami bash - New Kerala
";
arnews[1] += "The ace baseball player, who split from actress Kate Hudson, was now reportedly hooking up with the actress and the pair was seen having “a great time.” \"A-Rod and Cameron have been totally hooking up,\" the New York Daily News quoted a source as ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT";
arnews[1] += "
";
arnews[2]="Bates, Goldberg join Kate Hudson drama - Digital Spy
";
arnews[2] += "Oscar winners Kathy Bates and Whoopi Goldberg have signed to co-star in romantic drama Earthbound . The film stars Kate Hudson and Gael Garcia Bernal in the story of a woman who meets her true love after she is diagnosed with cancer, says The ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="Kate Hudson Eyes West End Role - New Kerala
";
arnews[3] += "The Almost Famous actress is currently starring in the singing and dancing film alongside Nicole Kidman and Penelope Cruz. She would love to appear onstage in London, but insists she would only consider a theatre role if her five year old son Ryder ...";
arnews[3] += "
Publ.Date : Sat, 05 Dec 2009 19:34:00 GMT";
arnews[3] += "
";
arnews[4]="Cameron Diaz linked to Kate Hudson's ex Alex Rodriguez - Seattle Post Intelligencer
";
arnews[4] += "Kate Hudson's ex-boyfriend Alex Rodriguez has reportedly found himself a new leading lady - the baseball star has been linked to Cameron Diaz. The sportsman is said to have split from Hudson in December after a whirlwind romance. But the New York ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT";
arnews[4] += "
";
arnews[5]="Day 1: Kate Hudson vs. Goldie Hawn - PETA
";
arnews[5] += "Kate, there's no easier way to lose a guy in 10 days than by wearing a hairball. Maybe your furs are why A-Rod ran for home. Goldie Hawn Goldie's old-fashioned fur collection shows that she doesn't just play dumb, she is dumb. Could her heart, like ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:49: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("