function sms( canal , operadora , ddd , numero ){
	host = "http://www.somgospel.com.br/mobile/";
	var url = "sms_comprar.php?submit=true&channelId="+canal+"&select_op="+operadora+"&mobile="+ddd+numero;
	window.open(host+url, "sms_comprar", "width=350,height=155,status=no,toolbar=no,menubar=no,location=no");
}

function vivo( canal ){
	window.open("http://200.155.11.162/hanzo/vivo_elnet.html?c="+canal, "sms_comprar_vivo", "width=350,height=155,status=no,toolbar=no,menubar=no,location=no");
}

var funcao = 1;
function RadioControles(){
	if (funcao == 1){
		Player.controls.play();
		document.getElementById('podcast').style.background = "url(img/fundo_podcast2.jpg) no-repeat";
//		document.getElementById('podcast').style.background-repeat = "no-repeat";
		funcao = 4;
	}else if (funcao == 2){
		Player.controls.next();
		Player.controls.play();
	}else if (funcao == 3){
		Player.controls.previous();
		Player.controls.play();
	}else if (funcao == 4){
		Player.controls.stop();
		document.getElementById('podcast').style.background = "url(img/fundo_podcast.jpg) no-repeat";
//		document.getElementById('podcast').style.background-repeat = "no-repeat";
		funcao = 1;
	}else if (funcao == 6){
		Player.controls.pause();
	}
}