// JavaScript Document

	/* busca */
	var busca = '<!-- Search Google -->'
			  + '<form method="get" target="_blank" action="http://www.google.com/custom">'		
			  + '<input type="text" name="q" size="10" maxlength="255" value="search" />'
			  + '<input class="botao" type="submit" name="btnG" value="ok">'
			  + '<select name="sitesearch" style="display:none"><option value="vibrant.org.br" selected="selected">Antropologia</option></select>'
			  + '</form>'
			  + '<!-- Search Google -->';

	document.write(busca);



