(function ($) {
  $(function () {
    $('#twitter').load('/home/tweets');
  });

})(jQuery);
