/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


function golfersonchange() {
       alert(document.on6.value);
    if(document.numgolfers.value == "1") {
        alert("golfer1");
        $('#golfer1').show();
    }
}

