jQuery(function () {

  jQuery.ajax({
    url: '../side_menu/side_topics.cgi',
    type: 'POST',
    data: '',
    success: function (data) {
      jQuery('#side_topics').html(data);
    }

  });

});
