var Common = {
  bind_events: function() {
  }
};
$(document).ready(function(){
  Common.bind_events();
});