(function($) {
  $(function() {
    $("#tweet").load("/tweet")
  })
}(jQuery))

