var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " - "Wesley+Jonathan" - Google News"; document.title=document.title+ " "; arnews[0]="Indigenous patients in limbo over dialysis row - ABC Online
"; arnews[0] += "

Indigenous patients in limbo over dialysis row
ABC Online
But Uniting Care Wesley's Jonathan Nicholls says while the bureaucracies bicker, Aboriginal people are suffering needlessly. "What we've got happening with ...

and more »
"; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 01:47:17 GMT+00:00"; arnews[0] += "
"; arnews[1]="Williams sent to Lake City prison - Jackson County Floridan
"; arnews[1] += "

Williams sent to Lake City prison
Jackson County Floridan
Wesley Jonathan Williams has been assigned to the Columbia Correctional Institution Annex near Lake City to serve out his four life terms for murder. ...

"; arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 22:38:00 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");