function submitForm() { document.getElementById('soiform').submit(); } window.onload = submitForm; }
?<