document.write("<style type=text/css>");
document.write("   .textoFormulario {");
document.write("	    background-color: #FFFFFF; ");
document.write("	    color: #000000;"); 
document.write("	    font-family: tahoma, verdana, arial;"); 
document.write("	    font-size: 11px;"); 
document.write("	    text-decoration: none;"); 
document.write("	    border-color: #000000;"); 
document.write("	    border-style: solid;"); 
document.write("	    border-width: 1px;");
document.write("      height: 15px;");	   
document.write("   }");	
document.write("</style>");
	
document.write("<table width=176 height=67 border=0 cellspacing=0 cellpadding=0>");
document.write("	<form name=frmRadix action=http://radix.ibest.com.br/servlet/radix.Busca method=POST>");	
document.write("	<tr>");
document.write("  	<td>");
document.write("	   	<table width=176 border=0 cellspacing=0 cellpadding=0>");
document.write("        	<tr>");
document.write("           	<td width=176><img src=http://radix.ibest.com.br/estatica/caixinhasBusca/topoBranco.gif border=0></td>");
document.write("			   </tr>");
document.write("			   <tr>");
document.write(" 					<td width=176>");
document.write("						<table width=176 border=0 cellspacing=0 cellpadding=0>");
document.write(" 							<tr>");
document.write("    							<td width=17><img src=http://radix.ibest.com.br/estatica/caixinhasBusca/esquerdaBranco.gif border=0></td>");
document.write("								<td width=105 bgcolor=#FFFFFF><input type=text name=keywords size=17 class=textoFormulario><input type=hidden name=origemsite value=origemsite class=textoFormulario size=17></td>");
document.write("								<td width=54><a href=# onClick=srSubmit();><img src=http://radix.ibest.com.br/estatica/caixinhasBusca/botaoBranco.gif border=0></a></td>");
document.write("							</tr>");
document.write("						</table>");
document.write("					</td>");
document.write("				</tr>");
document.write("				<tr>");
document.write("  					<td width=176><img src=http://radix.ibest.com.br/estatica/caixinhasBusca/baixoBranco.gif border=0></td>");
document.write("				</tr>");
document.write("			</table>");
document.write("			<input type=hidden name=mkt value=>");  
document.write("		</td>");
document.write("	</tr>");
document.write("	</form>");	
document.write("</table>");
document.write("<img src=http://a0.ibest.isee1.net/?StringID=radixbr width=0 height=0 border=0>");

function srEnter() {
	var dominio = '';
	var aryDominio;
	dominio = document.URL;
	aryDominio = dominio.split('//');
	dominio = aryDominio[1];
	aryDominio = dominio.split('/');
	dominio = aryDominio[0];
	document.frmRadix.origemsite.value = dominio;  
	document.frmRadix.submit();
}