$(document).ready(function(){
  $("div#activities").load("../index.html div#activities");
  $("div#infos").load("../index.html div#infos");
});
