
function call_news() {
    ajax = new Ajax();
    ajax.getByIdInInner("/cgi-bin/front_news.cgi?plain=1","leftCol");  // url , id
}
