var element = document.createElement('div');
              element.id = 'sb_help';
              element.className = 'sb_module_section';
              document.getElementById('html-sidebar-banner-help').parentNode.insertBefore(element, document.getElementById('html-sidebar-banner-help'));
              document.getElementById('sb_help').innerHTML = '<h2 class="image"><a href="http://winesuki.jp/help/shopping/index.html"><img width="225" height="20" alt="ショッピングのご利用について" src="/resource/images/aside_aboutshopping_title01.gif"></a></h2><div class="shoppinghelpBody">	<ul>		<li><a href="http://winesuki.jp/help/shopping/index.html#payment">&gt; お支払い方法について</a></li>		<li><a href="http://winesuki.jp/help/shopping/index.html#delivery">&gt; 商品のお届けについて</a></li>		<li><a href="https://winesuki.jp/contact/">&gt; お問い合わせはこちら</a></li>	</ul></div>';
              
