var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="FairwayBuzz: L.P.G.A. Tour’s Finale Suspended by Darkness: Lorena Ochoa, trying to retain her Player of the Year statu.. http://bit.ly/4Ib27g
"; arnews[0] += "L.P.G.A. Tour’s Finale Suspended by Darkness: Lorena Ochoa, trying to retain her Player of the Year statu.."; arnews[0] += "
"; arnews[1]="FairwayBuzz: McPherson at 8-under for LPGA Championship lead: Lorena Ochoa and Jiyai Shin will settle their duel for LPGA Tour ... http://bit.ly/08B058I
"; arnews[1] += "McPherson at 8-under for LPGA Championship lead: Lorena Ochoa and Jiyai Shin will settle their duel for LPGA Tour ..."; arnews[1] += "
"; arnews[2]="FairwayBuzz: McPherson leads LPGA Tour Championship (AP): The sky cleared and Lorena Ochoa and Jiyai Shin were left with one day... http://bit.ly/4G1RHc
"; arnews[2] += "McPherson leads LPGA Tour Championship (AP): The sky cleared and Lorena Ochoa and Jiyai Shin were left with one day..."; arnews[2] += "
"; arnews[3]="Randomness: Lorena Ochoa, Jiyai Shin compete for player of the year title heading into ... - Gaea Times
"; arnews[3] += "Lorena Ochoa, Jiyai Shin compete for player of the year title heading into ... - Gaea Times -"; arnews[3] += "
"; arnews[4]="frank: Tools of a Champion - Michelle Wie wins Lorena Ochoa Invitational
"; arnews[4] += "Tools of a Champion - Michelle Wie wins 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("
");document.write("
");