/** * Homepage main script file * * */ var hp = { init: function() { }, }; $('document').ready(hp.init);