﻿<!-- // Begin


var showsearch      = "yes"           // DISPLAY SEARCH

var searchdomain    = "institutbibliquebaptistelibre.org"   // DOMAIN TO SEARCH

var searchname      = "IBBL"        // SEARCH NAME DISPLAYED




   if (showsearch == "yes") {

document.write('<form method="get" action="http://www.google.com/search" target="_top" class="formmargin">');

document.write('<input type="hidden" name="ie" value="UTF-8">');

document.write('<input type="hidden" name="oe" value="UTF-8">');

document.write('<input type="hidden" name="domains" value="'+searchdomain+'">');



document.write('<table cellpadding="0" cellspacing="0" border="0" class="searchpad search-font printhide"><tr><td align="left" valign="top">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');



document.write('<input type="text" name="q" size="10" maxlength="255" class="searchform">');



document.write('</td><td valign="top">');



document.write('&nbsp;<input type="image" src="images/searchbutton.png" border="0" onmouseover="this.src=\'images/searchbuttonon.png\'" onmouseout="this.src=\'images/searchbutton.png\'" class="searchbutton"><br>');



document.write('</td></tr></table>');



document.write('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>'+searchname+'<br>');



document.write('</td></tr></table>');



document.write('</form>');



}





//  End -->
