var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="David Jones steals Zampatti from Myer
"; arnews[0] += "David Jones spokesmodel Megan Gale may soon be wearing Carla Zampatti clothing after the chain became an exclusive supplier."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 11:23:28 GMT"; arnews[0] += "
"; arnews[1]="Stars turn out for red carpet at IF Awards
"; arnews[1] += "SAM Worthington, Baz Luhrmann and Megan Gale were among the celebrities to walk the red carpet at the Inside Film Awards in Sydney."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 15:17:58 GMT"; arnews[1] += "
"; arnews[2]="Aussies still helping out in Tonga
"; arnews[2] += "AUSTRALIA is delivering the last of its humanitarian aid to Tonga following September's deadly tsunami."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 13:49:05 GMT"; arnews[2] += "
"; arnews[3]="Labor welcomes Oceanic Viking resolution
"; arnews[3] += "THE end to the stand-off aboard the Oceanic Viking is the realisation of the agreement between Australia and Indonesia, the Federal Government says."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 13:40:41 GMT"; arnews[3] += "
"; arnews[4]="Indigenous poverty 'as bad as torture'
"; arnews[4] += "THE poverty experienced by many Aborigines is as morally reprehensible as torture and must be eradicated, Amnesty International secretary-general Irene Khan says."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 13:40:24 GMT"; arnews[4] += "
"; arnews[5]="ACT placed under total fire ban
"; arnews[5] += "CANBERRA has declared a total fire ban for tomorrow, with temperatures expected to reach 37C."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 12:53:26 GMT"; arnews[5] += "
"; arnews[6]="Teen killed in workplace electrocution
"; arnews[6] += "A 16-YEAR-old boy has died in a workplace accident from an apparent electric shock."; arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 16:49:08 GMT"; arnews[6] += "
"; arnews[7]="Seven hurt in truck and school bus crash
"; arnews[7] += "TWO children are in a critical condition and five other people have been injured after a school bus and a tip truck collided at a country intersection in Victoria's southwest."; arnews[7] += "
Publ.Date : Wed, 18 Nov 2009 07:56:00 GMT"; arnews[7] += "
"; arnews[8]="Luhrmann and Martin set for IF Awards
"; arnews[8] += "Luhrmann and Martin set for IF Awards [Mon 16/11/2009 06:22:36] Press release from IF Awards Multi Award Winning Director Baz Luhrmann and Oscar Winning Designer Catherine Martin will be in the audience supporting the nominations for Australia in Best Production Design and Best Sound at the 2009 Kodak Inside Film Awards on Wednesday 18th November ..."; arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 12:48:34 GMT"; arnews[8] += "
"; totcount = 9; 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("
");