var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rosanna tops bookies' list to be next model mum
";
arnews[0] += "ENNISKERRY beauty Rosanna Davison and her beau Wesley Quirke are firmly back on track, meaning Paddy Power are now giving 2/1 odds that she will be the next model mum to make another beautiful person! The bookmakers have compiled a list of the stunning ladies likely to procreate in the coming months, with Rosanna topping the poll to make dad Chris ...";
arnews[0] += "
Publ.Date : Wed, 02 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lorraine Keane had no comment to make while on holiday. Photo: Getty Images
";
arnews[1] += "The new 'Xpose' presenter has admitted he has yet to discuss his salary with TV3 bosses amid suggestions that he will be paid just 20,000 for six months' work.";
arnews[1] += "
Publ.Date : Thu, 13 Aug 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Diary, Ken Sweeney
";
arnews[2] += "Foul play at Xpose over Ronaldo 'short' It caused the biggest splash in Irish showbiz this year.";
arnews[2] += "
Publ.Date : Sun, 26 Jul 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Playboy playmate Georgia on the crazy night Katie Price kissed her then asked to be strangled
";
arnews[3] += "Katie Price and Georgia Her wild holiday in Ibiza saw her boozing till 10am, threatening to stab a clubber and having a fling with a male model.";
arnews[3] += "
Publ.Date : Fri, 24 Jul 2009 22:00:00 GMT";
arnews[3] += "
";
arnews[4]="Grand Slam
";
arnews[4] += "Second Flight - 1. Logan Scharf, Barry Stauffer and Colin Pearson, 164. Third Flight - 1. James Wu, Mike Winblade, Aaron Brown and Craig Patterson, 171.";
arnews[4] += "
Publ.Date : Mon, 13 Jul 2009 05:09:57 GMT";
arnews[4] += "
";
arnews[5]="Kildare's Daniella Moyles on Xpose shortlist
";
arnews[5] += "NAAS model Daniella Moyles could be the next presenter of star-studded TV3 glamour and gossip show Xpose.";
arnews[5] += "
Publ.Date : Wed, 01 Jul 2009 09:05:49 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("