var arnews = new Array(8); totcount = 2; rnd = 0; arnews[0]="Playbook Review
"; arnews[0] += "

LPGA beauty Anna Rawson swung by the Playbook pad to give dads the ultimate Father's Day gift - golf tips from a pro!

Add this to your queue
Duration: 00:43

"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Chapter Highlights
"; arnews[1] += "

Golf game not up to par? No problem. How 'bout a lesson from LPGA beauty, Anna Rawson courtesy of the Playbook?

Add this to your queue
Duration: 01:27

"; arnews[1] += "
"; totcount = 2; 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("
");