var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who's bean a naughty girl, Billie?
";
arnews[0] += "BILLIE Piper's on-screen sex life gets even saucier this Thursday in ITV2's Secret Diary of a Call Girl.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 03:28:29 GMT";
arnews[0] += "
";
arnews[1]="Doctor Who props and costumes up for auction
";
arnews[1] += "A selection of props and costumes from BBC One's Doctor Who are to go under the hammer in London later this month.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 12:37:21 GMT";
arnews[1] += "
";
arnews[2]="A boob job saved my life
";
arnews[2] += "EVERY woman complains about their body from time to time. But for Jane Hughes- Wynn, having one breast bigger than the other caused her years of discomfort, insecurity and unhappiness.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 10:41:07 GMT";
arnews[2] += "
";
arnews[3]="Caroline Michel relies on her talented pal Michael Foster
";
arnews[3] += "Mandrake hears that one who has provided a shoulder to cry on is Michael Foster, a talent agent whose clients include the actresses Julie Christie and Billie Piper.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 03:16:42 GMT";
arnews[3] += "
";
arnews[4]="Who will be the film star? David Tennant or Billie Piper
";
arnews[4] += "HOLLYWOOD is calling Doctor Who star David Tennant to play the Time Lord on the big screen.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 01:38:25 GMT";
arnews[4] += "
";
arnews[5]="'Who' Props Headed To The Auction Block
";
arnews[5] += "Props and costumes used on the iconic British science-fiction series \"Doctor Who\" are to be auctioned off in London, Bonhams auction house said.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 20:13:13 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("