var arnews = new Array(13);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Radgery...: A blog, on the internet
";
arnews[0] += "Katy French. I wonder if she was just a model who died from a drug overdose and not an allegory for the death of the Celtic Tiger. I wonder that. Moving on, I've finished the first series of 'Flight Of The Conchords. ...";
arnews[0] += "
";
arnews[1]="WOLF OUT ON THE PROWL
";
arnews[1] += "It's a far cry from two years ago when Ducie was left devastated when pal, model Katy French, was rushed to hospital from his home in Lambertstown Manor, Kilmessan, Co Meath, after collapsing. The stunning model, 24, died five days ...";
arnews[1] += "
";
arnews[2]="Sunday Times and RTE – Savage cunts | Twenty Major – Still smoking ...
";
arnews[2] += "It's just that since reading John Waters' piece on Katy French, I have high expectations of all K.French-related writing. But it's very unlikely that it could live up the hallucinatory awfulness of Waters' article. ...";
arnews[2] += "
";
arnews[3]="Big Wolf strikes again…
";
arnews[3] += "Katy French's “rock” is at it again. The Wolf is selling his memories. The fame hungry, talentless, fatheaded, beer bellied, ugly, rubberface ginger cunt. The man who pays for Calum Best, a random pornstar and Noirin for BB to go to his ...";
arnews[3] += "
";
arnews[4]="Crazy Days and Nights: Random Photos Part One
";
arnews[4] += "... Katie Holmes (123), Katie Jane Evans (1), Katie Lee Joel (3), Katie Melua (1), Katie Price (7), Katrina Darrell (1), Katy French (1), Katy Perry (20), Kayla Coxx (1), Keanu Reeves (20), Keira Knightley (18), Keisha Buchanan (1) ...";
arnews[4] += "
";
arnews[5]="Ducie in TV interview
";
arnews[5] += "KIERON DUCIE, one of the last people to see Enniskerry beauty Katy French alive, is reportedly to give his first television interview on TV3 this week.";
arnews[5] += "
";
arnews[6]="Tony Geoghegan: Difference between life and death is knowing the score
";
arnews[6] += "High-profile cases such as that of Katy French, who died after taking cocaine, receive much coverage and serve to remind us that drug use carries significant risks and sometimes fatal consequences. Despite much publicity about the risks ...";
arnews[6] += "
";
arnews[7]="October 31st – Famous Birthdays!
";
arnews[7] += "1983 – Katy French, Irish model (d. 2007) * 1986 – Christie Hayes, Australian actress * 1986 – Chris Alajajian, Australian racing driver * 1987 – Nick Foligno, Canadian ice hockey player (Ottawa Senators) ...";
arnews[7] += "
";
arnews[8]="Today in History - October 31
";
arnews[8] += "1983 – Katy French, Irish model (d. 2007) * 1986 – Christie Hayes, Australian actress * 1986 – Chris Alajajian, Australian racing driver * 1986 – Brent Corrigan, American pornographic actor * 1987 – Nick Foligno, Canadian ice hockey ...";
arnews[8] += "
";
arnews[9]="Historical Births: Famous Births on 31 Oct
";
arnews[9] += "1983 - Katy French, Irish model (d. 2007) 1986 - Christie Hayes, Australian actress 1986 - Chris Alajajian, Australian racing driver 1986 - Brent Corrigan, American gay porn star 1988 - Sébastien Buemi, Swiss racing driver ...";
arnews[9] += "
";
totcount = 10;
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("