window.addEvent('domready', function(){
				 
				 
				    /**
				     * Assign SqueezeBox to all links with rel="boxed" attribute, the class then reads the "href".
				     */
				    SqueezeBox.assign($$('a[rel=movie]'), {handler:'iframe',size:{x:720,y:440}, marginInner:{x:0,y:0}});
				 
				});
