var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katie Price and the top ten I'm a Celebrity... bikini moments - pictures
";
arnews[0] += "Unsurprisingly it didn't take long for Katie Price to strip down to her bikini and 'do a Myleene' by taking a shower under the I'm A Celebrity... waterfall.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="TV Review: Brought Up On Booze
";
arnews[1] += "When Calum Best first connived himself on to our screens in ITV's moronic Celebrity Love Island, he arrived armed with his own catchphrase.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 11:34:46 GMT";
arnews[1] += "
";
arnews[2]="Girl 'thrown into street after rape'
";
arnews[2] += "A friend of former model Sophie Anderton was dumped on the pavement \"like a rag doll\" after being raped and beaten by a doorman at a top celebrity nightclub.";
arnews[2] += "
Publ.Date : Tue, 10 Nov 2009 14:39:55 GMT";
arnews[2] += "
";
arnews[3]="Sophie Anderton's friend 'raped in loo by bouncer'
";
arnews[3] += "A woman was raped by a bouncer at a celebrity club after partying with supermodel Sophie Anderton, a court heard yesterday.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 00:00:00 GMT";
arnews[3] += "
";
arnews[4]="Good as gold
";
arnews[4] += "LOVE Island romeo Paul Danan is set to appear in Celebrity Big Brother. And BB producers have pledged: 'He'll be TV gold.' The former Hollyoaks hunk became a telly smash when he appeared on the 2007 reality series Celebrity Love Island.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 06:09:36 GMT";
arnews[4] += "
";
arnews[5]="Celebrity on the couch: 40 faces of depression in the spotlight
";
arnews[5] += "In the public confessional of the media, more and more household names have come out of the shadows to talk about their depression and mental illness.";
arnews[5] += "
Publ.Date : Sun, 25 Oct 2009 13:41:52 GMT";
arnews[5] += "
";
arnews[6]="Style supremo Julian Bennett: Liverpool has won me over
";
arnews[6] += "The cream of new talent is being showcased at Liverpool Lifestyle Fashion Week. Emma Pinch talks to organiser Julian Bennett about why it means so much to him STYLE supremo Julian Bennett's Liverpool Lifestyle Fashion week is a heady cocktail of celebs, WAGs and super-cool designer names.";
arnews[6] += "
Publ.Date : Wed, 21 Oct 2009 22:20:00 GMT";
arnews[6] += "
";
arnews[7]="Strictly Dionne: The X Factor is so cruel
";
arnews[7] += "SOPHIE Anderton is well used to getting down and dirty. A MORTGAGE price war is set to break out after experts predicted interest rates will stay at record lows for at least five years.";
arnews[7] += "
Publ.Date : Tue, 13 Oct 2009 11:58:57 GMT";
arnews[7] += "
";
totcount = 8;
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("