var arnews = new Array(7); totcount = 5; rnd = 0; document.title=document.title+ " - "Fiona+Ryan" - Google News"; document.title=document.title+ " "; arnews[0]="When independent spirit of middle classes goes awry - Irish Times
"; arnews[0] += "

When independent spirit of middle classes goes awry
Irish Times
Dr Fiona Ryan from the HSE is reduced to pleading with parents to believe this is a serious disease. Most children will recover quite well, but some won't. ...

and more »
"; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 00:18:11 GMT+00:00"; arnews[0] += "
"; arnews[1]="Man dies in blaze at mobile home - Irish Independent
"; arnews[1] += "

Man dies in blaze at mobile home
Irish Independent
Dr Fiona Ryan, consultant in public health medicine at HSE South, is urging parents whose children have not been immunised to bring their children for ...

and more »
"; arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 04:57:23 GMT+00:00"; arnews[1] += "
"; arnews[2]="Vaccine plea over measles outbreak - Irish Times
"; arnews[2] += "

Vaccine plea over measles outbreak
Irish Times
Dr Fiona Ryan, consultant in public health medicine, HSE South is urging parents to bring their children for immunisation as soon as possible to prevent the ...

"; arnews[2] += "
Publ.Date : Mon, 01 Feb 2010 00:33:16 GMT+00:00"; arnews[2] += "
"; arnews[3]="Vaccination warning as measles on the rise - Irish Independent
"; arnews[3] += "

Irish Independent

Vaccination warning as measles on the rise
Irish Independent
Public-health medicine consultant Dr Fiona Ryan has urged parents whose children have not yet been immunised to bring them to their local GP clinic as soon ...

and more »
"; arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 04:54:55 GMT+00:00"; arnews[3] += "
"; arnews[4]="Measles outbreak in Cork, Kerry - Irish Health
"; arnews[4] += "

Measles outbreak in Cork, Kerry
Irish Health
The disease can be prevented by immunisation with the MMR,” explained Dr Fiona Ryan, a consultant in public health medicine with the HSE South. ...

and more »
"; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 11:02:02 GMT+00:00"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");