<a href="#close" id="stop" class="close"></a>
$('#stop').click(function(){ player.stopVideo() })
$('#stop1').click(function(){ player.stopVideo() }) $('#stop2').click(function(){ player.stopVideo() })
$('#stopSecondVideo').click(function(event){ event.preventDefault(); player.stopVideo(); });