default a selection
$('select[id="f8"]').val("ot"); /* defaults state to other */ $('select[id="f6"]').val("US"); /* defaults Country to United States */