function information() {
      var container = document.getElementById("asparagus");
      container.innerHTML = "<img src=\"http://www.honjofarm.jp/images/info/soldout.gif\" border=\"0\" alt=\"産直販売\" width=\"50\" height=\"60\" /><br />4月<small>上旬</small>～9月<small>上旬</small>";

      var container = document.getElementById("pumpkin");
      container.innerHTML = "<img src=\"http://www.honjofarm.jp/images/info/soldout.gif\" border=\"0\" alt=\"産直販売\" width=\"50\" height=\"60\" /><br />9月<small>中旬</small>～11月<small>上旬</small>";

      var container = document.getElementById("potato");
      container.innerHTML = "<img src=\"http://www.honjofarm.jp/images/info/soldout.gif\" border=\"0\" alt=\"産直販売\" width=\"50\" height=\"60\" /><br />8月<small>下旬</small>～11月<small>下旬</small>";

      var container = document.getElementById("onion");
      container.innerHTML = "<img src=\"http://www.honjofarm.jp/images/info/soldout.gif\" border=\"0\" alt=\"産直販売\" width=\"50\" height=\"60\" /><br />8月<small>下旬</small>～11月<small>下旬</small>";

      var container = document.getElementById("tomato");
      container.innerHTML = "<img src=\"http://www.honjofarm.jp/images/info/soldout.gif\" border=\"0\" alt=\"産直販売\" width=\"50\" height=\"60\" /><br />8月<small>下旬</small>～9月<small>上旬</small>";
}

