var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Rain forces LPGA Tour Championship to 54 holes
"; arnews[0] += "More rain on already saturated grounds at The Houstonian Country Club washed out play at the LPGA Tour Championship on Saturday, forcing tour officials to cut the season-ending event to 54 holes."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:22:16 GMT"; arnews[0] += "
"; arnews[1]="Weekly wrap: The "James Brown" Rockets play hard. So what?
"; arnews[1] += "I caught some of the radio broadcast of the Rockets' game against Atlanta last night and almost threw up from taking in Craig Ackerman's scrappy-little-team-that-could description of the game."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:55:03 GMT"; arnews[1] += "
"; arnews[2]="Wie withdraws, Ochoa leads LPGA Tour Championship
"; arnews[2] += "Michelle Wie is gone, putting all the attention on Lorena Ochoa's player of the year fight with Jiyai Shin at the LPGA Tour Championship."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Williams confident of luring Tiger to NZ again
"; arnews[3] += "READY TO DELIVER: New Zealand caddie Steve Williams has pledged to get his boss, Tiger Woods, back to play in New Zealand."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:41:53 GMT"; arnews[3] += "
"; arnews[4]="LPGA Needs A Star Like Michelle Wie: Tom Yantz | On the Tee
"; arnews[4] += "Michelle Wie could be a savior for the LPGA Tour. And this tour certainly needs help."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:32:20 GMT"; arnews[4] += "
"; arnews[5]="Ochoa seizes LPGA Tour Championship lead
"; arnews[5] += "Lorena Ochoa of Mexico hits her tee shot on the 17th hole during the first round of the LPGA Tour Championship presented by Rolex at the Houstonian Golf and Country Club on November 19, 2009 in Richmond, Texas."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:28:54 GMT"; arnews[5] += "
"; arnews[6]="Wie withdraws because of ankle injury
"; arnews[6] += "Michelle Wie withdrew from the LPGA Tour Championship on Thursday after hobbling through her first round on a sprained left ankle."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 14:05:27 GMT"; arnews[6] += "
"; totcount = 7; 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("
");