var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Now, Tiger Woods wants to play and win in Antarctica - The Gaea Times
"; arnews[0] += "LONDON - Having come out on top Down Under in the Australian Masters, golfing great Tiger Woods has said he would love to play and win in Antarctica, the last frontier. He finished on 14 under, two shots clear of Aussie Greg Chalmers. The Sun quoted ..."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 10:25:00 GMT"; arnews[0] += "
"; arnews[1]="At long last, 20-year-old Michelle Wie gets elusive first LPGA Tour ... - The Gaea Times
"; arnews[1] += "GUADALAJARA, Mexico — Michelle Wie , LPGA Tour champion. Imagine that. Wie ended her long wait by tapping in a birdie putt Sunday at the Lorena Ochoa Invitational, and her first tour title may finally quiet the skeptics who second-guessed her ..."; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 10:25:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");