<!--javaScript-->
function videoFinalizado(valor){
	if(valor=="a"){
		document.getElementById("iframe").src="videoIniciado.html";
		}
	if(valor=="b"){
		document.getElementById("iframe").src="videoFindado.html";
		}
}