function showJobs() { var html = ""; if (document.getElementById('jobs_container')) { document.getElementById('jobs_container').innerHTML = html; } else { document.write("
" + html + "
"); } }