var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Well dressed: Delta's wedding day designs
"; arnews[0] += "A DATE is yet to be set but, like every doe-eyed girl in love, Delta Goodrem has been thinking about her wedding dress design."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:34:34 GMT"; arnews[0] += "
"; arnews[1]="Stars celebrate: Delta making her presents felt
"; arnews[1] += "WHEN it comes to Christmas Delta Goodrem says she's still a kid at heart, as she reveals how she'll be spending her day bbefore she rings in the Boxing Day sales."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:34:16 GMT"; arnews[1] += "
"; arnews[2]="McCain withdraws: Delta steals David's show
"; arnews[2] += "SHE was to share top-billing with US presidential candidate John McCain, but in the end, Aussie songbird Delta Goodrem took centre stage on The Late Show with David Letterman."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:33:54 GMT"; arnews[2] += "
"; arnews[3]="Pushing limits: Delta has the Max factor
"; arnews[3] += "Delta Goodrem kicked off 08' by finally performing at a Max Sessions taping at the Sydney Opera House, after ongoing throat problems postponed her show."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:33:36 GMT"; arnews[3] += "
"; arnews[4]="Nuns' Run: Delta goes the distance
"; arnews[4] += "Nuns on the run ... Delta Goodrem and friends. DELTA Goodrem put her best foot forward in the name of charity yesterday, lining up to complete the last leg of The Nuns' Run."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:33:20 GMT"; arnews[4] += "
"; arnews[5]="Cancellations: Another no-show for Delta
"; arnews[5] += "Fans let down ... singer Delta Goodrem. DAYS after letting down fans when she pulled out of a carols performance at the Opera House on Sunday, Delta Goodrem has cancelled another major performance at the last minute leaving event organisers scrambling for a replacement."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 10:33:02 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("
");