I have downloaded a theme from this link. I have to define script and CSS in index.html file.
index.html (body section)
You need to change the order in which you load your JavaSciprt files. Try loading common.js before main......js. Your script tries to access a function from a file that hasn't been loaded yet. Try just switching those two lines of code:
common.js
main......js