/* 文字置換プラグイン for jQuery */
$(function word(){
$("div#exhibition_id-37 ul.orderbtn li:nth-child(2)").each(function word(){
$(this).replaceWith(
$("<li><img src=\"/static/images/txt_finish.gif\" alt=\"お申し込みは終了しました\" width=\"156\" height=\"23\" /></li>"))
})
});



