var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rosanna Davison models the Marilyn Monroe style frock made entirely from choclate bars.
";
arnews[0] += "A moment on the lips, just one night on the hips: Rosanna Davison 's dress looks good enough to eat.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 11:23:52 GMT";
arnews[0] += "
";
arnews[1]="Fashion
";
arnews[1] += "Ready to take on the world in 2010, quite literally, is Limerick's Kamal Ibrahim, otherwise known as Mr Ireland who will travel to Korea in March to compete for the Mr World international title.";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 13:46:09 GMT";
arnews[1] += "
";
arnews[2]="St. Gerard's School
";
arnews[2] += "Pupils from Loreto Secondary School with Rosanna Davison at the Mansion House last week.";
arnews[2] += "
Publ.Date : Wed, 23 Dec 2009 20:22:20 GMT";
arnews[2] += "
";
arnews[3]="Loreto pupils see absolutely no need 2 speed
";
arnews[3] += "PUPILS from Loreto Secondary School in Bray attended the launch of a road safety DVD in the Mansion House, Dublin last week where they met Enniskerry model Rosanna Davison.";
arnews[3] += "
Publ.Date : Wed, 23 Dec 2009 20:17:32 GMT";
arnews[3] += "
";
arnews[4]="Stars spread a bit of festive cheer
";
arnews[4] += "COMEDIAN Brendan Oa Carroll is renowned for his wicked sense of humour but it was his gentle side that came shining through yesterday when he met patients at Our Ladya s Childrena s Hospital in Dublin.";
arnews[4] += "
Publ.Date : Tue, 22 Dec 2009 02:35:18 GMT";
arnews[4] += "
";
arnews[5]="Hundreds of millions to tune in for Laura's Miss World bid
";
arnews[5] += "HUNDREDS of millions of viewers will tune in to watch Londonderry's Laura Patterson compete for the Miss World crown in Johannesburg on Saturday.";
arnews[5] += "
Publ.Date : Thu, 10 Dec 2009 15:44:12 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("