$(function () {
     //カテゴリーアーカイブ
     $('.item img').error(function(){
          $(this).attr({src:'/item_images/119/_noprint.jpg',alt:'画像準備中'});
     });
     //エントリーアーカイブ
     $('.itemPhoto img').error(function(){
          $(this).attr({src:'/item_images/main/_noprint.jpg',alt:'画像準備中'});
     });
});



