var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Victoria Beckham comforts John Terry's wife - News.com.au
";
arnews[0] += "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[0] += "
Publ.Date : Tue, 09 Feb 2010 18:37:00 GMT";
arnews[0] += "
";
arnews[1]="Kelly Osbourne has bunions like Victoria Beckham - AZCentral.com
";
arnews[1] += "Victoria - who has sons Brooklyn, ten, Romeo, seven, and four-year-old Cruz with soccer star husband David Beckham - recently swapped her trademark high-heeled shoes for flip flops to reveal her misshapen feet during a family outing to Malibu.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:53:00 GMT";
arnews[1] += "
";
arnews[2]="Victoria Beckham likes to help out at kids' school - AZCentral.com
";
arnews[2] += "Victoria Beckham loves being a school dinner lady. The former Spice Girl-turned-fashion designer is a regular visitor to the schools of her three sons - Brooklyn, ten, Romeo, seven, and four-year-old Cruz - and enjoys helping out whenever she can ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 16:15:00 GMT";
arnews[2] += "
";
arnews[3]="Victoria Beckham comforts wife of cheating soccer player - New York Post
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 10 Feb 2010 02:01:00 GMT";
arnews[3] += "
";
arnews[4]="John Terry's wife calls up Victoria Beckham for advice - Meri News
";
arnews[4] += "According to The Sun, Toni discussed with Victoria the affair of her sacked England captain Terry. She asked Victoria: \"What the hell do I do?\" And it looks like Toni has actually consulted the right person, since Victoria Beckham has herself battled ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:53:00 GMT";
arnews[4] += "
";
totcount = 5;
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("