var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Self Portrait
";
arnews[0] += "A video self portrait containing 65 pieces of video and starring: VT, Greg & Greggs, Abby, Models, Mrs H, Irish Rugby Fans, Louis Walsh, Ryan Tubridy, Bosco, bernard dunne, colin...";
arnews[0] += "
Publ.Date : Fri, 27 Mar 2009 13:13:11 GMT";
arnews[0] += "
";
arnews[1]="Katy French Irish Beauty
";
arnews[1] += "God Bless Katy's Mam Dad Sister Family and Friends";
arnews[1] += "
Publ.Date : Thu, 05 Mar 2009 15:56:27 GMT";
arnews[1] += "
";
arnews[2]="OFFICIAL KATY FRENCH TRIBUTE 1983-2007 R.I.P
";
arnews[2] += "THIS IS JUST A SMALL TRIBUTE TO THE IRISH MODEL, KATY FRENCH. WHO WAS SADLY TAKEN FROM US FAR TOO SOON";
arnews[2] += "
Publ.Date : Thu, 05 Mar 2009 15:56:24 GMT";
arnews[2] += "
";
arnews[3]="Katy French - The Podge and Rodge Show
";
arnews[3] += "Katy French interview with Podge and Rodge";
arnews[3] += "
Publ.Date : Thu, 24 Jan 2008 22:38:06 GMT";
arnews[3] += "
";
arnews[4]="Showbiz Stars Gather For Irish Model's Funeral
";
arnews[4] += "Many of Ireland's showbiz stars have gathered for the funeral of model Katy French in her home town in County Wicklow. Hundreds more mourners stood outside the church to pay their...";
arnews[4] += "
Publ.Date : Mon, 10 Dec 2007 17:00:24 GMT";
arnews[4] += "
";
arnews[5]="Tribute To Katy French (1983-2007)
";
arnews[5] += "In memory of the late Katy French. An Irish Icon RIP Feel free to leave a comment";
arnews[5] += "
Publ.Date : Sun, 09 Dec 2007 00:23:24 GMT";
arnews[5] += "
";
arnews[6]="Katy French RIP
";
arnews[6] += "A Tribute to Katy French";
arnews[6] += "
Publ.Date : Fri, 07 Dec 2007 23:38:05 GMT";
arnews[6] += "
";
arnews[7]="Tribute to model Katy French
";
arnews[7] += "http://respectance.com/KatyFrench Tribute to honor model Katy French, please leave a memory!";
arnews[7] += "
Publ.Date : Fri, 07 Dec 2007 20:42:20 GMT";
arnews[7] += "
";
arnews[8]="RIP Katy French
";
arnews[8] += "Tribute to the irish model who died yesterday.";
arnews[8] += "
Publ.Date : Fri, 07 Dec 2007 14:47:22 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="Post-Mortem For Coma Death Model Katy French
";
arnews[9] += "A post-mortem examination is due to be carried out on the body of one of Ireland's top models. Katy French died after collapsing at a friend's house. Sky’s Paula Middlehurst...";
arnews[9] += "
Publ.Date : Fri, 07 Dec 2007 10:05:44 GMT";
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("