var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thumbs up, down
";
arnews[0] += "Up for the Freedom Calls Center, opened Nov. 9 at the Central Library of Rochester and Monroe County located downtown.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Wie withdraws, Ochoa leads LPGA Tour Championship
";
arnews[1] += "Lorena Ochoa, of Mexico, hits her tee shot on the second hole during the first round of the LPGA Tour Championship golf tournament Thursday, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:05:33 GMT";
arnews[1] += "
";
arnews[2]="Idle Ochoa leads LPGA Tour Championship
";
arnews[2] += "Sophie Gustafson moved within two shots of leader Lorena Ochoa at the LPGA Tour Championship on Friday before second-round play was suspended because of bad weather.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:38:00 GMT";
arnews[2] += "
";
arnews[3]="Ochoa retains lead after shortened Day 2 at Houstonian
";
arnews[3] += "The day was not a total waste, but not much was accomplished Friday at the LPGA Tour Championship.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:50:00 GMT";
arnews[3] += "
";
arnews[4]="Thumbs up, down
";
arnews[4] += "Up for the Freedom Calls Center , opened Nov. 9 at the Central Library of Rochester and Monroe County located downtown.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:20:00 GMT";
arnews[4] += "
";
arnews[5]="The question: Was Barron's use of the drugs in question medically justified or not?
";
arnews[5] += "CBSSports.com senior writer Steve Elling and Augusta columnist and golf writer Scott Michaux scatter a few wild shots across the horizon as they break down an unexpectedly busy week in the global game.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 03:31:59 GMT";
arnews[5] += "
";
arnews[6]="Video: Wie, Creamer react to LPGA Round 1 action
";
arnews[6] += "The LPGA Tour Championship is being held this weekend at The Houstonian Golf Course in Fort Bend County.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 03:00:30 GMT";
arnews[6] += "
";
arnews[7]="Rookie vying for LPGA player-of-year award
";
arnews[7] += "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[7] += "
Publ.Date : Fri, 20 Nov 2009 01:14:56 GMT";
arnews[7] += "
";
arnews[8]="Creamer's unusual diet starting to pay off
";
arnews[8] += "RICHMOND, Texas Paula Creamer believes her unusual menu of meals last week might be why she's feeling so good at the LPGA Tour championship.";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("