htm = ""
htm+="<div class='search-contents'>"
htm+="<form action='http://www.denroku.co.jp/cgi-bin/products/productslist.cgi' method='POST' name=''>"
htm+="<div class='searchH1'>"
htm+="商品検索"
htm+="</div>"
htm+="<input type=\"text\" name=\"keyword\" onfocus=\"if (this.value == 'キーワード検索') this.value = '';\" onblur=\"if (this.value == '') this.value = 'キーワード検索';\" value=\"キーワード検索\" class=\"textinput\" />"
htm+="<input type=\"hidden\" name=\"category\" value=\"none\">"
htm+="<input type='image' value='検　索' src='http://www.denroku.co.jp/image/search_b.gif' alt='検　索' class='buttonSubmit' /><br />"
htm+="<div class='search_text'>特定アレルゲンを含まない商品の検索は<a href='http://www.denroku.co.jp/allergen.htm'>アレルゲン検索</a>をご利用ください。</div>"
htm+="</form>"
htm+="</div>"

document.write(htm)