$(function(){
    $('div.topics_body').load('topics_body.html');
    $('div.blog_body').load('blog_body.html');
});
