bugImage = 3; searchBox = 1; x = 175; bugCS = 200; var searchBot = ""; divCode = "<style>"; divCode += "#etbBug { width:" + x + "px; font-size:12px!important; line-height: 12px!important; background-color:#E4BF47; padding-bottom:5px; margin-top:10px; margin-bottom:10px; display:block; font-family: Arial, Helvetica, sans-serif!important; font-size: 12px!important; line-height: 12px!important; }"; divCode += "#etbBug input { padding-top:2px!important; height:16px!important; border: 1px solid #174171!important; width: 60%!important; vertical-align:top!important;}"; divCode += "</style>"; divCode += "<div id='etbBug'>"; var bugCode = '<a href="http://www.enterthebible.org/">'; bugCode += '<img src="http://www.enterthebible.org/assets/etb/bugs/bug' + bugImage + '-' + bugCS + '.gif" width="' + x + 'px" border="0" alt="Enter the Bible from Luther Seminary" />'; bugCode += '</a>'; searchTerm = ""; if (searchBox) { searcLocal = "http://www.enterthebible.org/Bible.aspx?search="; searchBot = "<div id='ETBSearchArea' style='display:block; text-align:center; margin: 7px 4% 7px; 4%;padding:2%; background-color:#F7F0BF;' >"; searchBot += "<form id='ETBForm' action='#' style='margin:0px!important;padding:0px!important;' >"; searchBot += "<input id='searchETB' type='text' onfocus='this.value=\"\";' onkeypress='{if (event.keyCode==13) {window.location = \"http://www.enterthebible.org/Bible.aspx?search=\" + document.getElementById(\"searchETB\").value; return false;}}' value='Search' />"; searchBot += "<a href='#' onclick='window.location = \"http://www.enterthebible.org/Bible.aspx?search=\" + document.getElementById(\"searchETB\").value;'><img src='http://www.enterthebible.org/assets/images/sArrow.gif' style='margin-left:3px;' border='0' width='20px' height='20px' /></a>"; searchBot += "</form>"; searchBot += "</div>"; } bugCode = divCode + bugCode + searchBot + "</div>"; bugCode = bugCode.replace(/</g, "<"); bugCode = bugCode.replace(/>/g, ">"); document.write(bugCode);