﻿$(document).ready(function(){
    $.post('/Json/SetBulletinList.aspx?includeshow=1&IncludePageSize=10&IncludeStrLength=20', function(data) {
        $('#homebulletin').html(data);   
    });
    
    $.post('/Json/SetTeamLIst.aspx?Includeshow=1&IncludePageSize=3',function(data){
        $('#homeexpert').html(data);
    });
    
});
