function stopIt()
{
var flashObj = document.getElementById("videoPremia");
if(flashObj == null)
{
alert("no esta");
}
flashObj.StopPlay();
}


