function PlayYouTubeVideo(l,k,i,h){if(l!=null){if(agent.ie){var c="<object width='"+i+"px' height='"+h+"px'>";var g="<param name='movie' value='"+k+"&hl=en&fs=1'></param>";var m="<param name='allowFullScreen' value='true'></param><param name='salign' value='l'></param>";var e="<embed src='"+k+"&hl=en&fs=1' type='application/x-shockwave-flash' allowfullscreen='true' width='"+i+"px' height='"+h+"px'></embed>";var f="</object>";var j=c+g+m+e+f;if(agent.ver<7){j=FixEmbedCode(j)}l.innerHTML=j}else{l.innerHTML="";var a=document.createElement("object");a.setAttribute("width",i+"px");a.setAttribute("height",h+"px");var d=document.createElement("param");d.setAttribute("name","movie");d.setAttribute("value",k+"&hl=en&fs=1");a.appendChild(d);var b=document.createElement("param");b.setAttribute("name","allowFullScreen");b.setAttribute("value","true");a.appendChild(b);var e=document.createElement("embed");e.setAttribute("src",k+"&hl=en&fs=1");e.setAttribute("type","application/x-shockwave-flash");e.setAttribute("allowfullscreen","true");e.setAttribute("width",i+"px");e.setAttribute("height",h+"px");a.appendChild(e);l.appendChild(a)}l.style.width=i+10+"px";l.style.height=h+10+"px";l.style.paddingLeft=(465-i)+"px"}}function FixEmbedCode(a){if(a&&a.toLowerCase().indexOf("classid")==-1){var b=a.toLowerCase().indexOf("object ")+"object ".length;return a.substr(0,b)+'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '+a.substr(b)}else{return a}};