function abre_pagina(link){
	window.open(link, '_blank');
	window.location.reload();
}

function busca(tipo){
	if (tipo == "musica"){
		document.getElementById("cx").value = "partner-pub-6936474898153650:q55n4e-pd7i";
		document.getElementById("cof").value = "FORID:9";
		document.getElementById("q").title = "Pesquisa Fazendo Nada Musicas!!!";
		document.getElementById("sa").title = "Pesquisa Fazendo Nada Musicas!!!";
		document.getElementById("sa").alt = "Pesquisa Fazendo Nada Musicas!!!";
		document.getElementById("mus").style.color = "#FFCC33";
		document.getElementById("dow").style.color = "white";
	}else{
		document.getElementById("cx").value = "014542124626443648046:_3wg7uvk4js";
		document.getElementById("cof").value = "FORID:10";
		document.getElementById("q").title = "Pesquisa Fazendo Nada Downloads!!!";
		document.getElementById("sa").title = "Pesquisa Fazendo Nada Downloads!!!";
		document.getElementById("sa").alt = "Pesquisa Fazendo Nada Downloads!!!";
		document.getElementById("dow").style.color = "#FFCC33";
		document.getElementById("mus").style.color = "white";
	}
}
