var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Europe sneezes, Biota cheers
"; arnews[0] += "In good news for Biota shareholders, GlaxoSmithKline reported overnight that flu anti-viral Relenza was a major contributor to the pharmaceutical giant's December quarter performance."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 04:55:33 GMT"; arnews[0] += "
"; arnews[1]="Broadsides over broadband control
"; arnews[1] += "It has been an eventful week for the small end of the telco sector, iiNet successfully defending court action brought by the Australian Federation Against Copyright Theft, and TPG Telecom tucking away one of the first substantial placements of the year, a $70 million raising."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 20:11:34 GMT"; arnews[1] += "
"; arnews[2]="Surviving Georgia nears completion
"; arnews[2] += "With post-production on privately funded Australian feature Surviving Georgia nearing completion, the film's producers are busy shopping for a distribution deal in the hope of bringing the low-budget drama to cinemas by October this year."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 02:52:08 GMT"; arnews[2] += "
"; arnews[3]="Mariah Joins Sun's Charity Single...and Fund Hits 1M
"; arnews[3] += "STARS including George Clooney, Russell Brand and Jennifer Aniston have helped raise a record 35million for the survivors of Haiti's earthquake."; arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 03:10:49 GMT"; arnews[3] += "
"; arnews[4]="Book 'em: Aussie Alex set for Five-0 remake
"; arnews[4] += "HIS US TV series Moonlight and Three Rivers may have both been cancelled, but Australian actor Alex O'Loughlin is still hot property in Hollywood."; arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 17:19:33 GMT"; arnews[4] += "
"; arnews[5]="Meg Hemphill: Australia Invades the US
"; arnews[5] += "It's been G'Day USA week here in L.A. - a time when Australians invade the city to school us about their Down Under culture."; arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 00:12:38 GMT"; arnews[5] += "
"; totcount = 6; 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("
");