var USE = {
  init: function() {}
}

$(document).ready(function(){
  USE.init();
});