function playVideo(a,d){var b=videos[a];if(d)b.embed_url+="&autoplay=1";for(var c=["duration","created","title","description"],e=0;e<c.length;e++)$("cwplayer-"+c[e]).innerHTML=b[c[e]];c=$("cwplayer-creator");c.href="http://www.youtube.com/user/"+b.creator;c.innerHTML=b.creator;$("cwplayer-object").innerHTML=fixEmbeddedVideo("\t<object width='480' height='295'>\t\t<param id='cwplayer-id1' name='movie' value='"+b.embed_url+"'></param>\t\t<param name='allowFullScreen' value='true'></param>\t\t<param name='allowscriptaccess' value='always'></param>\t\t<embed id='cwplayer-id2' src='"+
b.embed_url+"' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='480' height='295'></embed>\t</object>\t");window.scrollTo(0,125);if($defined(location))location.hash=b.youtube_key;return false}function fixEmbeddedVideo(a){if(a&&a.toLowerCase().indexOf("classid")==-1){var d=a.toLowerCase().indexOf("object ")+7;return a.substr(0,d)+'classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" '+a.substr(d)}else return a}
window.addEvent("domready",function(){if($defined(location)&&$defined(location.hash)&&location.hash!="")for(var a=0;a<videos.length;a++)"#"+videos[a].youtube_key==location.hash&&playVideo(a,false)});

