var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Redemption is alive and well in the shape of Abi Titmuss
";
arnews[0] += "2. Redemption is alive and well in the shape of Abi Titmuss. The sex video star is now an actress who runs, meditates and reads Latin.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="Abi Titmuss goes from Lads' mag pin-up to award-winning actress
";
arnews[1] += "Abi Titmuss is nothing if not a mistress of reinvention. The sexy girl-next-door who shed her nurse's uniform to romp in a sex video before emerging as the nation's favourite glamour girl has taken on yet another role.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Boozer, love cheat and drug-test dodger. Meet the NEW England captain Rio Ferdinand
";
arnews[2] += "A chump? Certainly. A drugs cheat? Well, we will probably never know for sure. England's new football captain Rio Ferdinand hardly represents a return to the Corinthian ideals; an eight-month ban for missing a drugs test in 2003 will forever blight his record.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 23:35:52 GMT";
arnews[2] += "
";
arnews[3]="Titmuss 'building career the hard way'
";
arnews[3] += "Abi Titmuss has insisted that she is not taking short cuts to build her acting career.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 15:42:41 GMT";
arnews[3] += "
";
arnews[4]="Glamour model Titmuss cast in writer's new play
";
arnews[4] += "A WALTON playwright has cast glamour model Abi Titmuss in her new stage show, set to hit London's West End this month.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:04:20 GMT";
arnews[4] += "
";
arnews[5]="I want that one - Little Britain star pops question
";
arnews[5] += "LITTLE Britain actor David Walliams has proposed to his supermodel girlfriend by concealing her $A179,000 engagement ring in a burger.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 13:36:01 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("