(function(){
	var scriptElm = (document.currentScript || (function(){
		var nodeList = document.getElementsByTagName('script');
		return nodeList.item(nodeList.length - 1);
	}()));
	window.addEventListener('load', function(event){
		var ifr = document.createElement('iframe');
		ifr.setAttribute('src','/photo/290679/play?type=l');
		ifr.setAttribute('allowfullscreen',true);
		ifr.setAttribute('style','width:650px;height:510px;border:none;position:static;display:block;visibility:visible;margin:0 auto;padding:0;overflow:hidden');
		$(scriptElm).after(ifr);
	});
})();