var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LPGA notes: No place like home for Lewis
";
arnews[0] += "\"I really want it now,\" said Shin, who is No. 1 on the money list and has an eight-point lead over Lorena Ochoa in the player of the year race.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 06:46:00 GMT";
arnews[0] += "
";
arnews[1]="Wie forced out of Tour Championship by ankle injury
";
arnews[1] += "After struggling to get around the course on an injured left ankle, Michelle Wie withdrew from the LPGA Tour Championship.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:11:01 GMT";
arnews[1] += "
";
arnews[2]="Rookie vying for LPGA player-of-year award
";
arnews[2] += "Jiyai Shin can become the first rookie in more than three decades to win the Player of the Year award with a strong performance at the LPGA Tour Championship, which began today just outside of Houston.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 01:14:56 GMT";
arnews[2] += "
";
arnews[3]="Shin, Ochoa seek Player of Year title
";
arnews[3] += "Jiyai Shin can become the first rookie in more than three decades to win the Player of the Year award with a strong performance at the LPGA Tour Championship, which begins Thursday just outside of Houston.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:59:26 GMT";
arnews[3] += "
";
arnews[4]="Jim Donaldson: 'Body issue' pic has just been a small part of a whirlwind year for Grzebien
";
arnews[4] += "Now that the furor has died down over Anna Grzebien appearing nude in the \"Body Issue\" of ESPN the Magazine Wait a second Furor? There was no furor.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 19:20:01 GMT";
arnews[4] += "
";
arnews[5]="Wie goes for Texas-sized price
";
arnews[5] += "RICHMOND, Texas Michelle Wie's breakthrough victory created a bidding frenzy Tuesday night at the LPGA Tour Championship pro-am pairings party.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Takin' a T/O With BT: Junior Seau and the Sports Jobs You Never Knew
";
arnews[6] += "When you're young and you look out onto a sports field, or look up to your favorite athletes, you know what you want to be; who you want to be; where you want to be.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 15:34:53 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("