function interviewNow(industry, name){ document.interviewnow.industry.value=industry; document.interviewnow.action = "http://www.employmentguide.com/"+ name + "/" + industry + "/interview_page2.html"; document.interviewnow.submit(); }