var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="3.Ron's a cry baby...
";
arnews[0] += "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[0] += "
Publ.Date : Mon, 09 Nov 2009 05:27:46 GMT";
arnews[0] += "
";
arnews[1]="Crist, Ron's ex is hot
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 22 Oct 2009 06:54:32 GMT";
arnews[1] += "
";
arnews[2]="'Cursed' Ronaldo feeling fury of a woman scorned?
";
arnews[2] += "FOOTBALLERS are a superstitious lot and, after hearing about Cristiano Ronaldo 's fate this week, we're beginning to see why.";
arnews[2] += "
Publ.Date : Sat, 03 Oct 2009 04:42:51 GMT";
arnews[2] += "
";
arnews[3]="Cristiano Ronaldo can't fill his elephant thong, says ex-WAG Nereida Gallardo
";
arnews[3] += "But he doesn't fill its trunk. During our time together he got turned on more by looking at himself in the mirror than at me.\" I just did some sick in my mouth.";
arnews[3] += "
Publ.Date : Mon, 10 Aug 2009 18:25:00 GMT";
arnews[3] += "
";
arnews[4]="'Ron's a sex flop'
";
arnews[4] += "HUNDREDS of illegal websites selling fake Premier League tickets have been shut down by police.";
arnews[4] += "
Publ.Date : Sun, 09 Aug 2009 14:25:19 GMT";
arnews[4] += "
";
arnews[5]="Nereida Gallardo brands ex Cristiano Ronaldo a flop in bed
";
arnews[5] += "She says they are a pair of tight red pants with an elephant's trunk on the front... but that they don't quite fit him.";
arnews[5] += "
Publ.Date : Sat, 08 Aug 2009 22:00: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("