function redirecionar(tipo,valor){
	if(tipo == 'noticias'){
		window.location="noticias.php?id="+valor;
	}else if(tipo == 'produto'){
		window.location="produto.php?id="+valor;
	}	
}