var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Births for December 2009
"; arnews[0] += "To Alexis Arias of Bremerton, a son, Dec. 1. To Samantha Klosowski of Bremerton, a son, Dec."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 22:54:20 GMT"; arnews[0] += "
"; arnews[1]="Down Under Diary, Day 14
"; arnews[1] += "Roger Federer believes it is just a matter of time before Andy Murray wins his first major."; arnews[1] += "
Publ.Date : Mon, 04 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Barfa leaves Summer Bay
"; arnews[2] += "TROUBLED soap star Jodi Gordon is quitting Home and Away. With her life in the past three years often resembling a script from a TV drama, Gordon has decided to walk away from the soap on which she made her name playing Martha McKenzie."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 03:01:39 GMT"; arnews[2] += "
"; arnews[3]="Jodi Gordon - Thumbnail
"; arnews[3] += "WITH her life in the past three years resembling a script from a TV drama, controversial soap star Jodi Gordon is quitting Home and Away."; arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 02:46:15 GMT"; arnews[3] += "
"; arnews[4]="Anasta feels "lucky" to be with Gordon
"; arnews[4] += "Braith Anasta has confirmed that he is dating Jodi Gordon. The NRL star, who was linked to Home and Away actress Gordon in December last year when they were seen kissing on the beach in Coogee, has refused to comment on their relationship status until now."; arnews[4] += "
Publ.Date : Mon, 25 Jan 2010 09:58:59 GMT"; arnews[4] += "
"; arnews[5]="End of the universe for struggling winemaker
"; arnews[5] += "The wine label formerly represented by Miss Universe Australia Erin McNaught has appointed voluntary administrators as it faces possible insolvency."; arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 10:37:55 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("
");