Yes! You can add Search in Bible to your own page! Here is how to add it to a GB encoded (Simplified Chinese) page. And you can also add it to a English or Big5 encoded (Traditional Chinese) page.
<!-- BEGIN BibleSeach CODE -->
<center><form action="http://www.ccim.org/cgi-user/bible/ob" method=post>
<img src="http://www.ccim.org/~bible/image/shb_s.gif" width=141 height=31
alt="圣经查询" align=bottom><a href="http://www.ccim.org/~bible/addsearch_gb.html"
target="_top"><font size="2">把圣经查询加到您的网页上</a></font><br>
<input name="keywords" size=40><input type="submit" name="search" value="圣经查询">
<input type="hidden" name="version" value="hgb">
</form></center>
<!-- END BibleSeach CODE -->
copy and paste the following code in your page:
<!-- BEGIN BibleSeach CODE -->
<center><form action="http://www.ccim.org/cgi-user/bible/ob" method=post>
<img src="http://www.ccim.org/~bible/image/shb_s.gif" width=141 height=31
alt="圣经查询" align=bottom><a href="http://www.ccim.org/~bible/addsearch_gb.html"
target="_top"><font size="2">把圣经查询加到您的网页上</a></font><br>
<input name="keywords" size=40><input type="submit" name="search" value="圣经查询"><br>
<input type="radio" name="method" value="str" checked> 查 询 句 子 或 词 组
<input type="radio" name="method" value="and"><b>与</b> 逻 辑 查 询 单 字
<input type="radio" name="method" value="or"><b>或</b> 逻 辑 查 询 单 字<br>
<input type="hidden" name="version" value="hgb">
</form></center>
<!-- END BibleSeach CODE -->