var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Streak of bad luck hits LPGA finale - GolfWeek
";
arnews[0] += "RICHMOND, Texas – The momentum of this tournament hit the wall last night as the sun went down on Michelle Wie’s game. Conditions continued to conspire against the LPGA’s Tour Championship as Mother Nature wreaked havoc on the event’s ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:53:00 GMT";
arnews[0] += "
";
arnews[1]="Teeing off with Twitter - CNN
";
arnews[1] += "London England (CNN) -- Last month Ian Poulter announced on the social networking site Twitter that if he reached one million followers, he would stage a \"massive giveaway of free stuff -- irons, woods, putters, gloves and much more.\" With just over ...";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Wie forced out of Tour Championship - Houston Chronicle
";
arnews[2] += "Natalie Gulbis, another popular player, withdrew from the tournament before play today with the flu.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:39:00 GMT";
arnews[2] += "
";
arnews[3]="Wie forced out of Tour Championship by ankle injury - Houston Chronicle
";
arnews[3] += "Natalie Gulbis, another popular player, withdrew from the tournament before play today with the flu.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:23:00 GMT";
arnews[3] += "
";
arnews[4]="Rush to JLPGA Q-School premature - GolfWeek
";
arnews[4] += "There’s been a lot of talk this year about LPGA players heading to Japan for more playing opportunities. At one point, it looked like as many as a dozen players might sign up for JLPGA Q-School. Rumor had it even Paula Creamer and Natalie Gulbis ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="Creating the Hottest Female Athlete Ever - Bleacherreport.com
";
arnews[5] += "ESPN Magazine recently came out with \"The Body Issue,\" which was supposed to be their answer to Sports Illustrated's swimsuit issue. Aside from my biggest gripe (too many dudes), I thought it was great. There are so many amazing bodies out in the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[5] += "
";
arnews[6]="Shin, Ochoa trying to wrap up LPGA Player of Year - Golf.com
";
arnews[6] += "Natalie Gulbis withdrew early Wednesday with an undisclosed illness.";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 22:39: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("