var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Women in Distress - Wall Street Journal
";
arnews[0] += "The two most striking things about the 2010 Ladies PGA Tour schedule of events announced Wednesday are their diminished number, and how few are on home shores. The overall number of tournaments is 24, down from 27 this year and 34 two years ago ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:03:00 GMT";
arnews[0] += "
";
arnews[1]="Creating the Hottest Female Athlete Ever - Bleacherreport.com
";
arnews[1] += "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[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[1] += "
";
arnews[2]="LPGA Tour Championship ends 2010 season - iseekgolf.com
";
arnews[2] += "Australians in the field include Karrie Webb, Lindsey Wright, Katherine Hull, Wendy Doolan, Rachel Hetherington, Sarah Kemp, Anna Rawson and Sarah Jane Kemp . Hetherington, Rawson, Smith and Doolan are all in need of a big week if they are to have ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:06:00 GMT";
arnews[2] += "
";
arnews[3]="LPGA Sand-Save - ESPN.com
";
arnews[3] += "1 Maggie Will 19 7 12 58.3 2 Young Kim 72 46 84 54.8 3 Russamee Gulyanamitta 45 19 35 54.3 4 Carri Wood 26 9 17 52.9 5 Jimin Kang 68 33 63 52.4 5 Mindy Kim 38 11 21 52.4 5 Meg Mallon 20 11 21 52.4 8 Minea Blomqvist 59 33 65 50.8 8 Na Yeon Choi 90 32 ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 06:27:00 GMT";
arnews[3] += "
";
totcount = 4;
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("