$(document).ready(function(){
  $.get('http://therion.localhost/index.php/twitter', function(data) {
    $('#twitter').html(data);
  });

});

