﻿$(document).ready(function(){
    $.post("/Inc/Ajax/GetBoardContent.aspx",{Action:"getContent"},function(data,state){
    //alert(data);
        $("#IndexMarqueeCNN").html(data);
    });
});
