
function imgbox(itemImg, itemName, itemCaps) {
    htmlbox = '<a href="http://www.shinsenhino.com/archives/images/' +itemImg+ '.jpg" rel="prettyPhoto[gallery]" title="' +itemCaps+ '"><img src="http://www.shinsenhino.com/archives/images/' +itemImg+ '-thumb.jpg" alt="' +itemName+ '" /></a>';
    document.write( htmlbox );
};

function imgboxM(itemImg, itemName, itemCaps) {
    htmlbox = '<a href="http://makoto.shinsenhino.com/archives/images/' +itemImg+ '.jpg" rel="prettyPhoto[gallery]" title="' +itemCaps+ '"><img src="http://makoto.shinsenhino.com/archives/images/' +itemImg+ '-thumb.jpg" alt="' +itemName+ '" /></a>';
    document.write( htmlbox );
};

function imgboxP(itemImg, itemName, itemCaps) {
    htmlbox = '<a href="http://photo.shinsenhino.com/archives/images/' +itemImg+ '.jpg" rel="prettyPhoto[gallery]" title="' +itemCaps+ '"><img src="http://photo.shinsenhino.com/archives/images/' +itemImg+ '-thumb.jpg" alt="' +itemName+ '" /></a>';
    document.write( htmlbox );
};

function pBox(itemImg, itemName, itemCaps) {
    htmlbox = '<a href="http://photo.shinsenhino.com/archives/images/' +itemImg+ '.jpg" rel="prettyPhoto[gallery]" title="' +itemCaps+ '"><img src="http://photo.shinsenhino.com/archives/images/cache/thumb_' +itemImg+ '.jpg" alt="' +itemName+ '" /></a>';
    document.write( htmlbox );
};









function imgC(itemImg, itemName, itemCaps)
  {
    //htmlテンプレート
    htmlC = '<p class="imgC"><a href="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '.jpg" target="_blank"><img alt="' +itemName+ '" src="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '-thumb.jpg" /><br />' +itemCaps+ '</a></p>'

    //書き出し
    document.write( htmlC )
  }

function imgL(itemImg, itemName, itemCaps)
  {
    //htmlテンプレート
    htmlL = '<p class="imgL"><a href="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '.jpg" target="_blank"><img alt="' +itemName+ '" src="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '-thumb.jpg" /><br />' +itemCaps+ '</a></p>'

    //書き出し
    document.write( htmlL )
  }

function imgR(itemImg, itemName, itemCaps)
  {
    //htmlテンプレート
    htmlR = '<p class="imgR"><a href="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '.jpg" target="_blank"><img alt="' +itemName+ '" src="http://www.shinsenhino.com/_old/home/arcs/img/' +itemImg+ '-thumb.jpg" /><br />' +itemCaps+ '</a></p>'

    //書き出し
    document.write( htmlR )
  }

 
function imgPnews(itemImg, itemName)
  {
    //htmlテンプレート
    htmlPnews = '<img alt="' +itemName+ '" src="http://photo.shinsenhino.com/arcs/img/' +itemImg+ '-thumb.jpg" />'

    //書き出し
    document.write( htmlPnews )
  }