var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria Beckham comforts wife of cheating soccer player - New York Post
";
arnews[0] += "Soccer cheat John Terry's devastated wife Toni had a heart-to-heart phone chat with Victoria Beckham as she agonized over her husband's affair, The Sun revealed Tuesday. Toni, 28, asked David Beckham's missus for advice after sacked England captain ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[0] += "
";
arnews[1]="Opinion: Diane Cooke - Manchester Evening News
";
arnews[1] += "It’s part of our genetic make-up, women simply can’t resist a man who cries. My daughter can weep buckets over a tragedy and, of course, she gets sympathy. But my son, whatever misdemeanour he’s committed, if he apologises with the merest hint ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[1] += "
";
arnews[2]="John Terry's wife calls up Victoria Beckham for advice - Meri News
";
arnews[2] += "And it looks like Toni has actually consulted the right person, since Victoria Beckham has herself battled her husband’s affair with lingerie model Rebecca Loos. Reportedly, Victoria has asked Toni to speak to her husband about the issue and then ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT";
arnews[2] += "
";
arnews[3]="Hit & Run: Roses are red, texts are blue - The Independent
";
arnews[3] += "According to a survey conducted by the Ministry of Not Terribly Surprising Information, 78 per cent of women would love to receive a love letter, but only 50 per cent of men have ever sent one. The survey doesn't record how many men would love to ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:07:00 GMT";
arnews[3] += "
";
arnews[4]="Victoria Beckham comforts John Terry's wife - News.com.au
";
arnews[4] += "Toni, 28, asked David Beckham's wife for advice after sacked England captain Terry, 29, pleaded for talks. She begged Victoria: \"What the hell do I do?\" as she debated whether to forgive her soccer star hubby or boot him out, The Sun reported. Mum-of ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:37:00 GMT";
arnews[4] += "
";
arnews[5]="Biggest football sex scandals - MSN Singapore
";
arnews[5] += "In April 2004, Rebecca Loos went public with her claim that she had a four-month affair with boss David Beckham. The former personal assistant to the then-England skipper gleefully provided the media with lurid details of their 'breathless' sexual ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 06:28: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("