var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Australia’s Kulacz shoots 63 for Abu Dhabi Championship lead; Garcia ... - The Gaea Times
"; arnews[0] += "ABU DHABI, United Arab Emirates — Rick Kulacz of Australia shot a 9-under 63 Friday for a one-shot lead at the Abu Dhabi Championship after two rounds. Sergio Garcia shot 67 and was tied for second with Shane Lowry (65) and Peter Hanson (67) at 11 ..."; arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT"; arnews[0] += "
"; arnews[1]="Jaidee shoots 66 for 2nd-round lead in Dubai - Tacoma News Tribune
"; arnews[1] += "Northern Ireland's Rory McIlroy plays a shot on the 13th hole during the second round of the Dubai Desert Classic golf tournament in Dubai, United Arab Emirates, Friday, Feb. 5, 2010. The two teams that tied for the lead of the Shark Shootout arrived ..."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:43:00 GMT"; arnews[1] += "
"; arnews[2]="Ochocinco, Cincinnati Bengals Stay Busy in the Headlines During Super ... - Bleacherreport.com
"; arnews[2] += "They may not be participating in Super Bowl XLIV, but the Cincinnati Bengals have made quite the headlines during the week leading up to Sunday's big game between the Indianapolis Colts and New Orleans Saints. It's been almost four weeks since the ..."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 16:18:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");