(function ($) {


  /* ------------------------------- */
  $(function(){
     $('#info1').load('information/index.cgi?c=index&type=1');
     $('#info2').load('../information/index.cgi?c=index&type=2');
     $('#info3').load('information/index.cgi?c=index&type=3');

  });

})(jQuery);


