var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mariah Carey cana t wait to work with KIAN, NICKY, MARK and SHANE again.
";
arnews[0] += "MEGASTAR Mariah Carey is teaming up with WESTLIFE again for an exclusive single.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:56:24 GMT";
arnews[0] += "
";
arnews[1]="Berne boots Leinster home in opener
";
arnews[1] += "Plymouth Albion 13 Leinster 16:A late penalty from Shaun Berne helped Leinster seal a gritty victory over Plymouth Albion in the opening round of the British & Irish Cup in Brickfields Recreation Grounds, Plymouth on Saturday evening.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:37:08 GMT";
arnews[1] += "
";
arnews[2]="Plymouth Albion 13 Leinster 16
";
arnews[2] += "PLYMOUTH Albion began their British and Irish Cup challenge with a narrow defeat against Leinster in an entertaining game at Brickfields on Saturday.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:27:00 GMT";
arnews[2] += "
";
arnews[3]="Public dig deep for Pudsey Bear
";
arnews[3] += "Claire McCollum and Eamonn Holmes presented Children in Need. More than 600,000 was raised in Northern Ireland during the BBC's Children on Need on Friday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:41:28 GMT";
arnews[3] += "
";
arnews[4]="The stuff of dreams: why Susan Boyle is the new Elvis
";
arnews[4] += "For all his faults, Elvis Presley knew a great song when he heard it - \" or at least the producers and arrangers around him did.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:18:57 GMT";
arnews[4] += "
";
arnews[5]="Duffy's heartache behind the mask
";
arnews[5] += "BOYZONE 'S Keith Duffy last night described the pain of struggling to come to terms with the death of his \"dear friend\" Stephen Gately .";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:54:08 GMT";
arnews[5] += "
";
arnews[6]="Oprah Winfrey to end talk show in 2011
";
arnews[6] += "Comment about \"Oprah Winfrey to end talk show in 2011 \" Phone Comment 0 Published Today, 10:03 Oprah Winfrey to end talk show in 2011 Reuters Oprah Winfrey, one of the most influential and highly paid women on television, will announce today she is ending her popular daytime talk show in 2011.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 11:43:36 GMT";
arnews[6] += "
";
arnews[7]="Sent to Coventry, but Coughlan ready
";
arnews[7] += "JAMES COUGHLAN is intent on helping Munster A enhance an unbeaten seasonal record when he captains the team in the opening clash of the new British and Irish Cup against English championship side Coventry at Butts Stadium, Coventry, tonight Coughlan is confident Munstera s domestic record against what he described as quality Leinster and Ulster ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 06:57:40 GMT";
arnews[7] += "
";
totcount = 8;
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("