var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Filan’s A Dad Again - The Gaea Times
";
arnews[0] += "WESTLIFE singer SHANE FILAN is a dad for the third time - his wife GILLIAN has given birth to a baby boy. Shane Peter Filan was born on Friday night (22Jan10), weighing 2.98 kilograms (six pounds and nine ounces). The newborn is a little brother for ...";
arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 03:03:00 GMT";
arnews[0] += "
";
arnews[1]="UK charity single, ‘Everybody Hurts’ for Haiti - Ear Sucker
";
arnews[1] += "Here’s “Everybody Hurts” – the new UK charity single for Haiti . The song was originally recorded by R.E.M. This version features vocals from Leona Lewis, Mariah Carey, Cheryl Cole, Mika, Michael Buble, Joe McElderry, Miley Cyrus, James Blunt ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 07:53:00 GMT";
arnews[1] += "
";
arnews[2]="Keating ‘boyzone Can’t Exist Without Gately’ - The Gaea Times
";
arnews[2] += "Boyzone will not forget Stephen Gately, says Westlife's Shane Filan October 30th, 2009 LONDON - Boyzone will never get over the loss of their late band member Stephen Gately, Westlife's Shane Filan has said. Shane was speaking at the launch of his ...";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[2] += "
";
arnews[3]="Simon Cowell's Haiti charity single to be released Feb. 7 - AZCentral.com
";
arnews[3] += "Simon Cowell's Helping Haiti charity single was completed on Saturday night. The song, a cover of REM's 1992 single 'Everybody Hurts', features 21 artists, including Rod Stewart, Mariah Carey, Jon Bon Jovi and Susan Boyle, all of whom rushed to ...";
arnews[3] += "
Publ.Date : Sun, 31 Jan 2010 23:56:00 GMT";
arnews[3] += "
";
arnews[4]="Westlife 'rule out McFadden return' - Digital Spy
";
arnews[4] += "Bandmate Shane Filan added: \"I'm sure we'll sing with Brian again one day. It might be in a pub - it might not be on the telly. He left Westlife because he wasn't happy.\"";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 19:13:00 GMT";
arnews[4] += "
";
arnews[5]="Helping Haiti: Charity Song Gets First Play - Sky.com Showbiz
";
arnews[5] += "The order of those singing on the record is Lewis, Rod Stewart, Carey, Cheryl Cole, Mika, Michael Buble, X Factor winner Joe McElderry, Miley Cyrus, James Blunt, Gary Barlow, Mark Owen and Jon Bon Jovi. James Morrison, Alexandra Burke, Susan Boyle ...";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 19:07:00 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("