I have several .js files I'm calling into my site. Can I simply insert all the scripts into a single text file and load that one?
Most likely. Just be sure that you place the old JavaScript into the new file in the same order that they were called from the HTML page.