var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The music of love
";
arnews[0] += "Clingy, over-emotional and socially draining woman, 36. Once you've got me, you can never ever leave me.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:25:12 GMT";
arnews[0] += "
";
arnews[1]="Landmarks turn green for St Patrick's Day
";
arnews[1] += "Some of the world's most iconic buildings will be turning green as part of this year's St Patrick's Day celebrations.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:24:59 GMT";
arnews[1] += "
";
arnews[2]="Sydney Opera House turns green
";
arnews[2] += "Ireland`s global St Patrick's Day celebrations will take an enviable twist this year with some of the world's most iconic buildings turning green.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:06:38 GMT";
arnews[2] += "
";
arnews[3]="WD's Valentine's Day Playlist
";
arnews[3] += "We love love songs. Not songs about heartbreak, but about actual, in-the-moment passion.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 15:38:59 GMT";
arnews[3] += "
";
arnews[4]="Ronan Keating plans Gately album
";
arnews[4] += "CAPTIVATING CONCERT: Irish singer Ronan Keating held the audience captive at his Villa Maria Estate Winery concert PARTY ON: Concert-goers, mostly women, enjoyed Ronan Keating's concert at the Villa Maria Estate Winery.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 06:22:14 GMT";
arnews[4] += "
";
arnews[5]="Thousands swoon for Irish superstar
";
arnews[5] += "Thousands of hearts swooned over Irish heart-throb Ronan Keating at Church Road Winery on Saturday night, and the superstar left everyone wanting more.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 04:40:32 GMT";
arnews[5] += "
";
arnews[6]="Boyzone singer at his best
";
arnews[6] += "If talking to your plants makes them grow, what does playing Ronan Keating songs do to them? At the picturesque venue of the Mud House Winery, Ireland's blond boy wonder of Boyzone fame is every inch the pin-up in crisp white shirt, black vest and accessories including a crucifix, and chains on his hip.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 02:43:30 GMT";
arnews[6] += "
";
arnews[7]="Ronan Keating plans Gately tribute
";
arnews[7] += "CAPTIVATING CONCERT: Irish singer Ronan Keating held the audience captive at his Villa Maria Estate Winery concert PARTY ON: Concert-goers, mostly women, enjoyed Ronan Keating's concert at the Villa Maria Estate Winery.";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 02:40:29 GMT";
arnews[7] += "
";
arnews[8]="Celebrity interviews: Return to Coronation Street healed my pain, says Boyzone's Keith Duffy
";
arnews[8] += "KEITH DUFFY has dried his tears. It's four months since his Boyzone bandmate Stephen Gately died and while he won't ever forget, he can look forward without his eyes misting over.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 00:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("