var arnews = new Array(4); totcount = 4; rnd = 0; document.write("
"); document.write("The Australia Council for the Arts news feed
"); document.write("Updated :
"); document.write("
"); document.title=document.title+ " - The Australia Council for the Arts news feed"; document.title=document.title+ " "; arnews[0]="Rose Hiscock appointed new Executive Director of Arts Development
"; arnews[0] += "The Australia Council for the Arts today announced the appointment of Rose Hiscock as its new Executive Director of Arts Development."; arnews[0] += "
Publ.Date : 2010-08-27 13:35:24"; arnews[0] += "
"; arnews[1]="Regional artists earn less – but love the life
"; arnews[1] += "Australians are showing an unprecedented love of the arts, but our artists remain amongst the lowest paid in our society – especially in regional Australia."; arnews[1] += "
Publ.Date : 2010-08-26 15:00:52"; arnews[1] += "
"; arnews[2]="Health check for careers of Australian artists
"; arnews[2] += "Artist Careers, two research projects released today by the Australia Council for the Arts, paints a comprehensive picture of the working lives of Australia’s 44,000 professional artists."; arnews[2] += "
Publ.Date : 2010-08-17 10:59:13"; arnews[2] += "
"; arnews[3]="Warning: Scam representation of the Australia Council
"; arnews[3] += "The Australia Council for the Arts is warning people about a current scam involving callers who claim to be from this organisation."; arnews[3] += "
Publ.Date : 2010-08-09 09:37:59"; arnews[3] += "
"; totcount = 4; 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("
");