function JustBibleSearch(sKeyword, sLoc) {
window.open("http://www.justbible.com/biblesearch.asp?bwords=" + escape(sKeyword) + "&bwhere=" + escape(sLoc), "subWindow", "width=635,height=475,left=5,top=5,scrollbars=yes");
return false; }

function JustBibleAdd() {
window.open("http://www.justbible.com/addbible.asp", "subWindow", "width=635,height=475,left=5,top=5,scrollbars=yes");
return false; }

document.write('<table cellspacing=0 cellpadding=2 width=140 border=1 bordercolor="#000099"><form name="Searchjustbible" action="http://www.justbible.com" method="get" onSubmit="return JustBibleSearch(this.bwords.value,this.bwhere.options[this.bwhere.selectedIndex].value)"><tr><td bgcolor=#000099><div align="center"><font face="Verdana" size="1" color="#FFFFFF"><b>Just Bible Search</b></font> </div></td></tr>  <tr> <td valign=top align=middle width=145 bgcolor=#CCCCCC> <div align=center>  <table cellspacing=1 width="100%" border=0> <tr>   <td width="100%" colspan="2"> <input size=17 name=bwords></td>  </tr>  <tr> <td >   <select name=bwhere> <option value=new selected>New Test.</option> <option value=old>Old Test.</option>  <option value=whole >Entire Bible</option> </select></td> <td >  <input type=image height=22 alt=Search width=25 src="http://www.justbible.com/images/gosearch.gif" border=0 name=I1>  </td>  </tr> </table></div> <div align="center"><font face="Arial" size="1"><a href="#" onClick="return JustBibleAdd()"><b>Add  Just Bible to your site</b></a></font></div> </td> </tr>  </form></table>')