function displayBibleSearch()
{
	
	document.writeln("<!-- BST Search Code Version 3.1 -->");
	document.writeln("<!-- Language Code = \"en\" -->");
	document.writeln("<!-- Type = \"Custom\" -->");
	
	document.writeln("<form action=\"http://bible.crosswalk.com/OnlineStudyBible/bible.cgi\" method=\"post\" target=\"_new\">");
	document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"4\" align=\"center\" width=\"213\">");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor=\"#FFFF00\" class=\"subHeaderSmall\">");
	document.writeln("		Search the Bible");
	document.writeln("	</td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor=\"#FFFFD5\"> ");
	document.writeln("		<font face=\"Arial, Helvetica\" size=\"2\"><input type=\"Text\" name=\"word\" size=\"15\"><br>");
	document.writeln("		<select name=section>");
	document.writeln("		<option value=\"0\"></option>Whole Bible");
	document.writeln("		<option value=\"1\">-----------------------");
	document.writeln("		<option value=\"1\" >Old Testament");
	document.writeln("		<option value=\"2\" >New Testament");
	document.writeln("		<option value=\"3\">----------------------");
	document.writeln("		<option value=\"3\" >Books of Law");
	document.writeln("		<option value=\"4\" >Books of History");
	document.writeln("		<option value=\"5\" >Books of Wisdom");
	document.writeln("		<option value=\"6\" >Major Prophets");
	document.writeln("		<option value=\"7\" >Minor Prophets");
	document.writeln("		<option value=\"8\" >The Gospels");
	document.writeln("		<option value=\"9\" >Pauline Epistles");
	document.writeln("		<option value=\"10\" >General Epistles");
	document.writeln("		<option value=\"11\" >Apocalyptic Books");
	document.writeln("		</select>");
	document.writeln("		<br>");
	document.writeln("		<select name=\"version\">");
	document.writeln("		<option value=\"nas\" >NAS");
	document.writeln("		<option value=\"asv\" >ASV");
	document.writeln("		<option value=\"nkj\" >NKJ");
	document.writeln("		<option value=\"kjv\" >KJV");
	document.writeln("		<option value=\"tmb\" >TMB");
	document.writeln("		<option value=\"nlt\" >NLT");
	document.writeln("		<option value=\"nrs\" >NRS");
	document.writeln("		<option value=\"rsv\" >RSV");
	document.writeln("		<option value=\"tev\" >TEV");
	document.writeln("		<option value=\"rhe\" >RHE");
	document.writeln("		<option value=\"str\" >STR");
	document.writeln("		<option value=\"nsn\" >NSN");
	document.writeln("		<option value=\"ncv\" >NCV");
	document.writeln("		<option value=\"gwd\" >GWD");
	document.writeln("		<option value=\"web\" >WEB");
	document.writeln("		<option value=\"bbe\" >BBE");
	document.writeln("		<option value=\"dby\" >DBY");
	document.writeln("		<option value=\"hnv\" >HNV");
	document.writeln("		<option value=\"wbt\" >WBT");
	document.writeln("		<option value=\"vul\" >VUL");
	document.writeln("		<option value=\"ylt\" >YLT");
	document.writeln("		<option value=\"wnt\" >WNT");
	document.writeln("		</select>");
		
		
	document.writeln("		<input type=\"hidden\" name=\"language\" value=\"en\">");
	document.writeln("		&nbsp;<input type=\"Submit\" name=\"submit\" value=\"Find \">");
	document.writeln("		<a href=\"http://bible.crosswalk.com/Information/SearchHelp.cgi\" target=\"_new\"><b>HELP</b></a>");
	document.writeln("		</font>");
	document.writeln("	</td>");
	document.writeln("</tr>");
	document.writeln("</table>");
	document.writeln("<!-- End of BST Search Code -->");
	document.write("</form>");

	

}
