var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ryan Ballengee: For Morgan Pressel, Success Places Home Further Away
";
arnews[0] += "For Morgan Pressel, Success Places Home Further Away -";
arnews[0] += "
";
arnews[1]="Golf Fans: My Story: Raising money and awareness to stop breast cancer By Morgan Pressel http://bit.ly/1xdTSj
";
arnews[1] += "My Story: Raising money and awareness to stop breast cancer By Morgan Pressel";
arnews[1] += "
";
arnews[2]="The Golf Glove: LPGA Tour golfer Morgan Pressel's traveling mammography van to hit the road: Examiner.com The Kathryn Krick.. http://tinyurl.com/yj6k27y
";
arnews[2] += "LPGA Tour golfer Morgan Pressel's traveling mammography van to hit the road: Examiner.com The Kathryn Krick..";
arnews[2] += "
";
arnews[3]="iwomensports: LPGA Tour golfer Morgan Pressel's traveling mammography van to hit the road http://tinyurl.com/yj6k27y #golf
";
arnews[3] += "iwomensports: LPGA Tour golfer Morgan Pressel's traveling mammography van to hit the road";
arnews[3] += "
";
arnews[4]="twat: Morgan Pressel's In-Round Halloween Costume
";
arnews[4] += "Morgan Pressel's In-Round Halloween Costume -";
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("