$(function(){
     $(".entry-title").click(function(){
         window.location=$(this).find("a").attr("href");
         return false;
    });
     $('img').error(function(){
          $(this).attr({src:'http://www.tom-style.net/mt/wp-content/themes/tomstyle/images/neko.png',alt:'画像が見つかりません'});
     });

});

