jQuery(document).ready(function(){
  jQuery("#islogin").load('/index.php/auth/islogin.html?'+parseInt(Math.random()*1000000));
  jQuery("#latestbbs").load('/components/latestbbs.html?'+parseInt(Math.random()*1000000));
  jQuery("#bbs").load('/components/bbs.html?'+parseInt(Math.random()*1000000));
  jQuery("#pickup").load('/components/pickup.html?'+parseInt(Math.random()*1000000));
  jQuery("#information").load('/components/information.html');
});
