window.addEvent("domready",function(){(function(){scrollBar=new ScrollBar("scrollbar_wrapper","media_collection",{hScroll:false,wheel:20});new YouTubeEmbed("video_player",{onClick:function(b){if(!Browser.Engine.trident4){$$("#media_collection .highlight").removeClass("highlight");b.getParent().getParent().addClass("highlight")}}})})()});var YouTubeEmbed=new Class({Implements:[Events,Options],options:{videoWidth:400,videoHeight:325,embedClass:"youtube",embedFirst:true},initialize:function(c,d){this.setOptions(d);this.container=$(c);this.swiff=null;if(this.options.embedFirst){this.embed($$("a."+this.options.embedClass)[0])}this.attach()},attach:function(){$(document.body).addEvent("click",function(c){var d=$(c.target);if(d.get("tag")=="a"&&d.hasClass(this.options.embedClass)){c.preventDefault();if(this.swiff==null){this.embed(d)}else{this.remove();this.embed(d)}}}.bind(this))},embed:function(c){c.blur();this.fireEvent("onClick",c);var d=c.get("href").split("v=")[1];this.swiff=new Swiff("http://www.youtube.com/v/"+d+"&rel=0",{id:"video_video",width:this.options.videoWidth,height:this.options.videoHeight,container:this.container});this.fireEvent("onEmbed")},remove:function(){this.container.empty();this.swiff=null;this.fireEvent("onRemove")}});
