var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Molinari wins playoff to deny Karlsson victory in Japan - Reuters
"; arnews[0] += "Overnight leader Molinari made up the deficit over the back nine, however, to finish on 13-under-par and force a playoff which he won to join Tiger Woods, Padraig Harrington and Ian Poulter on the honor role at the Phoenix Country Club."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:15:00 GMT"; arnews[0] += "
"; arnews[1]="WESTWOOD WIDENS GAP - Sporting Life
"; arnews[1] += "Lee Westwood increased his lead to three the moment he started his final round in the Dubai World Championship today. Winning the title would also make Westwood this season's European Tour number one and saving par from eight feet on the 454-yard ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:20:00 GMT"; arnews[1] += "
"; arnews[2]="Late McIlroy slip gives Westwood control - Ananova
"; arnews[2] += "On 15 under par following a superb bogey-free 66, he leads by two from fellow Englishman Ross McGowan (66) and by five from McIlroy, Padraig Harrington and Swede Alexander Noren. \"I got myself in the position I wanted to be in, but after that finish ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:27:00 GMT"; arnews[2] += "
"; arnews[3]="Padraig Harrington slams French team - Irish Central
"; arnews[3] += "Ireland's leading sportsman told the Irish Examiner : \"Their celebration of cheating was particularly galling. \"It’s just strange because in golf there is a different attitude. But in football, if somebody makes a mistake, I would say putting your ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:44:00 GMT"; arnews[3] += "
"; arnews[4]="Padraig Harrington blog: Dubai preview - Irish Central
"; arnews[4] += "This week’s event, The Dubai World Championship, is being played on a new Greg Norman course called “Earth”. The course and the surrounding area is a new development that was only officially opened this week. We are pretty much the first people ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:56:00 GMT"; arnews[4] += "
"; arnews[5]="Lee Westwood keeps 2-shot lead with 66 after 3rd round of Dubai World ... - Minneapolis Star Tribune
"; arnews[5] += "Rain forces LPGA Tour Championship to 54 holes Idle Ochoa leads LPGA Tour Championship Westwood shoots 69 for 2-shot lead in Dubai Wie withdraws, Ochoa leads LPGA Tour Championship Wie withdraws from LPGA event with ankle injury DUBAI, United Arab ..."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:49:00 GMT"; arnews[5] += "
"; arnews[6]="Rain forces LPGA Tour Championship to 54 holes - New Haven Register
"; arnews[6] += "More rain on already saturated grounds at The Houstonian Country Club washed out play at the LPGA Tour Championship on Saturday in Richmond, Texas, forcing tour officials to cut the season-ending event to 54 holes. More than 1.4 inches of rain fell ..."; arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 06:57:00 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("
");