// 非リスト系ページで表示する 「新規登録医院様」 の部分と、右側の【更新情報】を読み込むスクリプトです。

(function($){
    $().ready(function(){
        $("#side").load("/_side_info.html");             
        $("#stage3").load("/_new_commer.html");
    });
})(jQuery);