var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top ten hottest female Irish celebrities
";
arnews[0] += "While some might debate about the hottest female Irish celebrity, it seems that most people think multiple talents make a woman more attractive.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Laura's a good outside bet to take Miss World
";
arnews[1] += "LONDONDERRY'S Miss World hopeful Laura a good outside bet to take Miss World is shaping up a good outside bet for the prestigious beauty pageant in South Africa next month.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 16:08:35 GMT";
arnews[1] += "
";
arnews[2]="Roll up, roll up to The Wright Venue
";
arnews[2] += "A performer pictured at The Wright Venue. Wednesday November 04 2009 FIRE jugglers, dancers and performance artists wowed the crowds at The Wright Venue last week, as part of their bank holiday celebrations.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 14:46:08 GMT";
arnews[2] += "
";
arnews[3]="417m Gaming Resort Planned For Ireland
";
arnews[3] += "By: Brian Hutton A replica of the White House will form the centrepiece of a EUR460 million Las Vegas-style village deep in the Irish countryside, it was announced yesterday.";
arnews[3] += "
Publ.Date : Thu, 29 Oct 2009 21:50:37 GMT";
arnews[3] += "
";
arnews[4]="Ireland To Get 417m White House-Themed Casino Resort
";
arnews[4] += "A replica of the White House will form the centrepiece of a EUR460 million Las Vegas-style village deep in the Irish countryside, it was announced yesterday.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 18:56:30 GMT";
arnews[4] += "
";
arnews[5]="Plans for a 460m Tipperary development revealed
";
arnews[5] += "A replica of the White House will form the centrepiece of a a 460m Las Vegas-style village deep in the Tipperary countryside, it was announced today.";
arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 16:01:44 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("