// JavaScript Document
busca = {
	redirecionaBusca : function(){
		var valorBuscado = FG.replaceFor(document.getElementById('txtBusca').value,' ','|');
		if(document.getElementById('txtBuscaPg')){
			if(document.getElementById('txtBuscaPg').value!='')
				valorBuscado = FG.replaceFor(document.getElementById('txtBuscaPg').value,' ','|');
		}
		window.location.href = 'http://www.bridgestoneb1.com.br/busca.aspx?b=' + valorBuscado;
	}	
}