var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Nation - FOXSports.com
";
arnews[0] += "Siam Cement Group has decided to support two Thai junior golfers to compete in local and international tournaments with the goal of establishing their place in the professional LPGA Tour . The rising stars of the national team, sisters Moriya ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:24:00 GMT";
arnews[0] += "
";
arnews[1]="Jaidee shoots 66 for 2nd-round lead in Dubai - Tacoma News Tribune
";
arnews[1] += "Top-ranked Lorena Ochoa, the 2007 winner at Royal Mayfair in Edmonton, was two strokes back along with Amanda Blumenherst, while Michelle Wie opened with a 76. Rumford shoots 66 for 2nd-round lead in Qatar Rumford shoots 66 for 2nd-round lead in ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:43:00 GMT";
arnews[1] += "
";
arnews[2]="Creamer down to seventh in world rankings - Eyewitness News
";
arnews[2] += "Paula Creamer fell to seventh in this week's women's world golf rankings, although the LPGA Tour play doesn't begin until late February. Lorena Ochoa, Jiyai Shin, Suzann Pettersen, Cristie Kerr and Yani Tseng once again comprised the top five. Anna ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 03:31:00 GMT";
arnews[2] += "
";
arnews[3]="WORLD'S BEST FOR HOYLAKE - FOXSports.com
";
arnews[3] += "ROYAL LIVERPOOL Golf Club has landed a prestigious double. The Ricoh Women's British Open will be staged over the Hoylake links for the first time in 2012. The event will attract the leading women players such as world number one Lorena Ochoa ...";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 20:26:00 GMT";
arnews[3] += "
";
arnews[4]="Reinvigorated Pettersen primed for 2010 - GolfWeek
";
arnews[4] += "ORLANDO, Fla. – The Christmas tree is still up at Suzann Pettersen’s house, though the limbs are bare. “The guy hasn’t come to take care of that yet,” she said Feb. 2, emerging from her basement gym. No one actually enjoys taking down ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 10:35:00 GMT";
arnews[4] += "
";
arnews[5]="Top women golfers to play in Singapore - AsiaOne
";
arnews[5] += "THE world's top 10 women golfers will be in Singapore for the HSBC Women's Champions tournament at Tanah Merah Country Club (TMCC) from Feb 25-28. Leading the charge will be the two past champions: World No. 1 Lorena Ochoa and world No. 2 Shin Ji Yai ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 01:41:00 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("