var arnews = new Array(8);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="B-team babes: The notches on John Terry's bedpost - Daily Mail
";
arnews[0] += "During his 11-year relationship with childhood sweetheart Toni Poole, with whom he has twin children, John Terry has consistently cheated on her. Here the Daily Mail documents his list of lovers - at least the ones we know about: Nov 1999: Five-month ...";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[0] += "
";
arnews[1]="Terry’s wife opens her heart - The Sun
";
arnews[1] += "Toni, 28, hit cheat Terry where it hurts - in the pocket - by going on a huge spending spree in the upmarket boutiques of Dubai. But retail therapy was only masking her pain, and she revealed she is torn over whether to try and save her marriage - or ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 02:30:00 GMT";
arnews[1] += "
";
totcount = 2;
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("