var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="FairwayBuzz: Wie, Kerr share lead after three rounds at Ochoa: Michelle Wie and Cristie Kerr have a share of the lead after .. http://bit.ly/2hW9J2
";
arnews[0] += "Wie, Kerr share lead after three rounds at Ochoa: Michelle Wie and Cristie Kerr have a share of the lead after ..";
arnews[0] += "
";
arnews[1]="CJAD: Michelle Wie and Cristie Kerr lead Lorena Ochoa Invitational http://bit.ly/3XnXIf
";
arnews[1] += "Michelle Wie and Cristie Kerr lead Lorena Ochoa Invitational";
arnews[1] += "
";
arnews[2]="patricia hannigan: Cristie Kerr ★ Michelle Wie - Share the Lead into Sunday
";
arnews[2] += "Cristie Kerr ★ Michelle Wie - Share the Lead into Sunday -";
arnews[2] += "
";
arnews[3]="Jerry Dan: Sports in Brief: Wie claims share of 3d-round lead - Philadelphia Inquirer
";
arnews[3] += "Sports in Brief: Wie claims share of 3d-round lead - Philadelphia Inquirer -";
arnews[3] += "
";
arnews[4]="CJAD: Michelle Wie and Cristie Kerr lead Lorena Ochoa Invitational http://bit.ly/3ZL6YO
";
arnews[4] += "Michelle Wie and Cristie Kerr lead Lorena Ochoa Invitational";
arnews[4] += "
";
totcount = 5;
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("