var arnews = new Array(8); totcount = 8; rnd = 0; arnews[0]="Instructional - Playing Lessons - Cristie Kerr: Swing Posture for Downhill Lies
"; arnews[0] += "

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; arnews[1]="Instructional - Playing Lessons - Cristie Kerr: Tee Shot Swing Thoughts
"; arnews[1] += "

Add this to your queue
Duration: 00:00

"; arnews[1] += "
"; arnews[2]="Instructional - Playing Lessons - Cristie Kerr: Short Hole Strategy
"; arnews[2] += "

Add this to your queue
Duration: 00:00

"; arnews[2] += "
"; arnews[3]="Instructional - Playing Lessons - Cristie Kerr: Different Putting Styles
"; arnews[3] += "

Add this to your queue
Duration: 00:00

"; arnews[3] += "
"; arnews[4]="Instructional - Playing Lessons - Cristie Kerr: Bunker Play Bounce
"; arnews[4] += "

Add this to your queue
Duration: 00:00

"; arnews[4] += "
"; arnews[5]="The Tours - LPGA Tour - '05 Michelob: Cristie Kerr
"; arnews[5] += "

Add this to your queue
Duration: 00:00

"; arnews[5] += "
"; arnews[6]="News/Talk - Golf Central - My World: Cristie Kerr
"; arnews[6] += "

Add this to your queue
Duration: 00:00

"; arnews[6] += "
"; arnews[7]="Instructional - Playing Lessons - Cristie Kerr Preview
"; arnews[7] += "

Add this to your queue
Duration: 00:00

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