var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fashions on the Field
"; arnews[0] += "Laura Dundovic poses at the Myer marquee during the Emirates Melbourne Cup Day 2009 at Flemington Racecourse on Nov."; arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 13:23:38 GMT"; arnews[0] += "
"; arnews[1]="Cup gossip: Sophie's near-reunion with Benji
"; arnews[1] += "THEY were as ships in the night when bitterly busted-up couple Sophie Monk and Benji Madden came within metres of each other at the Cup yesterday."; arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 02:28:45 GMT"; arnews[1] += "
"; arnews[2]="Thousands gather for Melbourne Cup
"; arnews[2] += "For sheer star power per square metre, it's all about the Emirates marquee at the Melbourne Cup today."; arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 23:01:46 GMT"; arnews[2] += "
"; arnews[3]="Cup day star power
"; arnews[3] += "For sheer star power per square metre, it's all about the Emirates marquee at the Melbourne Cup today."; arnews[3] += "
Publ.Date : Tue, 03 Nov 2009 06:47:16 GMT"; arnews[3] += "
"; arnews[4]="Guess who: A Miss Universe single again
"; arnews[4] += "FORMER Miss Universe Australia Laura Dundovic is back on the singles market after splitting from her long-term boyfriend Brock McDermott."; arnews[4] += "
Publ.Date : Tue, 06 Oct 2009 02:06:12 GMT"; arnews[4] += "
"; arnews[5]="Miss Universe 'splits from boyfriend'
"; arnews[5] += "Former Miss Universe Australia Laura Dundovic has split from her long-term partner Brock McDermott after four years together."; arnews[5] += "
Publ.Date : Mon, 05 Oct 2009 08:59:42 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("
");