$(document).ready(function(){
    $('#yanyu').hide();
    $('#yanyu').load('/yanyu.php', {}, function(){
        $('#yanyu').show();
    });
});

