var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kildare's Daniella Moyles on Xpose shortlist
";
arnews[0] += "NAAS model Daniella Moyles could be the next presenter of star-studded TV3 glamour and gossip show Xpose.";
arnews[0] += "
Publ.Date : Wed, 01 Jul 2009 09:05:49 GMT";
arnews[0] += "
";
arnews[1]="Kildare's Daniella Moyles on Xpose shortlist
";
arnews[1] += "NAAS model Daniella Moyles could be the next presenter of star-studded TV3 glamour and gossip show Xpose.";
arnews[1] += "
Publ.Date : Wed, 01 Jul 2009 09:05:49 GMT";
arnews[1] += "
";
arnews[2]="Summer of facts & drama on RTE
";
arnews[2] += "Five new factual series are among the highlights of RTE's summer line-up. Well-known Irish journalists discuss some of the major stories of their careers on 'The Big Story', a new six-part series on RTE 1. 'The Enforcers' takes a behind-the-scenes look at the work of health and environment officers, featuring sting operations, hidden cameras and ...";
arnews[2] += "
Publ.Date : Fri, 05 Jun 2009 13:17:48 GMT";
arnews[2] += "
";
totcount = 3;
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("