    $(function(){
        $.get("./twitter.php", function(response,status){
            $("#tweet").html(response);
        });
    });