var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cristiano Ronaldo flaunts ripped 6-pack in Armani underwear
";
arnews[0] += "Real Madrid star Cristiano Ronald o shows off his rippling muscles in sexy new ads for Emporio Armani underwear.";
arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Cristiano Ronaldo to haters: Bring it on
";
arnews[1] += "Real Madrid striker Cristiano Ronaldo isn't bothered by haters. Ronaldo, 24, says losing is the only thing he dislikes.";
arnews[1] += "
Publ.Date : Mon, 04 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Spurs second in the league as Peter Crouchs missus Abbey Clancy misses out to queen of the WAGs
";
arnews[2] += "Lionel Messi may be the Ballon d'Or winner, but the Argentina wizard couldn't even dream of winning the Balon Rosa de Oro.";
arnews[2] += "
Publ.Date : Mon, 07 Dec 2009 14:12:09 GMT";
arnews[2] += "
";
arnews[3]="3.Ron's a cry baby...
";
arnews[3] += "CRISTIANO Ronaldo has a 'porn star shave' and a stash of blue movies, according to his ex-girlfriend. And she says he is also a cry baby who sobs if he misses a penalty.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 05:27:46 GMT";
arnews[3] += "
";
arnews[4]="Crist, Ron's ex is hot
";
arnews[4] += "She's the girl who accused you of sleeping with \"eighty thousand\" women after your bitter 2008 break-up. Though on this evidence, NEREIDA GALLARDO must surely have received a similar number of offers from fellas.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 06:54:32 GMT";
arnews[4] += "
";
arnews[5]="'Cursed' Ronaldo feeling fury of a woman scorned?
";
arnews[5] += "FOOTBALLERS are a superstitious lot and, after hearing about Cristiano Ronaldo 's fate this week, we're beginning to see why.";
arnews[5] += "
Publ.Date : Sat, 03 Oct 2009 04:42:51 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("