var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="From lads' mag favourite to Lady Macbeth: Abi Titmuss on playing ... - Daily Mail
";
arnews[0] += "She's the nurse who defended John Leslie against rape claims - then reinvented herself as a D-list sex symbol. Now Abi Titmuss is attempting an even more unlikely transformation. Toast?' says Abigail Titmuss. 'Tea, coffee?' In the kitchen of her ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:36:00 GMT";
arnews[0] += "
";
arnews[1]="Smitten David Walliams's public display of affection for new model ... - Daily Mail
";
arnews[1] += "David Walliams proved the power of advertising is still as strong as ever last night. On a trip to a frozen yoghurt shop in London he appeared to take the large Snog sign as an order, sweeping up his new model girlfriend in a steamy embrace. Walliams ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:07: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("