$(function() { 
    // Give focus to first form field
    $(':input:visible:enabled:first').focus();
});

