var temp = " "; 
temp += '<style>'
temp += ' .input {'
temp += ' 	height: 18px;'
temp += ' 	width: 198px;'
temp += ' 	margin-right: 2px;'
temp += '	margin-left: 2px;'
temp += ' 	border: 1px solid #999999;'
temp += ' 	font-size:12px;'
temp += ' 	font-family:"Trebuchet MS";'
temp += ' }'
temp += ' '
temp += ' #search {'
temp += ' 	font-family:Trebuchet MS;'
temp += ' 	font-size:11px;'
temp += '	color:#000000;'
temp += '	width: 208px;'
temp += '	border: 1px solid #000000;'
temp += ' 	background-image: url(http://www.getsemani.com.br/busca/IMG/top_windowbusca.gif);'
temp += ' 	background-repeat: no-repeat;'
temp += '	background-position: top;'
temp += ' 	padding-top: 40px;'
temp += '	padding-right: 3px;'
temp += ' 	padding-bottom: 0px;'
temp += ' 	padding-left: 3px;'
temp += ' }'
temp += ' </style>'
temp += ' <div id="search" align="left">'
temp += ' <form method="post" action="http://www.getsemani.com.br/busca/search.asp" name="form1">'
temp += '   	<input name="field" type="text" class="input" />'
temp += '   	<br>'
temp += '     <strong>Pesquisar: </strong><br>'
temp += ' <input name="banco" type="radio" value="artigo" checked /> '
temp += ' 	 Artigos  <input name="banco" type="radio" value="musica" />'
temp += ' Músicas <br>'
temp += ' <input name="banco" type="radio" value="noticia"  />'
temp += ' 	 Notícias <input name="banco" type="radio" value="video" />'
temp += ' 	 Vídeos <input name="banco" type="radio" value="site"  />'
temp += ' 	 Sites<br>'
temp += ' 	 <br>'
temp += '   <input name="imageField" type="image" src="http://www.getsemani.com.br/busca/IMG/bt.jpg" />'
temp += ' </form>'
temp += ' </div>'
document.write(temp);
