var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paul Gascoigne: what Gazza did next
";
arnews[0] += "Legend. Wife-beater. Clown. Cry-baby. Sporting hero. Drunk. Bulimic. Gambler. Obsessive compulsive.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:00:51 GMT";
arnews[0] += "
";
arnews[1]="Good as gold
";
arnews[1] += "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[1] += "
Publ.Date : Mon, 26 Oct 2009 06:09:36 GMT";
arnews[1] += "
";
arnews[2]="Zoe Salmon, Bianca Gascoigne and more celebrate Giles Deacon make-over of the Cadbury Caramel bunny
";
arnews[2] += "Zoe Salmon, Sarah Cawood, Ben Adams, Konnie Huq and Bianca Gascoigne were among the chocoholic celebrities who atttended the launch party to mark the fashionable make-over of the Cadbury Caramel bunny.";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 16:19:00 GMT";
arnews[2] += "
";
arnews[3]="Stars hop to see Giles' new range
";
arnews[3] += "A STRING of celebrities and foxy fashionistas turned out to mark the launch of top designer Giles Deacon's latest collection last night.";
arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 12:29:19 GMT";
arnews[3] += "
";
arnews[4]="MODELS Dani, Bianca and Aisleyne cover up at London bash, unlike hot exhibitionist Katie
";
arnews[4] += "DANIELLE LLOYD and co bucked the glamour girl trend in London last night - by keeping their assets under wraps.";
arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 12:28:34 GMT";
arnews[4] += "
";
arnews[5]="Philippa Tomson: Name fame game
";
arnews[5] += "WHAT is it with some women? Sheryl Gascoigne, right, has made more lurid allegations about Gazza, though I look forward to hearing his side of the story.";
arnews[5] += "
Publ.Date : Sat, 17 Oct 2009 22:00:00 GMT";
arnews[5] += "
";
arnews[6]="Ex-wife says Gazza wanted sex 10 times a day
";
arnews[6] += "London English football ace Paul Gascoigne a.k.a Gazza's ex-wife Sheryl has dubbed him an abuser with an uncontrollable libido.";
arnews[6] += "
Publ.Date : Mon, 12 Oct 2009 09:50:43 GMT";
arnews[6] += "
";
arnews[7]="Ex-wife says footballer Gazza wanted sex 10 times a day
";
arnews[7] += "London: English football ace Paul Gascoigne a.k.a Gazza's ex- wife Sheryl has dubbed him an abuser with an uncontrollable libido.";
arnews[7] += "
Publ.Date : Sun, 11 Oct 2009 15:04:29 GMT";
arnews[7] += "
";
arnews[8]="Gazza wanted sex 10 times a day.. even if I said NO.
";
arnews[8] += "FOOTBALL legend Paul Gascoigne's battered ex- wife Sheryl has sensationally branded him an ABUSER who INSISTED on sex TEN TIMES a day - even when she didn't want it.";
arnews[8] += "
Publ.Date : Sat, 10 Oct 2009 23:52:05 GMT";
arnews[8] += "
";
totcount = 9;
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("