function get(el) {
  return document.getElementById(el);
}



$(document).ready(function(){

});